You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(128) |
Dec
(65) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(48) |
Feb
(132) |
Mar
(95) |
Apr
(47) |
May
(54) |
Jun
(2) |
Jul
(57) |
Aug
(109) |
Sep
(131) |
Oct
(186) |
Nov
(105) |
Dec
(78) |
2007 |
Jan
(125) |
Feb
(105) |
Mar
(52) |
Apr
(104) |
May
(63) |
Jun
(116) |
Jul
(76) |
Aug
|
Sep
(18) |
Oct
(93) |
Nov
(110) |
Dec
(169) |
2008 |
Jan
(90) |
Feb
(64) |
Mar
(41) |
Apr
(23) |
May
(6) |
Jun
(18) |
Jul
(10) |
Aug
(61) |
Sep
(139) |
Oct
(50) |
Nov
(55) |
Dec
(2) |
2009 |
Jan
|
Feb
(1) |
Mar
(62) |
Apr
(22) |
May
(17) |
Jun
(19) |
Jul
(40) |
Aug
(21) |
Sep
|
Oct
(40) |
Nov
(23) |
Dec
|
2010 |
Jan
(14) |
Feb
(40) |
Mar
(9) |
Apr
(11) |
May
(19) |
Jun
(4) |
Jul
(10) |
Aug
(22) |
Sep
(15) |
Oct
|
Nov
(2) |
Dec
|
2011 |
Jan
(13) |
Feb
(10) |
Mar
|
Apr
(13) |
May
|
Jun
|
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(33) |
May
(20) |
Jun
|
Jul
(8) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Braden M. <br...@us...> - 2006-08-14 05:43:19
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7757 Modified Files: ChangeLog openvrml.spec.in Log Message: Depend on libXmu/libXmu-devel. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** openvrml.spec.in 10 Aug 2006 06:57:44 -0000 1.52 --- openvrml.spec.in 14 Aug 2006 05:43:16 -0000 1.53 *************** *** 19,22 **** --- 19,23 ---- BuildRequires: mozilla-devel >= 1.6 BuildRequires: mesa-libGLU-devel + BuildRequires: libXmu-devel BuildRequires: gtk2-devel Requires: zlib >= 1.1.3 *************** *** 64,67 **** --- 65,69 ---- Requires: %{name}-gl = %{version} Requires: gtk2 + Requires: libXmu Requires: mozilla >= 1.6 %description mozilla-plugin *************** *** 120,123 **** --- 122,129 ---- %changelog + * Mon Aug 14 2006 Braden McDaniel <br...@en...> + - Added libXmu-devel to BuildRequires. + - Made mozilla-plugin package Require libXmu. + * Thu Aug 10 2006 Braden McDaniel <br...@en...> - Use %{__make} instead of make. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310 retrieving revision 1.1311 diff -C2 -d -r1.1310 -r1.1311 *** ChangeLog 12 Aug 2006 05:14:58 -0000 1.1310 --- ChangeLog 14 Aug 2006 05:43:16 -0000 1.1311 *************** *** 1,2 **** --- 1,6 ---- + 2006-08-14 Braden McDaniel <br...@en...> + + * openvrml.spec.in: Depend on libXmu/libXmu-devel. + 2006-08-12 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-08-14 05:42:57
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7410 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog openvrml.spec.in Log Message: Depend on libXmu/libXmu-devel. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.52 retrieving revision 1.52.2.1 diff -C2 -d -r1.52 -r1.52.2.1 *** openvrml.spec.in 10 Aug 2006 06:57:44 -0000 1.52 --- openvrml.spec.in 14 Aug 2006 05:42:53 -0000 1.52.2.1 *************** *** 19,22 **** --- 19,23 ---- BuildRequires: mozilla-devel >= 1.6 BuildRequires: mesa-libGLU-devel + BuildRequires: libXmu-devel BuildRequires: gtk2-devel Requires: zlib >= 1.1.3 *************** *** 64,67 **** --- 65,69 ---- Requires: %{name}-gl = %{version} Requires: gtk2 + Requires: libXmu Requires: mozilla >= 1.6 %description mozilla-plugin *************** *** 120,123 **** --- 122,129 ---- %changelog + * Mon Aug 14 2006 Braden McDaniel <br...@en...> + - Added libXmu-devel to BuildRequires. + - Made mozilla-plugin package Require libXmu. + * Thu Aug 10 2006 Braden McDaniel <br...@en...> - Use %{__make} instead of make. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310 retrieving revision 1.1310.2.1 diff -C2 -d -r1.1310 -r1.1310.2.1 *** ChangeLog 12 Aug 2006 05:14:58 -0000 1.1310 --- ChangeLog 14 Aug 2006 05:42:53 -0000 1.1310.2.1 *************** *** 1,2 **** --- 1,6 ---- + 2006-08-14 Braden McDaniel <br...@en...> + + * openvrml.spec.in: Depend on libXmu/libXmu-devel. + 2006-08-12 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-08-12 05:15:03
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24536 Modified Files: ChangeLog NEWS README configure.ac Log Message: Updated version, NEWS for 0.16.0. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** README 12 Aug 2006 04:23:23 -0000 1.64 --- README 12 Aug 2006 05:14:58 -0000 1.65 *************** *** 1,3 **** ! OpenVRML library version 0.15.99 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 --- 1,3 ---- ! OpenVRML library version 0.16.0 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Index: NEWS =================================================================== RCS file: /cvsroot/openvrml/openvrml/NEWS,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** NEWS 6 Aug 2006 06:22:59 -0000 1.37 --- NEWS 12 Aug 2006 05:14:58 -0000 1.38 *************** *** 1,4 **** Changes new in version 0.15.10, 4 August, 2005 ! ============================================== - Now compiles with gcc 4.0.1. --- 1,24 ---- + Changes new in version 0.16.0, 12 August, 2006 + ======================================================================== + + - User-extensible I/O subsystem based on the standard C++ IOstreams. + + - Asynchronously load Inline worlds. + + - Asynchronously load and progressively render PNG and JPEG images. + + - Added support for nonnative EXTERNPROTOs. EXTERNPROTO + implementations are loaded asynchronously. + + - Support for constructing scene graphs from Classic VRML-encoded X3D, + including the Core, Interchange, Interactive, MPEG4, Immersive, and + Full profiles. + + - Mozilla plug-in now uses the Web browser for resource fetching; so + it gets the benefit of the Web browser's cache. + + Changes new in version 0.15.10, 4 August, 2005 ! ======================================================================== - Now compiles with gcc 4.0.1. *************** *** 8,12 **** Changes new in version 0.15.9, 6 July, 2005 ! =========================================== - Fixed 64-bit cleanliness issue in the Mozilla plug-in. --- 28,32 ---- Changes new in version 0.15.9, 6 July, 2005 ! ======================================================================== - Fixed 64-bit cleanliness issue in the Mozilla plug-in. *************** *** 14,18 **** Changes new in version 0.15.8, 5 June, 2005 ! =========================================== - Really fixed --disable-mozilla-plugin configure option. --- 34,38 ---- Changes new in version 0.15.8, 5 June, 2005 ! ======================================================================== - Really fixed --disable-mozilla-plugin configure option. *************** *** 23,27 **** Changes new in version 0.15.7, 20 April, 2005 ! ============================================= - Fixed 64-bit cleanliness issue in the Mozilla plug-in. --- 43,47 ---- Changes new in version 0.15.7, 20 April, 2005 ! ======================================================================== - Fixed 64-bit cleanliness issue in the Mozilla plug-in. *************** *** 33,37 **** Changes new in version 0.15.6, 26 January, 2005 ! =============================================== - Fixed build to more reliably find Mozilla headers. --- 53,57 ---- Changes new in version 0.15.6, 26 January, 2005 ! ======================================================================== - Fixed build to more reliably find Mozilla headers. *************** *** 47,51 **** Changes new in version 0.15.5, 10 January, 2005 ! =============================================== - Mozilla plug-in is now out-of-process. This addresses the --- 67,71 ---- Changes new in version 0.15.5, 10 January, 2005 ! ======================================================================== - Mozilla plug-in is now out-of-process. This addresses the *************** *** 63,67 **** Changes new in version 0.15.4, 29 December, 2004 ! ================================================ - Refactored use of GtkGLExt in the Mozilla plug-in. --- 83,87 ---- Changes new in version 0.15.4, 29 December, 2004 ! ======================================================================== - Refactored use of GtkGLExt in the Mozilla plug-in. *************** *** 71,75 **** Changes new in version 0.15.3, 25 December, 2004 ! ================================================ - GtkGLExt is now incorporated into the OpenVRML distribution. --- 91,95 ---- Changes new in version 0.15.3, 25 December, 2004 ! ======================================================================== - GtkGLExt is now incorporated into the OpenVRML distribution. *************** *** 86,90 **** Changes new in version 0.15.2, 3 December, 2004 ! =============================================== - Made building the tests optional. --- 106,110 ---- Changes new in version 0.15.2, 3 December, 2004 ! ======================================================================== - Made building the tests optional. *************** *** 94,98 **** Changes new in version 0.15.1, 27 November, 2004 ! ================================================ - Fixed problems compiling with Microsoft Visual C++ 7.1. This release --- 114,118 ---- Changes new in version 0.15.1, 27 November, 2004 ! ======================================================================== - Fixed problems compiling with Microsoft Visual C++ 7.1. This release *************** *** 101,105 **** Changes new in version 0.15.0, 26 November, 2004 ! ================================================ - lookat now uses SDL instead of GLUT and is licenced under the terms of --- 121,125 ---- Changes new in version 0.15.0, 26 November, 2004 ! ======================================================================== - lookat now uses SDL instead of GLUT and is licenced under the terms of *************** *** 124,128 **** Changes new in version 0.14.3, 16 November, 2003 ! ================================================ - Fixed crash in destruction of img. --- 144,148 ---- Changes new in version 0.14.3, 16 November, 2003 ! ======================================================================== - Fixed crash in destruction of img. *************** *** 132,136 **** Changes new in version 0.14.2, 19 October, 2003 ! =============================================== - Fixed a few crash-inducing bugs. --- 152,156 ---- Changes new in version 0.14.2, 19 October, 2003 ! ======================================================================== - Fixed a few crash-inducing bugs. *************** *** 138,142 **** Changes new in version 0.14.1, 30 September, 2003 ! ================================================= - Fixed error in floating point tolerance computation that would result --- 158,162 ---- Changes new in version 0.14.1, 30 September, 2003 ! ======================================================================== - Fixed error in floating point tolerance computation that would result *************** *** 145,149 **** Changes new in version 0.14.0, 28 September, 2003 ! ================================================= - Changed naming convention for parity with the convention established --- 165,169 ---- Changes new in version 0.14.0, 28 September, 2003 ! ======================================================================== - Changed naming convention for parity with the convention established *************** *** 156,160 **** Changes new in version 0.13.0, 20 December, 2002 ! ================================================ - Fixed shutdown order problems that were causing crashes-on-exit in --- 176,180 ---- Changes new in version 0.13.0, 20 December, 2002 ! ======================================================================== - Fixed shutdown order problems that were causing crashes-on-exit in *************** *** 174,178 **** Changes new in version 0.12.5, 15 November, 2002 ! ================================================ - Updated Microsoft Visual C++ project files are now included. --- 194,198 ---- Changes new in version 0.12.5, 15 November, 2002 ! ======================================================================== - Updated Microsoft Visual C++ project files are now included. *************** *** 182,186 **** Changes new in version 0.12.4, 1 July, 2002 ! =========================================== - Fixed bug in GLUT detection macro. --- 202,206 ---- Changes new in version 0.12.4, 1 July, 2002 ! ======================================================================== - Fixed bug in GLUT detection macro. *************** *** 188,192 **** Changes new in version 0.12.3, 30 June, 2002 ! ============================================ - Fixed problems building with gcc 2.95.3, icc 6.0 build 020312Z, --- 208,212 ---- Changes new in version 0.12.3, 30 June, 2002 ! ======================================================================== - Fixed problems building with gcc 2.95.3, icc 6.0 build 020312Z, *************** *** 197,201 **** Changes new in version 0.12.2, 20 June, 2002 ! ============================================ - Minor build fixes. --- 217,221 ---- Changes new in version 0.12.2, 20 June, 2002 ! ======================================================================== - Minor build fixes. *************** *** 205,209 **** Changes new in version 0.12.1, 17 June, 2002 ! ============================================ - Minor build fixes. --- 225,229 ---- Changes new in version 0.12.1, 17 June, 2002 ! ======================================================================== - Minor build fixes. *************** *** 211,215 **** Changes new in version 0.12.0, 16 June, 2002 ! ============================================ - Nodes have been completely rearchitected so as to abstract their --- 231,235 ---- Changes new in version 0.12.0, 16 June, 2002 ! ======================================================================== - Nodes have been completely rearchitected so as to abstract their *************** *** 238,242 **** Changes new in version 0.11.2, 18 October, 2001 ! =============================================== - Fixed some minor regressions since 0.10.1. --- 258,262 ---- Changes new in version 0.11.2, 18 October, 2001 ! ======================================================================== - Fixed some minor regressions since 0.10.1. *************** *** 246,250 **** Changes new in version 0.11.1, 5 August, 2001 ! ============================================= - Fixes to the Visual C++ build. --- 266,270 ---- Changes new in version 0.11.1, 5 August, 2001 ! ======================================================================== - Fixes to the Visual C++ build. *************** *** 254,258 **** Changes new in version 0.11.0, 30 July, 2001 ! ============================================ - New memory manager for nodes, using a refcounted smart pointer instead of --- 274,278 ---- Changes new in version 0.11.0, 30 July, 2001 ! ======================================================================== - New memory manager for nodes, using a refcounted smart pointer instead of *************** *** 274,278 **** Changes new in version 0.10.1, 31 January, 2001 ! =============================================== - Minor fixes to build and RPM spec file. --- 294,298 ---- Changes new in version 0.10.1, 31 January, 2001 ! ======================================================================== - Minor fixes to build and RPM spec file. *************** *** 280,284 **** Changes new in version 0.10.0, 21 January, 2001 ! =============================================== - Changed package directory structure. --- 300,304 ---- Changes new in version 0.10.0, 21 January, 2001 ! ======================================================================== - Changed package directory structure. *************** *** 288,292 **** Changes new in version 0.9.1, 14 December, 2000 (not publicly released) ! ======================================================================= - Changed library names from libvrml97 and libvrml97gl to libopenvrml --- 308,312 ---- Changes new in version 0.9.1, 14 December, 2000 (not publicly released) ! ======================================================================== - Changed library names from libvrml97 and libvrml97gl to libopenvrml *************** *** 303,307 **** Changes new in version 0.9.0, 7 December, 2000 ! ============================================== - Name change: the library is now called OpenVRML. --- 323,327 ---- Changes new in version 0.9.0, 7 December, 2000 ! ======================================================================== - Name change: the library is now called OpenVRML. *************** *** 339,343 **** Changes new in version 0.8.2, January 2000 ! ========================================== - S. K. Bose <bo...@pa...> has revived the Win32 build. --- 359,363 ---- Changes new in version 0.8.2, January 2000 ! ======================================================================== - S. K. Bose <bo...@pa...> has revived the Win32 build. *************** *** 348,352 **** Changes new in version 0.8.1, December 1999 ! =========================================== - LibVRML97 is now hosted on the Open VRML Advancement League (OVAL) CVS server. --- 368,372 ---- Changes new in version 0.8.1, December 1999 ! ======================================================================== - LibVRML97 is now hosted on the Open VRML Advancement League (OVAL) CVS server. *************** *** 366,370 **** Changes new in version 0.8.0 March X 1999 (Unreleased) ! ====================================================== - Erik Andersen <and...@de...> has revived the win32 build --- 386,390 ---- Changes new in version 0.8.0 March X 1999 (Unreleased) ! ======================================================================== - Erik Andersen <and...@de...> has revived the win32 build *************** *** 411,415 **** Changes new in version 0.7.9 Nov 4 1998 ! ======================================= - Erik Andersen <and...@in...> contributed some code for a --- 431,435 ---- Changes new in version 0.7.9 Nov 4 1998 ! ======================================================================== - Erik Andersen <and...@in...> contributed some code for a *************** *** 459,463 **** Changes new in version 0.7.8 ! =============================== - Subclass from System to provide xmlookat with better interface (well, a --- 479,483 ---- Changes new in version 0.7.8 ! ======================================================================== - Subclass from System to provide xmlookat with better interface (well, a *************** *** 483,487 **** Changes new in version 0.7.7 ! =============================== - Remove use of STL stack and its associated portability problems. --- 503,507 ---- Changes new in version 0.7.7 ! ======================================================================== - Remove use of STL stack and its associated portability problems. *************** *** 495,499 **** Changes new in version 0.7.6 ! =============================== - Read PNG paletted grayscale images properly. --- 515,519 ---- Changes new in version 0.7.6 ! ======================================================================== - Read PNG paletted grayscale images properly. *************** *** 501,505 **** Changes new in version 0.7.5 ! =============================== - Fixes to material/texture handling. I think all but PNG paletted grayscale --- 521,525 ---- Changes new in version 0.7.5 ! ======================================================================== - Fixes to material/texture handling. I think all but PNG paletted grayscale *************** *** 513,517 **** Changes new in version 0.7.4 ! =============================== - Some navigation improvements: arrow keys can be used to navigate --- 533,537 ---- Changes new in version 0.7.4 ! ======================================================================== - Some navigation improvements: arrow keys can be used to navigate *************** *** 539,543 **** Changes new in version 0.7.3 ! =============================== - Added support for "vrmlscript:" (actually just runs javascript). --- 559,563 ---- Changes new in version 0.7.3 ! ======================================================================== - Added support for "vrmlscript:" (actually just runs javascript). *************** *** 559,563 **** Changes new in version 0.7.2 ! =============================== - Javascript browser object API completed, including createVrmlFromString, --- 579,583 ---- Changes new in version 0.7.2 ! ======================================================================== - Javascript browser object API completed, including createVrmlFromString, *************** *** 569,573 **** Changes new in version 0.7.1 ! =============================== - Due to popular demand, '/' (slash) key toggles frames/second display. --- 589,593 ---- Changes new in version 0.7.1 ! ======================================================================== - Due to popular demand, '/' (slash) key toggles frames/second display. *************** *** 577,581 **** Changes new in version 0.7 ! =============================== - More javascript API. --- 597,601 ---- Changes new in version 0.7 ! ======================================================================== - More javascript API. *************** *** 596,600 **** Changes new in version 0.7-pre ! ============================== This is a pre-release of 0.7 to make sure there are no build problems --- 616,620 ---- Changes new in version 0.7-pre ! ======================================================================== This is a pre-release of 0.7 to make sure there are no build problems Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** configure.ac 11 Aug 2006 23:50:42 -0000 1.91 --- configure.ac 12 Aug 2006 05:14:58 -0000 1.92 *************** *** 1,3 **** ! AC_INIT([OpenVRML], [0.15.99], [ope...@li...]) AC_PREREQ([2.53]) AC_COPYRIGHT([Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Braden McDaniel]) --- 1,3 ---- ! AC_INIT([OpenVRML], [0.16.0], [ope...@li...]) AC_PREREQ([2.53]) AC_COPYRIGHT([Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Braden McDaniel]) Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1309 retrieving revision 1.1310 diff -C2 -d -r1.1309 -r1.1310 *** ChangeLog 12 Aug 2006 04:23:23 -0000 1.1309 --- ChangeLog 12 Aug 2006 05:14:58 -0000 1.1310 *************** *** 1,4 **** --- 1,14 ---- 2006-08-12 Braden McDaniel <br...@en...> + Updated version, NEWS for 0.16.0. + + * NEWS + * README + * configure.ac + * doc/Doxyfile + * mozilla-plugin/configure.ac + + 2006-08-12 Braden McDaniel <br...@en...> + * README: 512 MB just isn't enough anymore. Upped prerequisite to 768 MB. |
From: Braden M. <br...@us...> - 2006-08-12 05:15:01
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24536/doc Modified Files: Doxyfile Log Message: Updated version, NEWS for 0.16.0. Index: Doxyfile =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/Doxyfile,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Doxyfile 6 Mar 2006 04:24:39 -0000 1.22 --- Doxyfile 12 Aug 2006 05:14:58 -0000 1.23 *************** *** 5,9 **** #--------------------------------------------------------------------------- PROJECT_NAME = OpenVRML ! PROJECT_NUMBER = 0.15.99 OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO --- 5,9 ---- #--------------------------------------------------------------------------- PROJECT_NAME = OpenVRML ! PROJECT_NUMBER = 0.16.0 OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO |
From: Braden M. <br...@us...> - 2006-08-12 05:15:00
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24536/mozilla-plugin Modified Files: configure.ac Log Message: Updated version, NEWS for 0.16.0. Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/mozilla-plugin/configure.ac,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** configure.ac 23 May 2005 05:25:52 -0000 1.13 --- configure.ac 12 Aug 2006 05:14:58 -0000 1.14 *************** *** 1,6 **** AC_PREREQ([2.53]) ! AC_INIT([OpenVRML Mozilla Plugin], [0.15.99], [ope...@li...]) ! AC_COPYRIGHT([Portions copyright 2004, 2005 Braden McDaniel]) AC_CONFIG_SUBDIRS([lib/gtkglext]) AC_CONFIG_FILES([Makefile] --- 1,6 ---- AC_PREREQ([2.53]) ! AC_INIT([OpenVRML Mozilla Plugin], [0.16.0], [ope...@li...]) ! AC_COPYRIGHT([Portions copyright 2004, 2005, 2006 Braden McDaniel]) AC_CONFIG_SUBDIRS([lib/gtkglext]) AC_CONFIG_FILES([Makefile] |
From: Braden M. <br...@us...> - 2006-08-12 04:23:27
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3434 Modified Files: ChangeLog README Log Message: 512 MB just isn't enough anymore. Upped prerequisite to 768 MB. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** README 7 May 2006 03:39:19 -0000 1.63 --- README 12 Aug 2006 04:23:23 -0000 1.64 *************** *** 1,5 **** OpenVRML library version 0.15.99 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> ! Copyright 2000, 2001, 2002, 2003, 2004, 2005 Braden McDaniel <br...@en...> Portions Copyright SGI and others --- 1,5 ---- OpenVRML library version 0.15.99 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> ! Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Braden McDaniel <br...@en...> Portions Copyright SGI and others *************** *** 109,113 **** Building OpenVRML is fairly demanding of system resources. It is ! recommended that build hosts have at least 512 MB of system memory. --- 109,113 ---- Building OpenVRML is fairly demanding of system resources. It is ! recommended that build hosts have at least 768 MB of system memory. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1308 retrieving revision 1.1309 diff -C2 -d -r1.1308 -r1.1309 *** ChangeLog 11 Aug 2006 23:50:42 -0000 1.1308 --- ChangeLog 12 Aug 2006 04:23:23 -0000 1.1309 *************** *** 1,2 **** --- 1,7 ---- + 2006-08-12 Braden McDaniel <br...@en...> + + * README: 512 MB just isn't enough anymore. Upped prerequisite to + 768 MB. + 2006-08-11 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-08-11 23:50:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24121 Modified Files: ChangeLog configure.ac Log Message: Fixed test for antlr such that configure does not fail if antlr isn't found at all. Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** configure.ac 10 Aug 2006 07:11:26 -0000 1.90 --- configure.ac 11 Aug 2006 23:50:42 -0000 1.91 *************** *** 50,54 **** OV_PROG_ANTLR([2.7.4]) AS_IF([test -z "$ANTLR"], ! [AS_IF([test ! -f $top_srcdir/src/libopenvrml/Vrml97Parser.cpp], [AC_MSG_FAILURE([antlr 2.7.4 not found])], [AC_MSG_WARN([antlr 2.7.4 not found; but generated files already exist])])]) --- 50,54 ---- OV_PROG_ANTLR([2.7.4]) AS_IF([test -z "$ANTLR"], ! [AS_IF([test ! -f $srcdir/src/libopenvrml/openvrml/Vrml97Parser.cpp], [AC_MSG_FAILURE([antlr 2.7.4 not found])], [AC_MSG_WARN([antlr 2.7.4 not found; but generated files already exist])])]) Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1307 retrieving revision 1.1308 diff -C2 -d -r1.1307 -r1.1308 *** ChangeLog 10 Aug 2006 23:10:55 -0000 1.1307 --- ChangeLog 11 Aug 2006 23:50:42 -0000 1.1308 *************** *** 1,2 **** --- 1,7 ---- + 2006-08-11 Braden McDaniel <br...@en...> + + * configure.ac: Fixed test for antlr such that configure does not + fail if antlr isn't found at all. + 2006-08-10 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-08-10 23:11:00
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28969 Modified Files: ChangeLog Log Message: Include <direct.h> on Windows. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1306 retrieving revision 1.1307 diff -C2 -d -r1.1306 -r1.1307 *** ChangeLog 10 Aug 2006 07:11:26 -0000 1.1306 --- ChangeLog 10 Aug 2006 23:10:55 -0000 1.1307 *************** *** 1,4 **** --- 1,9 ---- 2006-08-10 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/browser.cpp: Include <direct.h> on + Windows. + + 2006-08-10 Braden McDaniel <br...@en...> + * configure.ac: Fixed --disable-examples. (Removed lingering reference to lookat.) |
From: Braden M. <br...@us...> - 2006-08-10 23:11:00
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28969/src/libopenvrml/openvrml Modified Files: browser.cpp Log Message: Include <direct.h> on Windows. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.189 retrieving revision 1.190 diff -C2 -d -r1.189 -r1.190 *** browser.cpp 6 Aug 2006 06:45:24 -0000 1.189 --- browser.cpp 10 Aug 2006 23:10:56 -0000 1.190 *************** *** 30,33 **** --- 30,34 ---- # ifdef _WIN32 # include <sys/timeb.h> + # include <direct.h> # include <time.h> # else |
From: Braden M. <br...@us...> - 2006-08-10 07:11:29
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11630 Modified Files: ChangeLog configure.ac Log Message: Fixed --disable-examples. (Removed lingering reference to lookat.) Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** configure.ac 26 Jul 2006 22:14:15 -0000 1.89 --- configure.ac 10 Aug 2006 07:11:26 -0000 1.90 *************** *** 260,264 **** # build examples # ! AC_ARG_ENABLE([lookat], [AC_HELP_STRING([--disable-examples], [do not build the example programs])]) --- 260,264 ---- # build examples # ! AC_ARG_ENABLE([examples], [AC_HELP_STRING([--disable-examples], [do not build the example programs])]) Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1305 retrieving revision 1.1306 diff -C2 -d -r1.1305 -r1.1306 *** ChangeLog 10 Aug 2006 06:57:44 -0000 1.1305 --- ChangeLog 10 Aug 2006 07:11:26 -0000 1.1306 *************** *** 1,4 **** --- 1,9 ---- 2006-08-10 Braden McDaniel <br...@en...> + * configure.ac: Fixed --disable-examples. (Removed lingering + reference to lookat.) + + 2006-08-10 Braden McDaniel <br...@en...> + * openvrml.spec.in: Package openvrml-config.h, openvrml-common.h, openvrml-gl-config.h, and openrml-gl-common.h. |
From: Braden M. <br...@us...> - 2006-08-10 06:57:47
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6479 Modified Files: ChangeLog openvrml.spec.in Log Message: Package openvrml-config.h, openvrml-common.h, openvrml-gl-config.h, and openrml-gl-common.h. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** openvrml.spec.in 26 Jul 2006 21:49:30 -0000 1.51 --- openvrml.spec.in 10 Aug 2006 06:57:44 -0000 1.52 *************** *** 73,84 **** %build %configure --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" ! make %{?_smp_mflags} %install %makeinstall ! rm $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/openvrml.la %clean ! rm -rf $RPM_BUILD_ROOT %files --- 73,84 ---- %build %configure --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" ! %{__make} %{?_smp_mflags} %install %makeinstall ! %{__rm} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/openvrml.la %clean ! %{__rm} -rf $RPM_BUILD_ROOT %files *************** *** 89,92 **** --- 89,94 ---- %doc AUTHORS COPYING.LESSER ChangeLog NEWS README THANKS %doc doc/manual + %{_includedir}/%{name}/openvrml-common.h + %{_includedir}/%{name}/openvrml-config.h %{_includedir}/%{name}/openvrml/*.h %{_libdir}/libopenvrml.la *************** *** 101,104 **** --- 103,108 ---- %files gl-devel %doc AUTHORS COPYING.LESSER ChangeLog NEWS README THANKS + %{_includedir}/%{name}/openvrml-gl-common.h + %{_includedir}/%{name}/openvrml-gl-config.h %{_includedir}/%{name}/openvrml/gl %{_libdir}/libopenvrml-gl.la *************** *** 116,119 **** --- 120,130 ---- %changelog + * Thu Aug 10 2006 Braden McDaniel <br...@en...> + - Use %{__make} instead of make. + - Use %{__rm} instead of rm. + - Include openvrml-common.h and openvrml-config.h in openvrml-devel. + - Include openvrml-gl-common.h and openvrml-gl-config.h in + openvrml-gl-devel. + * Wed Jul 26 2006 Braden McDaniel <br...@en...> - Require boost-devel 1.33.1. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1304 retrieving revision 1.1305 diff -C2 -d -r1.1304 -r1.1305 *** ChangeLog 10 Aug 2006 06:50:33 -0000 1.1304 --- ChangeLog 10 Aug 2006 06:57:44 -0000 1.1305 *************** *** 1,4 **** --- 1,9 ---- 2006-08-10 Braden McDaniel <br...@en...> + * openvrml.spec.in: Package openvrml-config.h, openvrml-common.h, + openvrml-gl-config.h, and openrml-gl-common.h. + + 2006-08-10 Braden McDaniel <br...@en...> + Fixes to generate API documentation properly. |
From: Braden M. <br...@us...> - 2006-08-10 06:50:38
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3830 Modified Files: ChangeLog Log Message: Fixes to generate API documentation properly. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1303 retrieving revision 1.1304 diff -C2 -d -r1.1303 -r1.1304 *** ChangeLog 10 Aug 2006 06:32:11 -0000 1.1303 --- ChangeLog 10 Aug 2006 06:50:33 -0000 1.1304 *************** *** 1,4 **** --- 1,22 ---- 2006-08-10 Braden McDaniel <br...@en...> + Fixes to generate API documentation properly. + + * doc/Makefile.am (DOXYGEN_OUTPUT_FILES): Avoid redundantly + listing files with wild cards. + (CUSTOMIZED_IMAGES): Added variable to list customized images for + the doxygen-generated documentation. + (EXTRA_DIST): Refer to DOXYGEN_OUTPUT_FILES and CUSTOMIZED_IMAGES + rather than manual in order to avoid pulling in the CVS + subdirectory. + (.PHONY): List html-local + (html-local): Run doxygen here. + (install-data-local): Made installdirs-local a prerequisite. + Removed html as a prerequisite; since html-local is now phony, we + don't want to regenerate the documentation as part of install. + (dist-hook): Removed. + + 2006-08-10 Braden McDaniel <br...@en...> + * src/libopenvrml/Makefile.am: Qualify antlr-generated sources with $(srcdir) to prevent touch from creating the files in the |
From: Braden M. <br...@us...> - 2006-08-10 06:50:38
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3830/doc Modified Files: Makefile.am Log Message: Fixes to generate API documentation properly. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/Makefile.am,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Makefile.am 6 Aug 2006 22:16:43 -0000 1.33 --- Makefile.am 10 Aug 2006 06:50:34 -0000 1.34 *************** *** 43,48 **** $(top_srcdir)/src/libopenvrml-gl/openvrml/gl/viewer.h - EXTRA_DIST = $(DOCUMENTATION_FILES) manual - DOXYGEN_OUTPUT_FILES = \ $(srcdir)/manual/*.css \ --- 43,46 ---- *************** *** 54,76 **** $(srcdir)/manual/formula.repository \ $(srcdir)/manual/form_*.png \ ! $(srcdir)/manual/graph_legend.* \ $(srcdir)/manual/tab_?.gif MAINTAINERCLEANFILES = $(DOXYGEN_OUTPUT_FILES) ! html-local: manual/index.html installdirs-local: $(mkinstalldirs) $(DESTDIR)$(docdir)/manual ! install-data-local: html installdirs-local ! $(INSTALL_DATA) $(srcdir)/manual/* $(DESTDIR)$(docdir)/manual uninstall-local: rm -rf $(DESTDIR)$(docdir)/manual - - manual/index.html: $(DOCUMENTATION_FILES) $(DOCUMENTED_SOURCE_FILES) - for x in $(DOXYGEN_OUTPUT_FILES); do rm -f $$x; done - cd $(srcdir) && $(DOXYGEN) - - dist-hook: html-local --- 52,80 ---- $(srcdir)/manual/formula.repository \ $(srcdir)/manual/form_*.png \ ! $(srcdir)/manual/graph_legend.dot \ ! $(srcdir)/manual/graph_legend.png \ $(srcdir)/manual/tab_?.gif + CUSTOMIZED_IMAGES = \ + $(srcdir)/manual/tab_b-openvrml.png \ + $(srcdir)/manual/tab_l-openvrml.png \ + $(srcdir)/manual/tab_r-openvrml.png + + EXTRA_DIST = $(DOCUMENTATION_FILES) $(DOXYGEN_OUTPUT_FILES) $(CUSTOMIZED_IMAGES) + MAINTAINERCLEANFILES = $(DOXYGEN_OUTPUT_FILES) ! .PHONY: html-local ! ! html-local: ! for x in $(DOXYGEN_OUTPUT_FILES); do rm -f $$x; done ! cd $(srcdir) && $(DOXYGEN) installdirs-local: $(mkinstalldirs) $(DESTDIR)$(docdir)/manual ! install-data-local: installdirs-local ! $(INSTALL_DATA) $(DOXYGEN_OUTPUT_FILES) $(CUSTOMIZED_IMAGES) $(DESTDIR)$(docdir)/manual uninstall-local: rm -rf $(DESTDIR)$(docdir)/manual |
From: Braden M. <br...@us...> - 2006-08-10 06:32:14
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29447/src/libopenvrml Modified Files: Makefile.am Log Message: Qualify antlr-generated sources with $(srcdir) to prevent touch from creating the files in the builddir. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/Makefile.am,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Makefile.am 9 Aug 2006 03:07:38 -0000 1.36 --- Makefile.am 10 Aug 2006 06:32:11 -0000 1.37 *************** *** 38,44 **** VRML97PARSER_BUILT_SOURCEFILES = \ ! openvrml/Vrml97Parser.cpp \ ! openvrml/Vrml97Parser.hpp \ ! openvrml/Vrml97ParserTokenTypes.hpp VRML97PARSER_BUILT_TEXTFILES = \ openvrml/Vrml97ParserTokenTypes.txt --- 38,44 ---- VRML97PARSER_BUILT_SOURCEFILES = \ ! $(srcdir)/openvrml/Vrml97Parser.cpp \ ! $(srcdir)/openvrml/Vrml97Parser.hpp \ ! $(srcdir)/openvrml/Vrml97ParserTokenTypes.hpp VRML97PARSER_BUILT_TEXTFILES = \ openvrml/Vrml97ParserTokenTypes.txt *************** *** 48,56 **** X3DVRMLPARSER_BUILT_SOURCEFILES = \ ! openvrml/X3DVrmlParser.cpp \ ! openvrml/X3DVrmlParser.hpp \ ! openvrml/X3DVrmlParserTokenTypes.hpp X3DVRMLPARSER_BUILT_TEXTFILES = \ ! openvrml/X3DVrmlParserTokenTypes.txt X3DVRMLPARSER_BUILT_FILES = \ $(X3DVRMLPARSER_BUILT_SOURCEFILES) \ --- 48,56 ---- X3DVRMLPARSER_BUILT_SOURCEFILES = \ ! $(srcdir)/openvrml/X3DVrmlParser.cpp \ ! $(srcdir)/openvrml/X3DVrmlParser.hpp \ ! $(srcdir)/openvrml/X3DVrmlParserTokenTypes.hpp X3DVRMLPARSER_BUILT_TEXTFILES = \ ! $(srcdir)/openvrml/X3DVrmlParserTokenTypes.txt X3DVRMLPARSER_BUILT_FILES = \ $(X3DVRMLPARSER_BUILT_SOURCEFILES) \ |
From: Braden M. <br...@us...> - 2006-08-10 06:32:13
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29447 Modified Files: ChangeLog Log Message: Qualify antlr-generated sources with $(srcdir) to prevent touch from creating the files in the builddir. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1302 retrieving revision 1.1303 diff -C2 -d -r1.1302 -r1.1303 *** ChangeLog 9 Aug 2006 03:07:38 -0000 1.1302 --- ChangeLog 10 Aug 2006 06:32:11 -0000 1.1303 *************** *** 1,2 **** --- 1,8 ---- + 2006-08-10 Braden McDaniel <br...@en...> + + * src/libopenvrml/Makefile.am: Qualify antlr-generated sources + with $(srcdir) to prevent touch from creating the files in the + builddir. + 2006-08-08 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-08-10 02:56:21
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12114/doc Modified Files: .cvsignore Log Message: Don't want to ignore the manual directory anymore. Index: .cvsignore =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .cvsignore 10 Dec 2002 23:33:28 -0000 1.3 --- .cvsignore 10 Aug 2006 02:56:17 -0000 1.4 *************** *** 1,3 **** Makefile Makefile.in - manual --- 1,2 ---- |
From: Braden M. <br...@us...> - 2006-08-09 03:07:41
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18346/src/libopenvrml-gl Modified Files: Makefile.am Log Message: Updated libtool library version numbers. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 11 Aug 2005 22:50:14 -0000 1.5 --- Makefile.am 9 Aug 2006 03:07:39 -0000 1.6 *************** *** 1,3 **** ! LIBRARY_VERSION = 6:1:0 # | | | # +------+ | +---+ --- 1,3 ---- ! LIBRARY_VERSION = 6:2:0 # | | | # +------+ | +---+ |
From: Braden M. <br...@us...> - 2006-08-09 03:07:41
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18346 Modified Files: ChangeLog Log Message: Updated libtool library version numbers. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1301 retrieving revision 1.1302 diff -C2 -d -r1.1301 -r1.1302 *** ChangeLog 9 Aug 2006 01:14:18 -0000 1.1301 --- ChangeLog 9 Aug 2006 03:07:38 -0000 1.1302 *************** *** 1,4 **** --- 1,12 ---- 2006-08-08 Braden McDaniel <br...@en...> + Updated libtool library version numbers. + + * src/libopenvrml/Makefile.am (LIBRARY_VERSION): Updated to 6:0:0. + * src/libopenvrml-gl/Makefile.am (LIBRARY_VERSION): Updated to + 6:2:0. + + 2006-08-08 Braden McDaniel <br...@en...> + * doc/index.doc: Documentation improvements. |
From: Braden M. <br...@us...> - 2006-08-09 03:07:41
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18346/src/libopenvrml Modified Files: Makefile.am Log Message: Updated libtool library version numbers. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/Makefile.am,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Makefile.am 17 May 2006 07:59:50 -0000 1.35 --- Makefile.am 9 Aug 2006 03:07:38 -0000 1.36 *************** *** 63,67 **** $(X3DVRMLPARSER_BUILT_SOURCEFILES) ! LIBRARY_VERSION = 5:3:0 # | | | # +------+ | +---+ --- 63,67 ---- $(X3DVRMLPARSER_BUILT_SOURCEFILES) ! LIBRARY_VERSION = 6:0:0 # | | | # +------+ | +---+ |
From: Braden M. <br...@us...> - 2006-08-09 01:14:24
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5374/doc Modified Files: index.doc Log Message: Documentation improvements. Index: index.doc =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/index.doc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.doc 8 Aug 2006 06:32:11 -0000 1.2 --- index.doc 9 Aug 2006 01:14:19 -0000 1.3 *************** *** 117,122 **** * If user code needs to feed data into a buffer in a separate thread, that ! * buffer should not be the one managed by the @c streambuf interface. In ! * general it is appropriate to use a secondary buffer, protected with thread * synchronization primitives, for writing incoming data. Data can then be * moved from this buffer to the <code>streambuf</code>'s buffer in the --- 117,123 ---- * If user code needs to feed data into a buffer in a separate thread, that ! * buffer should not be the one managed by the @c streambuf interface (i.e., ! * the buffer to which @c eback, @c gptr, and @c egptr point). In general it ! * is appropriate to use a secondary buffer, protected with thread * synchronization primitives, for writing incoming data. Data can then be * moved from this buffer to the <code>streambuf</code>'s buffer in the |
From: Braden M. <br...@us...> - 2006-08-09 01:14:23
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5374 Modified Files: ChangeLog Log Message: Documentation improvements. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1300 retrieving revision 1.1301 diff -C2 -d -r1.1300 -r1.1301 *** ChangeLog 8 Aug 2006 06:32:11 -0000 1.1300 --- ChangeLog 9 Aug 2006 01:14:18 -0000 1.1301 *************** *** 1,4 **** --- 1,8 ---- 2006-08-08 Braden McDaniel <br...@en...> + * doc/index.doc: Documentation improvements. + + 2006-08-08 Braden McDaniel <br...@en...> + * doc/index.doc: Added the beginnings of a user guide. |
From: Braden M. <br...@us...> - 2006-08-08 06:32:15
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24620/doc Modified Files: index.doc Log Message: Added the beginnings of a user guide. Index: index.doc =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/index.doc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.doc 17 Dec 2002 07:22:29 -0000 1.1 --- index.doc 8 Aug 2006 06:32:11 -0000 1.2 *************** *** 1,13 **** ! /** ! @mainpage ! ! %OpenVRML comprises a runtime library for VRML97 along with an OpenGL ! renderer. ! ! @section contents Contents ! <table> ! <tr><td>@ref conformance</td><td>NIST VRML Test Suite results</td> ! </table> ! */ --- 1,124 ---- ! // -*- mode: c++; fill-column: 78 -*- ! /** ! * @mainpage ! * ! * OpenVRML comprises a runtime library for VRML97 along with an OpenGL ! * renderer. ! * ! * @section contents Contents ! * ! * <table> ! * <tr><td>@ref intro</td></tr> ! * <tr><td>@ref history</td></tr> ! * <tr><td>@ref getting_started</td></tr> ! * <tr><td>@ref resource_fetching</td></tr> ! * <tr><td>@ref resource_fetching_rationale</td></tr> ! * <tr><td>@ref introducing_resource_istream</td></tr> ! * <tr><td>@ref introducing_browser</td></tr> ! * <tr><td>@ref resource_istream_impl_considerations</td></tr> ! * <tr><td>@ref conformance</td><td>NIST VRML Test Suite results</td></tr> ! * </table> ! * ! * @section intro 1 Introduction ! * ! * OpenVRML is a runtime library for VRML97 and X3D worlds. OpenVRML parses ! * VRML/X3D directly into an in-memory scene graph format that can be further ! * manipulated through its API and/or rendered. ! * ! * @subsection history 1.1 History ! * ! * OpenVRML was started as LibVRML97 by Chris Morley. Since 2000 it has been ! * maintained by Braden McDaniel. ! * ! * @section getting_started 2 Getting started ! * ! * @subsection resource_fetching 2.1 Fetching network resources ! * ! * @subsubsection resource_fetching_rationale 2.1.1 Rationale ! * ! * A VRML/X3D runtime must, of course, be able to fetch network resources ! * using URIs. However, there is no standard mechanism in C++ for network ! * communication. Various libraries are available to fill this void; but if ! * OpenVRML were to depend on one of them it could make OpenVRML more ! * difficult to integrate into applications that use some different network ! * layer. ! * ! * In order to integrate into systems using arbitrary mechanisms for network ! * I/O, OpenVRML requires the user to supply a resource fetching facility. As ! * such, the URI schemes (and corresponding resolution and transfer protocols) ! * supported in worlds loaded into OpenVRML are a function of the ! * user-supplied resource fetching mechanism. ! * ! * The resource fetching mechanism can be as full-featured or as spartan as ! * the user application requires. A minimal facility might only handle @c ! * file: URLs. But in general it is desirable to support at least the schemes ! * supported by modern Web browsers (significantly, @c ftp: and @c http:). ! * ! * @subsubsection introducing_resource_istream 2.1.2 Introducing resource_istream ! * ! * OpenVRML accomplishes this extensibility by extending the C++ IOstreams ! * framework. @c openvrml::resource_istream inherits @c std::istream and adds ! * a few member functions particular to network resource fetching: ! * ! * @code ! * const std::string url() const throw (std::bad_alloc) ! * const std::string type() const throw (std::bad_alloc) ! * bool data_available() const throw () ! * @endcode ! * ! * @c resource_istream is an abstract class. It is an interface through which ! * OpenVRML can access user code. You use @c resource_istream by inheriting ! * it and providing implementations for its pure virtual functions. ! * ! * @subsubsection introducing_browser 2.1.3 Introducing browser ! * ! * The centerpiece of the OpenVRML library is @c openvrml::browser. This ! * class provides the interface for loading VRML/X3D worlds. Most management ! * of the runtime will be handled through its member functions. Like @c ! * resource_istream, @c browser is an abstract class that users must inherit. ! * However, @c browser has only one pure virtual function you must implement: ! * the one responsible for creating @c resource_istream%s. ! * ! * @code ! * virtual std::auto_ptr<resource_istream> do_get_resource(const std::string & uri) = 0; ! * @endcode ! * ! * The API documentation for @c openvrml::browser::do_get_resource provides ! * more details on the requirements for this function's implementation. ! * Briefly, your implementation will return a @c std::auto_ptr to an instance ! * of your class that implements @c openvrml::resource_istream. ! * ! * @subsubsection resource_istream_impl_considerations 2.1.4 resource_istream implementation considerations ! * ! * OpenVRML supports a notion of data streaming. In general, network ! * resources are read asynchronously with respect to the rendering thread. ! * User code that does not support data streaming (as in the example using @c ! * std::filebuf in the documentation for @c ! * openvrml::browser::do_get_resource) can remain largely oblivious ! * synchronization issues. However, user code that supports data streaming ! * must be mindful of the fact that OpenVRML uses separate threads to read the ! * data streams. Care must be taken not to write to a buffer at the same time ! * OpenVRML's stream reading thread is reading the buffer. ! * ! * The IOstreams framework is typically extended by inheriting @c ! * std::streambuf to implement new sources and sinks for data. (Full ! * treatment of this topic is beyond the scope of this document; see <a ! * href="http://www.josuttis.com/libbook/"><i>The C++ Standard Library</i> by ! * Nicolai M. Josuttis</a> and <a ! * href="http://www.angelikalanger.com/iostreams.html"><i>Standard C++ ! * IOStreams and Locales</i> by Angelika Langer and Klaus Kreft</a>.) ! * However, <code>std::streambuf</code>'s interface is not thread-safe. Since ! * OpenVRML's stream-reading thread can be expected to be using the @c ! * streambuf interface (by way of the @c std::istream member functions ! * inherited by @c openvrml::resource_istream), it is only safe for user code ! * to use the @c streambuf interface in that same thread; i.e., in code called ! * by OpenVRML. ! * If user code needs to feed data into a buffer in a separate thread, that ! * buffer should not be the one managed by the @c streambuf interface. In ! * general it is appropriate to use a secondary buffer, protected with thread ! * synchronization primitives, for writing incoming data. Data can then be ! * moved from this buffer to the <code>streambuf</code>'s buffer in the ! * implementation of @c std::streambuf::underflow. ! */ |
From: Braden M. <br...@us...> - 2006-08-08 06:32:14
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24620 Modified Files: ChangeLog Log Message: Added the beginnings of a user guide. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1299 retrieving revision 1.1300 diff -C2 -d -r1.1299 -r1.1300 *** ChangeLog 6 Aug 2006 22:16:42 -0000 1.1299 --- ChangeLog 8 Aug 2006 06:32:11 -0000 1.1300 *************** *** 1,2 **** --- 1,6 ---- + 2006-08-08 Braden McDaniel <br...@en...> + + * doc/index.doc: Added the beginnings of a user guide. + 2006-08-06 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-08-06 22:16:46
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4273/doc Modified Files: Makefile.am Log Message: Remove doxygen-generated files in a loop; otherwise, rm may complain of too many arguments. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/Makefile.am,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Makefile.am 6 Aug 2006 03:40:31 -0000 1.32 --- Makefile.am 6 Aug 2006 22:16:43 -0000 1.33 *************** *** 71,75 **** manual/index.html: $(DOCUMENTATION_FILES) $(DOCUMENTED_SOURCE_FILES) ! rm -f $(DOXYGEN_OUTPUT_FILES) cd $(srcdir) && $(DOXYGEN) --- 71,75 ---- manual/index.html: $(DOCUMENTATION_FILES) $(DOCUMENTED_SOURCE_FILES) ! for x in $(DOXYGEN_OUTPUT_FILES); do rm -f $$x; done cd $(srcdir) && $(DOXYGEN) |
From: Braden M. <br...@us...> - 2006-08-06 22:16:46
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4273 Modified Files: ChangeLog Log Message: Remove doxygen-generated files in a loop; otherwise, rm may complain of too many arguments. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1298 retrieving revision 1.1299 diff -C2 -d -r1.1298 -r1.1299 *** ChangeLog 6 Aug 2006 06:45:24 -0000 1.1298 --- ChangeLog 6 Aug 2006 22:16:42 -0000 1.1299 *************** *** 1,4 **** --- 1,9 ---- 2006-08-06 Braden McDaniel <br...@en...> + * doc/Makefile.am: Remove doxygen-generated files in a loop; + otherwise, rm may complain of too many arguments. + + 2006-08-06 Braden McDaniel <br...@en...> + Doc-comment improvements. |