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-10-28 02:28:36
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17603 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Makefile.am Log Message: Pass --enable-gtk-doc in DISTCHECK_CONFIGURE_FLAGS so that distcheck will succeed. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/Makefile.am,v retrieving revision 1.51 retrieving revision 1.51.2.1 diff -C2 -d -r1.51 -r1.51.2.1 *** Makefile.am 20 Apr 2005 20:23:27 -0000 1.51 --- Makefile.am 28 Oct 2006 02:28:34 -0000 1.51.2.1 *************** *** 17,18 **** --- 17,20 ---- dist-hook: openvrml.spec cp openvrml.spec $(distdir) + + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.47 retrieving revision 1.1310.2.48 diff -C2 -d -r1.1310.2.47 -r1.1310.2.48 *** ChangeLog 27 Oct 2006 18:12:17 -0000 1.1310.2.47 --- ChangeLog 28 Oct 2006 02:28:34 -0000 1.1310.2.48 *************** *** 1,4 **** --- 1,9 ---- 2006-10-27 Braden McDaniel <br...@en...> + * Makefile.am: Pass --enable-gtk-doc in DISTCHECK_CONFIGURE_FLAGS + so that distcheck will succeed. + + 2006-10-27 Braden McDaniel <br...@en...> + * openvrml.spec.in: Fixed file name for openvrml-gtkplug texinfo. |
From: Braden M. <br...@us...> - 2006-10-27 18:12:30
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9658 Modified Files: ChangeLog openvrml.spec.in Log Message: Fixed file name for openvrml-gtkplug texinfo. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** openvrml.spec.in 27 Oct 2006 04:04:13 -0000 1.57 --- openvrml.spec.in 27 Oct 2006 18:12:28 -0000 1.58 *************** *** 123,127 **** %files gtkplug %doc AUTHORS COPYING ChangeLog NEWS README THANKS ! %{_infodir}/openvrml-gtkplug.info %{_libexecdir}/openvrml-gtkplug --- 123,127 ---- %files gtkplug %doc AUTHORS COPYING ChangeLog NEWS README THANKS ! %{_infodir}/openvrml-gtkplug.info.gz %{_libexecdir}/openvrml-gtkplug *************** *** 135,138 **** --- 135,139 ---- - Removed obsolete references to openvrml.xpt and openvrml.idl by the mozilla-plugin package. + - Fixed file name for openvrml-gtkplug texinfo. * Wed Oct 25 2006 Braden McDaniel <br...@en...> Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1362 retrieving revision 1.1363 diff -C2 -d -r1.1362 -r1.1363 *** ChangeLog 27 Oct 2006 14:54:19 -0000 1.1362 --- ChangeLog 27 Oct 2006 18:12:28 -0000 1.1363 *************** *** 1,4 **** --- 1,8 ---- 2006-10-27 Braden McDaniel <br...@en...> + * openvrml.spec.in: Fixed file name for openvrml-gtkplug texinfo. + + 2006-10-27 Braden McDaniel <br...@en...> + * lib/gtkglext/docs/reference/gtkglext/Makefile.am: Suppress installation of the GtkGLExt documentation. |
From: Braden M. <br...@us...> - 2006-10-27 18:12:22
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9642 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog openvrml.spec.in Log Message: Fixed file name for openvrml-gtkplug texinfo. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.52.2.5 retrieving revision 1.52.2.6 diff -C2 -d -r1.52.2.5 -r1.52.2.6 *** openvrml.spec.in 27 Oct 2006 04:04:01 -0000 1.52.2.5 --- openvrml.spec.in 27 Oct 2006 18:12:18 -0000 1.52.2.6 *************** *** 123,127 **** %files gtkplug %doc AUTHORS COPYING ChangeLog NEWS README THANKS ! %{_infodir}/openvrml-gtkplug.info %{_libexecdir}/openvrml-gtkplug --- 123,127 ---- %files gtkplug %doc AUTHORS COPYING ChangeLog NEWS README THANKS ! %{_infodir}/openvrml-gtkplug.info.gz %{_libexecdir}/openvrml-gtkplug *************** *** 135,138 **** --- 135,139 ---- - Removed obsolete references to openvrml.xpt and openvrml.idl by the mozilla-plugin package. + - Fixed file name for openvrml-gtkplug texinfo. * Wed Oct 25 2006 Braden McDaniel <br...@en...> Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.46 retrieving revision 1.1310.2.47 diff -C2 -d -r1.1310.2.46 -r1.1310.2.47 *** ChangeLog 27 Oct 2006 14:54:04 -0000 1.1310.2.46 --- ChangeLog 27 Oct 2006 18:12:17 -0000 1.1310.2.47 *************** *** 1,4 **** --- 1,8 ---- 2006-10-27 Braden McDaniel <br...@en...> + * openvrml.spec.in: Fixed file name for openvrml-gtkplug texinfo. + + 2006-10-27 Braden McDaniel <br...@en...> + * lib/gtkglext/docs/reference/gtkglext/Makefile.am: Suppress installation of the GtkGLExt documentation. |
From: Braden M. <br...@us...> - 2006-10-27 14:54:51
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24035 Modified Files: ChangeLog Log Message: Suppress installation of the GtkGLExt documentation. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1361 retrieving revision 1.1362 diff -C2 -d -r1.1361 -r1.1362 *** ChangeLog 27 Oct 2006 04:04:13 -0000 1.1361 --- ChangeLog 27 Oct 2006 14:54:19 -0000 1.1362 *************** *** 1,4 **** --- 1,9 ---- 2006-10-27 Braden McDaniel <br...@en...> + * lib/gtkglext/docs/reference/gtkglext/Makefile.am: Suppress + installation of the GtkGLExt documentation. + + 2006-10-27 Braden McDaniel <br...@en...> + * openvrml.spec.in: Removed obsolete references to openvrml.xpt and openvrml.idl by the mozilla-plugin package. |
From: Braden M. <br...@us...> - 2006-10-27 14:54:24
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24035/lib/gtkglext/docs/reference/gtkglext Modified Files: Makefile.am Log Message: Suppress installation of the GtkGLExt documentation. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 1 Oct 2006 05:46:55 -0000 1.2 --- Makefile.am 27 Oct 2006 14:54:19 -0000 1.3 *************** *** 79,80 **** --- 79,87 ---- include $(top_srcdir)/gtk-doc.make + + # + # We don't want to install anything here; so override install-data-am to + # keep the automake-generated one from pulling in install-data-local + # (defined in gtk-doc.make). + # + install-data-am: |
From: Braden M. <br...@us...> - 2006-10-27 14:54:07
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23741 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Suppress installation of the GtkGLExt documentation. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.45 retrieving revision 1.1310.2.46 diff -C2 -d -r1.1310.2.45 -r1.1310.2.46 *** ChangeLog 27 Oct 2006 04:04:00 -0000 1.1310.2.45 --- ChangeLog 27 Oct 2006 14:54:04 -0000 1.1310.2.46 *************** *** 1,4 **** --- 1,9 ---- 2006-10-27 Braden McDaniel <br...@en...> + * lib/gtkglext/docs/reference/gtkglext/Makefile.am: Suppress + installation of the GtkGLExt documentation. + + 2006-10-27 Braden McDaniel <br...@en...> + * openvrml.spec.in: Removed obsolete references to openvrml.xpt and openvrml.idl by the mozilla-plugin package. |
From: Braden M. <br...@us...> - 2006-10-27 14:54:07
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23741/lib/gtkglext/docs/reference/gtkglext Modified Files: Tag: OpenVRML-0_16-BRANCH Makefile.am Log Message: Suppress installation of the GtkGLExt documentation. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/docs/reference/gtkglext/Makefile.am,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** Makefile.am 1 Oct 2006 05:48:16 -0000 1.2.2.1 --- Makefile.am 27 Oct 2006 14:54:04 -0000 1.2.2.2 *************** *** 79,80 **** --- 79,87 ---- include $(top_srcdir)/gtk-doc.make + + # + # We don't want to install anything here; so override install-data-am to + # keep the automake-generated one from pulling in install-data-local + # (defined in gtk-doc.make). + # + install-data-am: |
From: Braden M. <br...@us...> - 2006-10-27 04:04:15
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21893 Modified Files: ChangeLog openvrml.spec.in Log Message: Removed obsolete references to openvrml.xpt and openvrml.idl by the mozilla-plugin package. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** openvrml.spec.in 25 Oct 2006 19:15:31 -0000 1.56 --- openvrml.spec.in 27 Oct 2006 04:04:13 -0000 1.57 *************** *** 129,137 **** %doc AUTHORS COPYING ChangeLog NEWS README THANKS %{_libdir}/mozilla/plugins/openvrml.so - %{_libdir}/mozilla/plugins/openvrml.xpt - %{_datadir}/idl/%{name}-%{version}/openvrml.idl %changelog * Wed Oct 25 2006 Braden McDaniel <br...@en...> - Require firefox instead of mozilla. --- 129,139 ---- %doc AUTHORS COPYING ChangeLog NEWS README THANKS %{_libdir}/mozilla/plugins/openvrml.so %changelog + * Fri Oct 27 2006 Braden McDaniel <br...@en...> + - Removed obsolete references to openvrml.xpt and openvrml.idl by the + mozilla-plugin package. + * Wed Oct 25 2006 Braden McDaniel <br...@en...> - Require firefox instead of mozilla. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1360 retrieving revision 1.1361 diff -C2 -d -r1.1360 -r1.1361 *** ChangeLog 25 Oct 2006 22:33:20 -0000 1.1360 --- ChangeLog 27 Oct 2006 04:04:13 -0000 1.1361 *************** *** 1,2 **** --- 1,7 ---- + 2006-10-27 Braden McDaniel <br...@en...> + + * openvrml.spec.in: Removed obsolete references to openvrml.xpt + and openvrml.idl by the mozilla-plugin package. + 2006-10-25 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-10-27 04:04:04
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21531 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog openvrml.spec.in Log Message: Removed obsolete references to openvrml.xpt and openvrml.idl by the mozilla-plugin package. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.52.2.4 retrieving revision 1.52.2.5 diff -C2 -d -r1.52.2.4 -r1.52.2.5 *** openvrml.spec.in 25 Oct 2006 19:15:17 -0000 1.52.2.4 --- openvrml.spec.in 27 Oct 2006 04:04:01 -0000 1.52.2.5 *************** *** 129,137 **** %doc AUTHORS COPYING ChangeLog NEWS README THANKS %{_libdir}/mozilla/plugins/openvrml.so - %{_libdir}/mozilla/plugins/openvrml.xpt - %{_datadir}/idl/%{name}-%{version}/openvrml.idl %changelog * Wed Oct 25 2006 Braden McDaniel <br...@en...> - Require firefox instead of mozilla. --- 129,139 ---- %doc AUTHORS COPYING ChangeLog NEWS README THANKS %{_libdir}/mozilla/plugins/openvrml.so %changelog + * Fri Oct 27 2006 Braden McDaniel <br...@en...> + - Removed obsolete references to openvrml.xpt and openvrml.idl by the + mozilla-plugin package. + * Wed Oct 25 2006 Braden McDaniel <br...@en...> - Require firefox instead of mozilla. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.44 retrieving revision 1.1310.2.45 diff -C2 -d -r1.1310.2.44 -r1.1310.2.45 *** ChangeLog 25 Oct 2006 22:33:01 -0000 1.1310.2.44 --- ChangeLog 27 Oct 2006 04:04:00 -0000 1.1310.2.45 *************** *** 1,2 **** --- 1,7 ---- + 2006-10-27 Braden McDaniel <br...@en...> + + * openvrml.spec.in: Removed obsolete references to openvrml.xpt + and openvrml.idl by the mozilla-plugin package. + 2006-10-25 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-10-25 22:33:25
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11855 Modified Files: ChangeLog Log Message: Documentation improvements. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1359 retrieving revision 1.1360 diff -C2 -d -r1.1359 -r1.1360 *** ChangeLog 25 Oct 2006 22:31:11 -0000 1.1359 --- ChangeLog 25 Oct 2006 22:33:20 -0000 1.1360 *************** *** 1,4 **** --- 1,8 ---- 2006-10-25 Braden McDaniel <br...@en...> + * doc/index.doc: Documentation improvements. + + 2006-10-25 Braden McDaniel <br...@en...> + Quelled warnings from gcc. |
From: Braden M. <br...@us...> - 2006-10-25 22:33:22
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11855/doc Modified Files: index.doc Log Message: Documentation improvements. Index: index.doc =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/index.doc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.doc 9 Aug 2006 01:14:19 -0000 1.3 --- index.doc 25 Oct 2006 22:33:20 -0000 1.4 *************** *** 52,69 **** * * 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 * --- 52,69 ---- * * 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 * *************** *** 76,81 **** * 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. --- 76,81 ---- * 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. *************** *** 90,100 **** * 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 --- 90,105 ---- * of your class that implements @c openvrml::resource_istream. * + * @note Most “factory functions” (i.e., functions that return an + * instance of an object allocated with @c new) in OpenVRML return an + * @c auto_ptr. @c std::auto_ptr is used for ownership transfer; its use for + * a return value signals that the caller is taking ownership of the resource. + * * @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 to * synchronization issues. However, user code that supports data streaming * must be mindful of the fact that OpenVRML uses separate threads to read the *************** *** 102,107 **** * 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 --- 107,112 ---- * 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 *************** *** 110,119 **** * 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 (i.e., --- 115,124 ---- * 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 (i.e., |
From: Braden M. <br...@us...> - 2006-10-25 22:33:04
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11431/doc Modified Files: Tag: OpenVRML-0_16-BRANCH index.doc Log Message: Documentation improvements. Index: index.doc =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/index.doc,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** index.doc 9 Aug 2006 01:14:19 -0000 1.3 --- index.doc 25 Oct 2006 22:33:01 -0000 1.3.2.1 *************** *** 52,69 **** * * 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 * --- 52,69 ---- * * 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 * *************** *** 76,81 **** * 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. --- 76,81 ---- * 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. *************** *** 90,100 **** * 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 --- 90,105 ---- * of your class that implements @c openvrml::resource_istream. * + * @note Most “factory functions” (i.e., functions that return an + * instance of an object allocated with @c new) in OpenVRML return an + * @c auto_ptr. @c std::auto_ptr is used for ownership transfer; its use for + * a return value signals that the caller is taking ownership of the resource. + * * @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 to * synchronization issues. However, user code that supports data streaming * must be mindful of the fact that OpenVRML uses separate threads to read the *************** *** 102,107 **** * 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 --- 107,112 ---- * 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 *************** *** 110,119 **** * 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 (i.e., --- 115,124 ---- * 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 (i.e., |
From: Braden M. <br...@us...> - 2006-10-25 22:33:03
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11431 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Documentation improvements. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.43 retrieving revision 1.1310.2.44 diff -C2 -d -r1.1310.2.43 -r1.1310.2.44 *** ChangeLog 25 Oct 2006 22:30:52 -0000 1.1310.2.43 --- ChangeLog 25 Oct 2006 22:33:01 -0000 1.1310.2.44 *************** *** 1,4 **** --- 1,8 ---- 2006-10-25 Braden McDaniel <br...@en...> + * doc/index.doc: Documentation improvements. + + 2006-10-25 Braden McDaniel <br...@en...> + Quelled warnings from gcc. |
From: Braden M. <br...@us...> - 2006-10-25 22:31:16
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin/src In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10885/mozilla-plugin/src Modified Files: openvrml.cpp Log Message: Quelled warnings from gcc. Index: openvrml.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/mozilla-plugin/src/openvrml.cpp,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** openvrml.cpp 12 Oct 2006 08:57:30 -0000 1.42 --- openvrml.cpp 25 Oct 2006 22:31:11 -0000 1.43 *************** *** 1124,1127 **** --- 1124,1128 ---- scope_guard openvrml_gtkplug_cmd_argv_guard = make_guard(g_strfreev, openvrml_gtkplug_cmd_argv); + boost::ignore_unused_variable_warning(openvrml_gtkplug_cmd_argv_guard); const gchar * const openvrml_gtkplug_cmd = g_getenv("OPENVRML_GTKPLUG"); *************** *** 1261,1266 **** } ! bool plugin_instance::get_name(const NPVariant * const args, ! const uint32_t argCount, NPVariant * const result) { --- 1262,1267 ---- } ! bool plugin_instance::get_name(const NPVariant * const /* args */, ! const uint32_t /* argCount */, NPVariant * const result) { *************** *** 1273,1278 **** } ! bool plugin_instance::get_version(const NPVariant * const args, ! const uint32_t argCount, NPVariant * const result) { --- 1274,1279 ---- } ! bool plugin_instance::get_version(const NPVariant * const /* args */, ! const uint32_t /* argCount */, NPVariant * const result) { |
From: Braden M. <br...@us...> - 2006-10-25 22:31:13
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10885 Modified Files: ChangeLog Log Message: Quelled warnings from gcc. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1358 retrieving revision 1.1359 diff -C2 -d -r1.1358 -r1.1359 *** ChangeLog 25 Oct 2006 21:45:40 -0000 1.1358 --- ChangeLog 25 Oct 2006 22:31:11 -0000 1.1359 *************** *** 1,4 **** --- 1,16 ---- 2006-10-25 Braden McDaniel <br...@en...> + Quelled warnings from gcc. + + * mozilla-plugin/src/openvrml.cpp + (plugin_instance::set_window(NPWindow &)): Suppress unused + variable warning. + (plugin_instance::get_name(const NPVariant *, uint32_t, + NPVariant*)): Quelled unused variable warnings. + (plugin_instance::get_version(const NPVariant *, uint32_t, + NPVariant*)): Quelled unused variable warnings. + + 2006-10-25 Braden McDaniel <br...@en...> + * doc/openvrml-gtkplug.texi: Fixed URL reference to the patch manager. |
From: Braden M. <br...@us...> - 2006-10-25 22:30:56
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin/src In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10495/mozilla-plugin/src Modified Files: Tag: OpenVRML-0_16-BRANCH openvrml.cpp Log Message: Quelled warnings from gcc. Index: openvrml.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/mozilla-plugin/src/openvrml.cpp,v retrieving revision 1.37.2.5 retrieving revision 1.37.2.6 diff -C2 -d -r1.37.2.5 -r1.37.2.6 *** openvrml.cpp 12 Oct 2006 08:57:05 -0000 1.37.2.5 --- openvrml.cpp 25 Oct 2006 22:30:52 -0000 1.37.2.6 *************** *** 1124,1127 **** --- 1124,1128 ---- scope_guard openvrml_gtkplug_cmd_argv_guard = make_guard(g_strfreev, openvrml_gtkplug_cmd_argv); + boost::ignore_unused_variable_warning(openvrml_gtkplug_cmd_argv_guard); const gchar * const openvrml_gtkplug_cmd = g_getenv("OPENVRML_GTKPLUG"); *************** *** 1261,1266 **** } ! bool plugin_instance::get_name(const NPVariant * const args, ! const uint32_t argCount, NPVariant * const result) { --- 1262,1267 ---- } ! bool plugin_instance::get_name(const NPVariant * const /* args */, ! const uint32_t /* argCount */, NPVariant * const result) { *************** *** 1273,1278 **** } ! bool plugin_instance::get_version(const NPVariant * const args, ! const uint32_t argCount, NPVariant * const result) { --- 1274,1279 ---- } ! bool plugin_instance::get_version(const NPVariant * const /* args */, ! const uint32_t /* argCount */, NPVariant * const result) { |
From: Braden M. <br...@us...> - 2006-10-25 22:30:56
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10495 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Quelled warnings from gcc. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.42 retrieving revision 1.1310.2.43 diff -C2 -d -r1.1310.2.42 -r1.1310.2.43 *** ChangeLog 25 Oct 2006 21:45:18 -0000 1.1310.2.42 --- ChangeLog 25 Oct 2006 22:30:52 -0000 1.1310.2.43 *************** *** 1,4 **** --- 1,16 ---- 2006-10-25 Braden McDaniel <br...@en...> + Quelled warnings from gcc. + + * mozilla-plugin/src/openvrml.cpp + (plugin_instance::set_window(NPWindow &)): Suppress unused + variable warning. + (plugin_instance::get_name(const NPVariant *, uint32_t, + NPVariant*)): Quelled unused variable warnings. + (plugin_instance::get_version(const NPVariant *, uint32_t, + NPVariant*)): Quelled unused variable warnings. + + 2006-10-25 Braden McDaniel <br...@en...> + * doc/openvrml-gtkplug.texi: Fixed URL reference to the patch manager. |
From: Braden M. <br...@us...> - 2006-10-25 21:45:42
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21073/doc Modified Files: openvrml-gtkplug.texi Log Message: Fixed URL reference to the patch manager. Index: openvrml-gtkplug.texi =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/openvrml-gtkplug.texi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openvrml-gtkplug.texi 4 Oct 2006 06:26:42 -0000 1.1 --- openvrml-gtkplug.texi 25 Oct 2006 21:45:40 -0000 1.2 *************** *** 427,433 **** Emacs Manual}). Please follow the existing coding style. ! The preferred means of submitting a patch is using @url{OpenVRML's ! SourceForge Patch Manager, ! http://sourceforge.net/tracker/?func=add&group_id=7151&atid=307151}. --- 427,433 ---- Emacs Manual}). Please follow the existing coding style. ! The preferred means of submitting a patch is using ! @url{http://sourceforge.net/tracker/?func=add&group_id=7151&atid=307151, ! OpenVRML's SourceForge Patch Manager}. |
From: Braden M. <br...@us...> - 2006-10-25 21:45:42
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21073 Modified Files: ChangeLog Log Message: Fixed URL reference to the patch manager. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1357 retrieving revision 1.1358 diff -C2 -d -r1.1357 -r1.1358 *** ChangeLog 25 Oct 2006 19:41:55 -0000 1.1357 --- ChangeLog 25 Oct 2006 21:45:40 -0000 1.1358 *************** *** 1,4 **** --- 1,9 ---- 2006-10-25 Braden McDaniel <br...@en...> + * doc/openvrml-gtkplug.texi: Fixed URL reference to the patch + manager. + + 2006-10-25 Braden McDaniel <br...@en...> + * README: Marked --enable-script-node-java configure option as unsupported. |
From: Braden M. <br...@us...> - 2006-10-25 21:45:24
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21023/doc Modified Files: Tag: OpenVRML-0_16-BRANCH openvrml-gtkplug.texi Log Message: Fixed URL reference to the patch manager. Index: openvrml-gtkplug.texi =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/openvrml-gtkplug.texi,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** openvrml-gtkplug.texi 4 Oct 2006 06:27:24 -0000 1.1.2.1 --- openvrml-gtkplug.texi 25 Oct 2006 21:45:18 -0000 1.1.2.2 *************** *** 427,433 **** Emacs Manual}). Please follow the existing coding style. ! The preferred means of submitting a patch is using @url{OpenVRML's ! SourceForge Patch Manager, ! http://sourceforge.net/tracker/?func=add&group_id=7151&atid=307151}. --- 427,433 ---- Emacs Manual}). Please follow the existing coding style. ! The preferred means of submitting a patch is using ! @url{http://sourceforge.net/tracker/?func=add&group_id=7151&atid=307151, ! OpenVRML's SourceForge Patch Manager}. |
From: Braden M. <br...@us...> - 2006-10-25 21:45:23
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21023 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Fixed URL reference to the patch manager. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.41 retrieving revision 1.1310.2.42 diff -C2 -d -r1.1310.2.41 -r1.1310.2.42 *** ChangeLog 25 Oct 2006 19:41:36 -0000 1.1310.2.41 --- ChangeLog 25 Oct 2006 21:45:18 -0000 1.1310.2.42 *************** *** 1,4 **** --- 1,9 ---- 2006-10-25 Braden McDaniel <br...@en...> + * doc/openvrml-gtkplug.texi: Fixed URL reference to the patch + manager. + + 2006-10-25 Braden McDaniel <br...@en...> + * README: Marked --enable-script-node-java configure option as unsupported. |
From: Braden M. <br...@us...> - 2006-10-25 19:42:00
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28272 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog README Log Message: Marked --enable-script-node-java configure option as unsupported. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.4 retrieving revision 1.65.2.5 diff -C2 -d -r1.65.2.4 -r1.65.2.5 *** README 25 Oct 2006 19:24:25 -0000 1.65.2.4 --- README 25 Oct 2006 19:41:36 -0000 1.65.2.5 *************** *** 178,184 **** information on using these variables. ! NOTE: The code supporting Script node Java is not 64-bit-clean in ! this release of OpenVRML. Users of 64-bit platforms will not be ! able to use this option. --disable-gl-renderer --- 178,184 ---- information on using these variables. ! NOTE: This option is not supported in this release of OpenVRML. ! (Don't even bother trying; the code simply does not build.) Java ! scripting support will reappear in a future release of OpenVRML. --disable-gl-renderer *************** *** 260,269 **** the example programs in the "examples" subdirectory. ! If OpenVRML is configured to be installed to the same prefix as ! Mozilla is installed on the system, "make install" will install the ! Mozilla plug-in to the browser's plug-in directory. This should be ! sufficient to enable support for the "model/vrml" media type in the ! browser. Entering "about:plugins" in the URL entry bar of a Mozilla- ! based browser will show a listing of successfully installed plug-ins. It is possible, for testing or other convenience, to run the --- 260,270 ---- the example programs in the "examples" subdirectory. ! If OpenVRML is configured to be installed to the same prefix as a ! Mozilla-based browser is installed on the system, "make install" will ! install the Mozilla plug-in to the browser's plug-in directory. This ! should be sufficient to enable support for the "model/vrml" media type ! in the browser. Entering "about:plugins" in the URL entry bar of a ! Mozilla-based browser will show a listing of successfully installed ! plug-ins. It is possible, for testing or other convenience, to run the Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.40 retrieving revision 1.1310.2.41 diff -C2 -d -r1.1310.2.40 -r1.1310.2.41 *** ChangeLog 25 Oct 2006 19:24:24 -0000 1.1310.2.40 --- ChangeLog 25 Oct 2006 19:41:36 -0000 1.1310.2.41 *************** *** 1,4 **** --- 1,9 ---- 2006-10-25 Braden McDaniel <br...@en...> + * README: Marked --enable-script-node-java configure option as + unsupported. + + 2006-10-25 Braden McDaniel <br...@en...> + * README: Updated package directory layout to reflect update to Visual C++ 8.0 project files. |
From: Braden M. <br...@us...> - 2006-10-25 19:41:58
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28315 Modified Files: ChangeLog README Log Message: Marked --enable-script-node-java configure option as unsupported. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** README 25 Oct 2006 19:24:41 -0000 1.69 --- README 25 Oct 2006 19:41:55 -0000 1.70 *************** *** 178,184 **** information on using these variables. ! NOTE: The code supporting Script node Java is not 64-bit-clean in ! this release of OpenVRML. Users of 64-bit platforms will not be ! able to use this option. --disable-gl-renderer --- 178,184 ---- information on using these variables. ! NOTE: This option is not supported in this release of OpenVRML. ! (Don't even bother trying; the code simply does not build.) Java ! scripting support will reappear in a future release of OpenVRML. --disable-gl-renderer *************** *** 260,269 **** the example programs in the "examples" subdirectory. ! If OpenVRML is configured to be installed to the same prefix as ! Mozilla is installed on the system, "make install" will install the ! Mozilla plug-in to the browser's plug-in directory. This should be ! sufficient to enable support for the "model/vrml" media type in the ! browser. Entering "about:plugins" in the URL entry bar of a Mozilla- ! based browser will show a listing of successfully installed plug-ins. It is possible, for testing or other convenience, to run the --- 260,270 ---- the example programs in the "examples" subdirectory. ! If OpenVRML is configured to be installed to the same prefix as a ! Mozilla-based browser is installed on the system, "make install" will ! install the Mozilla plug-in to the browser's plug-in directory. This ! should be sufficient to enable support for the "model/vrml" media type ! in the browser. Entering "about:plugins" in the URL entry bar of a ! Mozilla-based browser will show a listing of successfully installed ! plug-ins. It is possible, for testing or other convenience, to run the Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1356 retrieving revision 1.1357 diff -C2 -d -r1.1356 -r1.1357 *** ChangeLog 25 Oct 2006 19:24:41 -0000 1.1356 --- ChangeLog 25 Oct 2006 19:41:55 -0000 1.1357 *************** *** 1,4 **** --- 1,9 ---- 2006-10-25 Braden McDaniel <br...@en...> + * README: Marked --enable-script-node-java configure option as + unsupported. + + 2006-10-25 Braden McDaniel <br...@en...> + * README: Updated package directory layout to reflect update to Visual C++ 8.0 project files. |
From: Braden M. <br...@us...> - 2006-10-25 19:24:44
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20228 Modified Files: ChangeLog README Log Message: Updated package directory layout to reflect update to Visual C++ 8.0 project files. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** README 5 Oct 2006 03:15:49 -0000 1.68 --- README 25 Oct 2006 19:24:41 -0000 1.69 *************** *** 83,87 **** /ide-projects /Windows ! /VisualC7_1 : Microsoft Visual C++ 7.1 project files. /java : Java sources. /lib : 3rd party library sources. --- 83,87 ---- /ide-projects /Windows ! /VisualC8_0 : Microsoft Visual C++ 8.0 project files. /java : Java sources. /lib : 3rd party library sources. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1355 retrieving revision 1.1356 diff -C2 -d -r1.1355 -r1.1356 *** ChangeLog 25 Oct 2006 19:23:23 -0000 1.1355 --- ChangeLog 25 Oct 2006 19:24:41 -0000 1.1356 *************** *** 1,4 **** --- 1,9 ---- 2006-10-25 Braden McDaniel <br...@en...> + * README: Updated package directory layout to reflect update to + Visual C++ 8.0 project files. + + 2006-10-25 Braden McDaniel <br...@en...> + Accommodate building against Firefox development headers. |
From: Braden M. <br...@us...> - 2006-10-25 19:24:40
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20165 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog README Log Message: Updated package directory layout to reflect update to Visual C++ 8.0 project files. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.3 retrieving revision 1.65.2.4 diff -C2 -d -r1.65.2.3 -r1.65.2.4 *** README 5 Oct 2006 03:15:36 -0000 1.65.2.3 --- README 25 Oct 2006 19:24:25 -0000 1.65.2.4 *************** *** 83,87 **** /ide-projects /Windows ! /VisualC7_1 : Microsoft Visual C++ 7.1 project files. /java : Java sources. /lib : 3rd party library sources. --- 83,87 ---- /ide-projects /Windows ! /VisualC8_0 : Microsoft Visual C++ 8.0 project files. /java : Java sources. /lib : 3rd party library sources. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.39 retrieving revision 1.1310.2.40 diff -C2 -d -r1.1310.2.39 -r1.1310.2.40 *** ChangeLog 25 Oct 2006 19:23:08 -0000 1.1310.2.39 --- ChangeLog 25 Oct 2006 19:24:24 -0000 1.1310.2.40 *************** *** 1,4 **** --- 1,9 ---- 2006-10-25 Braden McDaniel <br...@en...> + * README: Updated package directory layout to reflect update to + Visual C++ 8.0 project files. + + 2006-10-25 Braden McDaniel <br...@en...> + Accommodate building against Firefox development headers. |