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-11-30 17:31:40
|
Update of /cvsroot/openvrml/htdocs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11685 Modified Files: index.php Log Message: Removed obsolete references to Lookat. Index: index.php =================================================================== RCS file: /cvsroot/openvrml/htdocs/index.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** index.php 3 Oct 2003 13:18:05 -0000 1.30 --- index.php 30 Nov 2006 17:31:35 -0000 1.31 *************** *** 58,62 **** <div class="body"> <h1><img src="logo" width="380" height="72" alt="OpenVRML"></h1> ! <p>OpenVRML is a <a href="http://www.gnu.org/philosophy/free-sw.html" title="What is Free Software?">free</a> cross-platform runtime for <a href="http://web3d.org/technicalinfo/specifications/vrml97/index.htm"><acronym title="Virtual Reality Modeling Language">VRML</acronym></a> available under the <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser General Public License</a>. The basic OpenVRML distribution includes libraries you can use to add VRML support to an application, and Lookat, a simple stand-alone VRML browser.</p> <hr> <table class="sfdata"> --- 58,62 ---- <div class="body"> <h1><img src="logo" width="380" height="72" alt="OpenVRML"></h1> ! <p>OpenVRML is a <a href="http://www.gnu.org/philosophy/free-sw.html" title="What is Free Software?">free</a> cross-platform runtime for <a href="http://web3d.org/technicalinfo/specifications/vrml97/index.htm"><acronym title="Virtual Reality Modeling Language">VRML</acronym></a> and <a href="http://web3d.org/about/overview/" title="What is X3D?">X3D</a> available under the <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser General Public License</a>. The OpenVRML distribution includes libraries you can use to add VRML/X3D support to an application. On platforms where <a href="http://gtk.org" title="GTK+ - The GIMP Toolkit">GTK+</a> is available, OpenVRML also provides a plug-in to render VRML/X3D worlds in Web browsers.</p> <hr> <table class="sfdata"> |
From: Braden M. <br...@us...> - 2006-11-30 06:47:45
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23362/doc Modified Files: openvrml-gtkplug.texi Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: openvrml-gtkplug.texi =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/openvrml-gtkplug.texi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** openvrml-gtkplug.texi 28 Nov 2006 06:12:44 -0000 1.4 --- openvrml-gtkplug.texi 30 Nov 2006 06:47:42 -0000 1.5 *************** *** 156,159 **** --- 156,164 ---- Print the version information and exit. + @item --initial-stream + @opindex --initial-stream + Expect an initial stream. @code{new-stream} must be the first command + received. + @item --display=@var{display} @opindex --display |
From: Braden M. <br...@us...> - 2006-11-30 06:47:45
|
Update of /cvsroot/openvrml/openvrml/src/openvrml-gtkplug In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23362/src/openvrml-gtkplug Modified Files: main.cpp Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: main.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/openvrml-gtkplug/main.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.cpp 28 Nov 2006 06:12:44 -0000 1.4 --- main.cpp 30 Nov 2006 06:47:43 -0000 1.5 *************** *** 168,172 **** namespace { ! gboolean version; gchar ** args; --- 168,172 ---- namespace { ! gboolean version, initial_stream; gchar ** args; *************** *** 182,185 **** --- 182,194 ---- }, { + "initial-stream", + 'i', + 0, + G_OPTION_ARG_NONE, + &initial_stream, + "Expect an initial stream", + 0 + }, + { G_OPTION_REMAINING, '\0', *************** *** 370,382 **** command_channel_loop(*command_main); threads.create_thread(command_channel_loop_func); ! ! shared_ptr<plugin_streambuf> initial_stream( ! new plugin_streambuf(initial_stream_uri)); ! uninitialized_plugin_streambuf_map_.insert(initial_stream_uri, ! initial_stream); ! function0<void> initial_stream_reader_func = ! initial_stream_reader(initial_stream, ! *GTK_VRML_BROWSER(vrml_browser)); ! threads.create_thread(initial_stream_reader_func); function0<void> read_commands = command_istream_reader(command_in); --- 379,393 ---- command_channel_loop(*command_main); threads.create_thread(command_channel_loop_func); ! ! if (::initial_stream) { ! const shared_ptr<plugin_streambuf> initial_stream( ! new plugin_streambuf(::initial_stream_uri)); ! uninitialized_plugin_streambuf_map_.insert(::initial_stream_uri, ! initial_stream); ! const function0<void> initial_stream_reader_func = ! initial_stream_reader(initial_stream, ! *GTK_VRML_BROWSER(vrml_browser)); ! threads.create_thread(initial_stream_reader_func); ! } function0<void> read_commands = command_istream_reader(command_in); |
From: Braden M. <br...@us...> - 2006-11-30 06:47:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23362 Modified Files: ChangeLog Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1388 retrieving revision 1.1389 diff -C2 -d -r1.1388 -r1.1389 *** ChangeLog 29 Nov 2006 19:04:48 -0000 1.1388 --- ChangeLog 30 Nov 2006 06:47:42 -0000 1.1389 *************** *** 1,2 **** --- 1,19 ---- + 2006-11-30 Braden McDaniel <br...@en...> + + While the Mozilla plug-in needs to be able to send an initial + stream to openvrml-gtkplug, it seems likely that most clients will + want to start openvrml-gtkplug without having it expect an initial + stream. Added --initial-stream argument to openvrml-gtkplug to + enable the old default behavior. + + * doc/openvrml-gtkplug.texi: Documented --initial-stream option. + * mozilla-plugin/src/openvrml.cpp + (plugin_instance::set_window(NPWindow &)): Pass --initial-stream + when starting the openvrml-gtkplug child process. + * src/openvrml-gtkplug/main.cpp: + (options): Added entry for --initial-stream. + (main(int, char *[])): Only start the thread to read the initial + stream if --initial-stream was passed. + 2006-11-29 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-11-30 06:47:45
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin/src In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23362/mozilla-plugin/src Modified Files: openvrml.cpp Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: openvrml.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/mozilla-plugin/src/openvrml.cpp,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** openvrml.cpp 28 Nov 2006 06:12:44 -0000 1.46 --- openvrml.cpp 30 Nov 2006 06:47:43 -0000 1.47 *************** *** 1150,1160 **** } ! string socket_id_arg = lexical_cast<string>(this->window); ! const char * socket_id_arg_c_str = socket_id_arg.c_str(); ! vector<char> socket_id_arg_vec( socket_id_arg_c_str, socket_id_arg_c_str + socket_id_arg.length() + 1); ! const gint argv_size = openvrml_gtkplug_cmd_argc + 2; gchar ** const argv = static_cast<gchar **>(g_malloc(sizeof (gchar *) * argv_size)); --- 1150,1167 ---- } ! static const char initial_stream_arg_c_str[] = "--initial-stream"; ! static const size_t initial_stream_arg_c_str_size = ! sizeof initial_stream_arg_c_str / sizeof (gchar); ! vector<gchar> initial_stream_arg_vec( ! initial_stream_arg_c_str, ! initial_stream_arg_c_str + initial_stream_arg_c_str_size); ! ! const string socket_id_arg = lexical_cast<string>(this->window); ! const char * const socket_id_arg_c_str = socket_id_arg.c_str(); ! vector<gchar> socket_id_arg_vec( socket_id_arg_c_str, socket_id_arg_c_str + socket_id_arg.length() + 1); ! const gint argv_size = openvrml_gtkplug_cmd_argc + 3; gchar ** const argv = static_cast<gchar **>(g_malloc(sizeof (gchar *) * argv_size)); *************** *** 1166,1169 **** --- 1173,1177 ---- argv[i] = openvrml_gtkplug_cmd_argv[i]; } + argv[i++] = &initial_stream_arg_vec.front(); argv[i++] = &socket_id_arg_vec.front(); argv[i] = 0; |
From: Braden M. <br...@us...> - 2006-11-30 06:47:37
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23333 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.65 retrieving revision 1.1310.2.66 diff -C2 -d -r1.1310.2.65 -r1.1310.2.66 *** ChangeLog 29 Nov 2006 19:04:35 -0000 1.1310.2.65 --- ChangeLog 30 Nov 2006 06:47:31 -0000 1.1310.2.66 *************** *** 1,2 **** --- 1,19 ---- + 2006-11-30 Braden McDaniel <br...@en...> + + While the Mozilla plug-in needs to be able to send an initial + stream to openvrml-gtkplug, it seems likely that most clients will + want to start openvrml-gtkplug without having it expect an initial + stream. Added --initial-stream argument to openvrml-gtkplug to + enable the old default behavior. + + * doc/openvrml-gtkplug.texi: Documented --initial-stream option. + * mozilla-plugin/src/openvrml.cpp + (plugin_instance::set_window(NPWindow &)): Pass --initial-stream + when starting the openvrml-gtkplug child process. + * src/openvrml-gtkplug/main.cpp: + (options): Added entry for --initial-stream. + (main(int, char *[])): Only start the thread to read the initial + stream if --initial-stream was passed. + 2006-11-29 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-11-30 06:47:34
|
Update of /cvsroot/openvrml/openvrml/src/openvrml-gtkplug In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23333/src/openvrml-gtkplug Modified Files: Tag: OpenVRML-0_16-BRANCH main.cpp Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: main.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/openvrml-gtkplug/main.cpp,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -d -r1.2.2.3 -r1.2.2.4 *** main.cpp 28 Nov 2006 06:12:33 -0000 1.2.2.3 --- main.cpp 30 Nov 2006 06:47:32 -0000 1.2.2.4 *************** *** 168,172 **** namespace { ! gboolean version; gchar ** args; --- 168,172 ---- namespace { ! gboolean version, initial_stream; gchar ** args; *************** *** 182,185 **** --- 182,194 ---- }, { + "initial-stream", + 'i', + 0, + G_OPTION_ARG_NONE, + &initial_stream, + "Expect an initial stream", + 0 + }, + { G_OPTION_REMAINING, '\0', *************** *** 370,382 **** command_channel_loop(*command_main); threads.create_thread(command_channel_loop_func); ! ! shared_ptr<plugin_streambuf> initial_stream( ! new plugin_streambuf(initial_stream_uri)); ! uninitialized_plugin_streambuf_map_.insert(initial_stream_uri, ! initial_stream); ! function0<void> initial_stream_reader_func = ! initial_stream_reader(initial_stream, ! *GTK_VRML_BROWSER(vrml_browser)); ! threads.create_thread(initial_stream_reader_func); function0<void> read_commands = command_istream_reader(command_in); --- 379,393 ---- command_channel_loop(*command_main); threads.create_thread(command_channel_loop_func); ! ! if (::initial_stream) { ! const shared_ptr<plugin_streambuf> initial_stream( ! new plugin_streambuf(::initial_stream_uri)); ! uninitialized_plugin_streambuf_map_.insert(::initial_stream_uri, ! initial_stream); ! const function0<void> initial_stream_reader_func = ! initial_stream_reader(initial_stream, ! *GTK_VRML_BROWSER(vrml_browser)); ! threads.create_thread(initial_stream_reader_func); ! } function0<void> read_commands = command_istream_reader(command_in); |
From: Braden M. <br...@us...> - 2006-11-30 06:47:34
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin/src In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23333/mozilla-plugin/src Modified Files: Tag: OpenVRML-0_16-BRANCH openvrml.cpp Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: openvrml.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/mozilla-plugin/src/openvrml.cpp,v retrieving revision 1.37.2.9 retrieving revision 1.37.2.10 diff -C2 -d -r1.37.2.9 -r1.37.2.10 *** openvrml.cpp 28 Nov 2006 06:12:32 -0000 1.37.2.9 --- openvrml.cpp 30 Nov 2006 06:47:32 -0000 1.37.2.10 *************** *** 1150,1160 **** } ! string socket_id_arg = lexical_cast<string>(this->window); ! const char * socket_id_arg_c_str = socket_id_arg.c_str(); ! vector<char> socket_id_arg_vec( socket_id_arg_c_str, socket_id_arg_c_str + socket_id_arg.length() + 1); ! const gint argv_size = openvrml_gtkplug_cmd_argc + 2; gchar ** const argv = static_cast<gchar **>(g_malloc(sizeof (gchar *) * argv_size)); --- 1150,1167 ---- } ! static const char initial_stream_arg_c_str[] = "--initial-stream"; ! static const size_t initial_stream_arg_c_str_size = ! sizeof initial_stream_arg_c_str / sizeof (gchar); ! vector<gchar> initial_stream_arg_vec( ! initial_stream_arg_c_str, ! initial_stream_arg_c_str + initial_stream_arg_c_str_size); ! ! const string socket_id_arg = lexical_cast<string>(this->window); ! const char * const socket_id_arg_c_str = socket_id_arg.c_str(); ! vector<gchar> socket_id_arg_vec( socket_id_arg_c_str, socket_id_arg_c_str + socket_id_arg.length() + 1); ! const gint argv_size = openvrml_gtkplug_cmd_argc + 3; gchar ** const argv = static_cast<gchar **>(g_malloc(sizeof (gchar *) * argv_size)); *************** *** 1166,1169 **** --- 1173,1177 ---- argv[i] = openvrml_gtkplug_cmd_argv[i]; } + argv[i++] = &initial_stream_arg_vec.front(); argv[i++] = &socket_id_arg_vec.front(); argv[i] = 0; |
From: Braden M. <br...@us...> - 2006-11-30 06:47:34
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23333/doc Modified Files: Tag: OpenVRML-0_16-BRANCH openvrml-gtkplug.texi Log Message: While the Mozilla plug-in needs to be able to send an initial stream to openvrml-gtkplug, it seems likely that most clients will want to start openvrml-gtkplug without having it expect an initial stream. Added --initial-stream argument to openvrml-gtkplug to enable the old default behavior. Index: openvrml-gtkplug.texi =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/openvrml-gtkplug.texi,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** openvrml-gtkplug.texi 28 Nov 2006 06:12:32 -0000 1.1.2.4 --- openvrml-gtkplug.texi 30 Nov 2006 06:47:32 -0000 1.1.2.5 *************** *** 156,159 **** --- 156,164 ---- Print the version information and exit. + @item --initial-stream + @opindex --initial-stream + Expect an initial stream. @code{new-stream} must be the first command + received. + @item --display=@var{display} @opindex --display |
From: Braden M. <br...@us...> - 2006-11-30 03:10:57
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31034 Modified Files: configure-gcc-opt Log Message: -fvisibility=inline does bad things to the Mozilla plug-in since the Mozilla headers are not visibility-savvy. Index: configure-gcc-opt =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure-gcc-opt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure-gcc-opt 17 Nov 2006 02:34:22 -0000 1.3 --- configure-gcc-opt 30 Nov 2006 03:10:55 -0000 1.4 *************** *** 1,3 **** #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static --disable-exception-specs --enable-gtk-doc CXXFLAGS='-Os -Wall -Wextra -Wno-missing-braces -fvisibility=hidden -fvisibility-inlines-hidden' "$*" --- 1,3 ---- #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static --disable-exception-specs --enable-gtk-doc CXXFLAGS='-Os -Wall -Wextra -Wno-missing-braces -fvisibility-inlines-hidden' "$*" |
From: Braden M. <br...@us...> - 2006-11-30 03:10:49
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31018 Modified Files: Tag: OpenVRML-0_16-BRANCH configure-gcc-opt Log Message: -fvisibility=inline does bad things to the Mozilla plug-in since the Mozilla headers are not visibility-savvy. Index: configure-gcc-opt =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure-gcc-opt,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** configure-gcc-opt 17 Nov 2006 02:34:09 -0000 1.1.2.2 --- configure-gcc-opt 30 Nov 2006 03:10:45 -0000 1.1.2.3 *************** *** 1,3 **** #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static --disable-exception-specs --enable-gtk-doc CXXFLAGS='-Os -Wall -Wextra -Wno-missing-braces -fvisibility=hidden -fvisibility-inlines-hidden' "$*" --- 1,3 ---- #!/bin/bash ! ./$(dirname $0)/configure -C --disable-static --disable-exception-specs --enable-gtk-doc CXXFLAGS='-Os -Wall -Wextra -Wno-missing-braces -fvisibility-inlines-hidden' "$*" |
From: Braden M. <br...@us...> - 2006-11-29 19:04:56
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25746/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml Modified Files: openvrml.rc openvrml.vcproj Log Message: Updates for the 0.16.2 release. Index: openvrml.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** openvrml.vcproj 28 Oct 2006 07:08:58 -0000 1.8 --- openvrml.vcproj 29 Nov 2006 19:04:48 -0000 1.9 *************** *** 43,47 **** Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.16.1\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" MinimalRebuild="true" BasicRuntimeChecks="0" --- 43,47 ---- Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.16.2\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" MinimalRebuild="true" BasicRuntimeChecks="0" *************** *** 127,131 **** WholeProgramOptimization="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.16.1\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" StringPooling="true" RuntimeLibrary="2" --- 127,131 ---- WholeProgramOptimization="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.16.2\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" StringPooling="true" RuntimeLibrary="2" Index: openvrml.rc =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** openvrml.rc 28 Oct 2006 07:08:58 -0000 1.3 --- openvrml.rc 29 Nov 2006 19:04:48 -0000 1.4 *************** *** 54,59 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 7,0,1,0 ! PRODUCTVERSION 0,16,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG --- 54,59 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 7,1,1,0 ! PRODUCTVERSION 0,16,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG *************** *** 71,80 **** BEGIN VALUE "FileDescription", "OpenVRML Library" ! VALUE "FileVersion", "7, 0, 1, 0" VALUE "InternalName", "openvrml" VALUE "LegalCopyright", "Copyright (C) 2006" VALUE "OriginalFilename", "openvrml.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.1" END END --- 71,80 ---- BEGIN VALUE "FileDescription", "OpenVRML Library" ! VALUE "FileVersion", "7, 1, 1, 0" VALUE "InternalName", "openvrml" VALUE "LegalCopyright", "Copyright (C) 2006" VALUE "OriginalFilename", "openvrml.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.2" END END |
From: Braden M. <br...@us...> - 2006-11-29 19:04:56
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25746/mozilla-plugin Modified Files: configure.ac Log Message: Updates for the 0.16.2 release. Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/mozilla-plugin/configure.ac,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** configure.ac 28 Oct 2006 07:08:59 -0000 1.18 --- configure.ac 29 Nov 2006 19:04:49 -0000 1.19 *************** *** 1,4 **** AC_PREREQ([2.53]) ! AC_INIT([OpenVRML Mozilla Plugin], [0.16.1], [ope...@li...]) AC_COPYRIGHT([Portions copyright 2004, 2005, 2006 Braden McDaniel]) --- 1,4 ---- AC_PREREQ([2.53]) ! AC_INIT([OpenVRML Mozilla Plugin], [0.16.2], [ope...@li...]) AC_COPYRIGHT([Portions copyright 2004, 2005, 2006 Braden McDaniel]) |
From: Braden M. <br...@us...> - 2006-11-29 19:04:53
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25746/src/libopenvrml Modified Files: Makefile.am Log Message: Updates for the 0.16.2 release. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/Makefile.am,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Makefile.am 28 Oct 2006 07:08:59 -0000 1.38 --- Makefile.am 29 Nov 2006 19:04:49 -0000 1.39 *************** *** 63,67 **** $(X3DVRMLPARSER_BUILT_SOURCEFILES) ! LIBRARY_VERSION = 7:0:1 # | | | # +------+ | +---+ --- 63,67 ---- $(X3DVRMLPARSER_BUILT_SOURCEFILES) ! LIBRARY_VERSION = 7:1:1 # | | | # +------+ | +---+ |
From: Braden M. <br...@us...> - 2006-11-29 19:04:53
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25746/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl Modified Files: openvrml-gl.rc Log Message: Updates for the 0.16.2 release. Index: openvrml-gl.rc =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** openvrml-gl.rc 28 Oct 2006 07:08:58 -0000 1.3 --- openvrml-gl.rc 29 Nov 2006 19:04:49 -0000 1.4 *************** *** 55,59 **** VS_VERSION_INFO VERSIONINFO FILEVERSION 6,3,0,0 ! PRODUCTVERSION 0,16,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG --- 55,59 ---- VS_VERSION_INFO VERSIONINFO FILEVERSION 6,3,0,0 ! PRODUCTVERSION 0,16,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG *************** *** 76,80 **** VALUE "OriginalFilename", "openvrml-gl.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.1" END END --- 76,80 ---- VALUE "OriginalFilename", "openvrml-gl.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.2" END END |
From: Braden M. <br...@us...> - 2006-11-29 19:04:52
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25746/doc Modified Files: Doxyfile Log Message: Updates for the 0.16.2 release. Index: Doxyfile =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/Doxyfile,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Doxyfile 28 Oct 2006 07:08:58 -0000 1.24 --- Doxyfile 29 Nov 2006 19:04:48 -0000 1.25 *************** *** 5,9 **** #--------------------------------------------------------------------------- PROJECT_NAME = OpenVRML ! PROJECT_NUMBER = 0.16.1 OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO --- 5,9 ---- #--------------------------------------------------------------------------- PROJECT_NAME = OpenVRML ! PROJECT_NUMBER = 0.16.2 OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO |
From: Braden M. <br...@us...> - 2006-11-29 19:04:52
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25746 Modified Files: ChangeLog NEWS README configure.ac Log Message: Updates for the 0.16.2 release. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** README 28 Nov 2006 21:03:13 -0000 1.73 --- README 29 Nov 2006 19:04:48 -0000 1.74 *************** *** 1,3 **** ! OpenVRML library version 0.16.1 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 --- 1,3 ---- ! OpenVRML library version 0.16.2 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.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** NEWS 28 Oct 2006 07:16:51 -0000 1.40 --- NEWS 29 Nov 2006 19:04:48 -0000 1.41 *************** *** 1,2 **** --- 1,18 ---- + Changes new in version 0.16.2, 29 November, 2006 + ======================================================================== + + - Fixed the parsers to use the user-supplied std::ostream consistently + for error and warning output. + + - Fixed the parser error and warning output to report line and column + number information more consistently and accurately. + + - Fixed the build system such that a failure to find all of GtkGLExt's + prerequisites will not cause configure to fail. + + - Fixed the build system to better accommodate a user-supplied antlr + executable. + + Changes new in version 0.16.1, 28 October, 2006 ======================================================================== Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** configure.ac 24 Nov 2006 05:41:18 -0000 1.101 --- configure.ac 29 Nov 2006 19:04:48 -0000 1.102 *************** *** 1,3 **** ! AC_INIT([OpenVRML], [0.16.1], [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.2], [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.1387 retrieving revision 1.1388 diff -C2 -d -r1.1387 -r1.1388 *** ChangeLog 28 Nov 2006 21:03:13 -0000 1.1387 --- ChangeLog 29 Nov 2006 19:04:48 -0000 1.1388 *************** *** 1,2 **** --- 1,19 ---- + 2006-11-29 Braden McDaniel <br...@en...> + + Updates for the 0.16.2 release. + + * NEWS: Updated for 0.16.2 release. + * README: Updated for 0.16.2 release. + * configure.ac: Updated for 0.16.2 release. + * doc/Doxyfile: Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc: + Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc: + Updated for 0.16.2 release. + * mozilla-plugin/configure.ac: Updated for 0.16.2 release. + * src/libopenvrml/Makefile.am: Updated libtool library version number. + 2006-11-28 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-11-29 19:04:46
|
Update of /cvsroot/openvrml/openvrml/mozilla-plugin In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25670/mozilla-plugin Modified Files: Tag: OpenVRML-0_16-BRANCH configure.ac Log Message: Updates for the 0.16.2 release. Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/mozilla-plugin/configure.ac,v retrieving revision 1.14.2.4 retrieving revision 1.14.2.5 diff -C2 -d -r1.14.2.4 -r1.14.2.5 *** configure.ac 28 Oct 2006 07:08:43 -0000 1.14.2.4 --- configure.ac 29 Nov 2006 19:04:36 -0000 1.14.2.5 *************** *** 1,4 **** AC_PREREQ([2.53]) ! AC_INIT([OpenVRML Mozilla Plugin], [0.16.1], [ope...@li...]) AC_COPYRIGHT([Portions copyright 2004, 2005, 2006 Braden McDaniel]) --- 1,4 ---- AC_PREREQ([2.53]) ! AC_INIT([OpenVRML Mozilla Plugin], [0.16.2], [ope...@li...]) AC_COPYRIGHT([Portions copyright 2004, 2005, 2006 Braden McDaniel]) |
From: Braden M. <br...@us...> - 2006-11-29 19:04:42
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25670/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl Modified Files: Tag: OpenVRML-0_16-BRANCH openvrml-gl.rc Log Message: Updates for the 0.16.2 release. Index: openvrml-gl.rc =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** openvrml-gl.rc 28 Oct 2006 07:08:43 -0000 1.1.2.2 --- openvrml-gl.rc 29 Nov 2006 19:04:36 -0000 1.1.2.3 *************** *** 55,59 **** VS_VERSION_INFO VERSIONINFO FILEVERSION 6,3,0,0 ! PRODUCTVERSION 0,16,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG --- 55,59 ---- VS_VERSION_INFO VERSIONINFO FILEVERSION 6,3,0,0 ! PRODUCTVERSION 0,16,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG *************** *** 76,80 **** VALUE "OriginalFilename", "openvrml-gl.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.1" END END --- 76,80 ---- VALUE "OriginalFilename", "openvrml-gl.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.2" END END |
From: Braden M. <br...@us...> - 2006-11-29 19:04:39
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25670/doc Modified Files: Tag: OpenVRML-0_16-BRANCH Doxyfile Log Message: Updates for the 0.16.2 release. Index: Doxyfile =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/Doxyfile,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -C2 -d -r1.23.2.1 -r1.23.2.2 *** Doxyfile 28 Oct 2006 07:08:43 -0000 1.23.2.1 --- Doxyfile 29 Nov 2006 19:04:36 -0000 1.23.2.2 *************** *** 5,9 **** #--------------------------------------------------------------------------- PROJECT_NAME = OpenVRML ! PROJECT_NUMBER = 0.16.1 OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO --- 5,9 ---- #--------------------------------------------------------------------------- PROJECT_NAME = OpenVRML ! PROJECT_NUMBER = 0.16.2 OUTPUT_DIRECTORY = CREATE_SUBDIRS = NO |
From: Braden M. <br...@us...> - 2006-11-29 19:04:39
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25670 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog NEWS README configure.ac Log Message: Updates for the 0.16.2 release. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.8 retrieving revision 1.65.2.9 diff -C2 -d -r1.65.2.8 -r1.65.2.9 *** README 28 Nov 2006 21:03:01 -0000 1.65.2.8 --- README 29 Nov 2006 19:04:36 -0000 1.65.2.9 *************** *** 1,3 **** ! OpenVRML library version 0.16.1 Copyright 1998, 1999, 2000 Chris Morley <cm...@ve...> Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 --- 1,3 ---- ! OpenVRML library version 0.16.2 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.38.2.2 retrieving revision 1.38.2.3 diff -C2 -d -r1.38.2.2 -r1.38.2.3 *** NEWS 28 Oct 2006 07:16:41 -0000 1.38.2.2 --- NEWS 29 Nov 2006 19:04:36 -0000 1.38.2.3 *************** *** 1,2 **** --- 1,18 ---- + Changes new in version 0.16.2, 29 November, 2006 + ======================================================================== + + - Fixed the parsers to use the user-supplied std::ostream consistently + for error and warning output. + + - Fixed the parser error and warning output to report line and column + number information more consistently and accurately. + + - Fixed the build system such that a failure to find all of GtkGLExt's + prerequisites will not cause configure to fail. + + - Fixed the build system to better accommodate a user-supplied antlr + executable. + + Changes new in version 0.16.1, 28 October, 2006 ======================================================================== Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.92.2.8 retrieving revision 1.92.2.9 diff -C2 -d -r1.92.2.8 -r1.92.2.9 *** configure.ac 24 Nov 2006 05:40:58 -0000 1.92.2.8 --- configure.ac 29 Nov 2006 19:04:36 -0000 1.92.2.9 *************** *** 1,3 **** ! AC_INIT([OpenVRML], [0.16.1], [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.2], [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.1310.2.64 retrieving revision 1.1310.2.65 diff -C2 -d -r1.1310.2.64 -r1.1310.2.65 *** ChangeLog 28 Nov 2006 21:03:01 -0000 1.1310.2.64 --- ChangeLog 29 Nov 2006 19:04:35 -0000 1.1310.2.65 *************** *** 1,2 **** --- 1,19 ---- + 2006-11-29 Braden McDaniel <br...@en...> + + Updates for the 0.16.2 release. + + * NEWS: Updated for 0.16.2 release. + * README: Updated for 0.16.2 release. + * configure.ac: Updated for 0.16.2 release. + * doc/Doxyfile: Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc: + Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Updated for 0.16.2 release. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc: + Updated for 0.16.2 release. + * mozilla-plugin/configure.ac: Updated for 0.16.2 release. + * src/libopenvrml/Makefile.am: Updated libtool library version number. + 2006-11-28 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-11-29 19:04:39
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25670/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH openvrml.rc openvrml.vcproj Log Message: Updates for the 0.16.2 release. Index: openvrml.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj,v retrieving revision 1.4.2.4 retrieving revision 1.4.2.5 diff -C2 -d -r1.4.2.4 -r1.4.2.5 *** openvrml.vcproj 28 Oct 2006 07:08:43 -0000 1.4.2.4 --- openvrml.vcproj 29 Nov 2006 19:04:36 -0000 1.4.2.5 *************** *** 43,47 **** Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.16.1\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" MinimalRebuild="true" BasicRuntimeChecks="0" --- 43,47 ---- Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.16.2\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" MinimalRebuild="true" BasicRuntimeChecks="0" *************** *** 127,131 **** WholeProgramOptimization="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.16.1\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" StringPooling="true" RuntimeLibrary="2" --- 127,131 ---- WholeProgramOptimization="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;NOMINMAX;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.16.2\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" StringPooling="true" RuntimeLibrary="2" Index: openvrml.rc =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** openvrml.rc 28 Oct 2006 07:08:43 -0000 1.1.2.2 --- openvrml.rc 29 Nov 2006 19:04:36 -0000 1.1.2.3 *************** *** 54,59 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 7,0,1,0 ! PRODUCTVERSION 0,16,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG --- 54,59 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 7,1,1,0 ! PRODUCTVERSION 0,16,2,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG *************** *** 71,80 **** BEGIN VALUE "FileDescription", "OpenVRML Library" ! VALUE "FileVersion", "7, 0, 1, 0" VALUE "InternalName", "openvrml" VALUE "LegalCopyright", "Copyright (C) 2006" VALUE "OriginalFilename", "openvrml.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.1" END END --- 71,80 ---- BEGIN VALUE "FileDescription", "OpenVRML Library" ! VALUE "FileVersion", "7, 1, 1, 0" VALUE "InternalName", "openvrml" VALUE "LegalCopyright", "Copyright (C) 2006" VALUE "OriginalFilename", "openvrml.dll" VALUE "ProductName", "OpenVRML Library" ! VALUE "ProductVersion", "0.16.2" END END |
From: Braden M. <br...@us...> - 2006-11-29 19:04:38
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25670/src/libopenvrml Modified Files: Tag: OpenVRML-0_16-BRANCH Makefile.am Log Message: Updates for the 0.16.2 release. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/Makefile.am,v retrieving revision 1.37.2.1 retrieving revision 1.37.2.2 diff -C2 -d -r1.37.2.1 -r1.37.2.2 *** Makefile.am 28 Oct 2006 07:08:43 -0000 1.37.2.1 --- Makefile.am 29 Nov 2006 19:04:36 -0000 1.37.2.2 *************** *** 63,67 **** $(X3DVRMLPARSER_BUILT_SOURCEFILES) ! LIBRARY_VERSION = 7:0:1 # | | | # +------+ | +---+ --- 63,67 ---- $(X3DVRMLPARSER_BUILT_SOURCEFILES) ! LIBRARY_VERSION = 7:1:1 # | | | # +------+ | +---+ |
From: Braden M. <br...@us...> - 2006-11-28 21:03:15
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3167 Modified Files: ChangeLog README Log Message: Updated description to note X3D functionality. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** README 28 Nov 2006 20:48:00 -0000 1.72 --- README 28 Nov 2006 21:03:13 -0000 1.73 *************** *** 13,19 **** ===== ! OpenVRML is a portable VRML97 toolkit including a C++ library for ! reading and displaying VRML97 files, an OpenGL renderer, and a Mozilla ! Web browser plug-in for viewing VRML97 content on the Internet. --- 13,19 ---- ===== ! OpenVRML is a portable toolkit including a C++ library for reading ! and displaying VRML and X3D files, an OpenGL renderer, and a Mozilla ! Web browser plug-in for viewing VRML and X3D content on the Internet. *************** *** 21,25 **** ============= ! The OpenVRML libraries comprising the VRML97 runtime ("libopenvrml") and the OpenGL renderer ("libopenvrml-gl") are available under the terms of the GNU Lesser General Public License (LGPL), version 2.1. These --- 21,25 ---- ============= ! The OpenVRML libraries comprising the VRML/X3D runtime ("libopenvrml") and the OpenGL renderer ("libopenvrml-gl") are available under the terms of the GNU Lesser General Public License (LGPL), version 2.1. These Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1386 retrieving revision 1.1387 diff -C2 -d -r1.1386 -r1.1387 *** ChangeLog 28 Nov 2006 20:48:00 -0000 1.1386 --- ChangeLog 28 Nov 2006 21:03:13 -0000 1.1387 *************** *** 1,4 **** --- 1,8 ---- 2006-11-28 Braden McDaniel <br...@en...> + * README: Updated description to note X3D functionality. + + 2006-11-28 Braden McDaniel <br...@en...> + * README: Removed zlib from dependencies list; as of 0.16 OpenVRML does not directly require zlib. |
From: Braden M. <br...@us...> - 2006-11-28 21:03:04
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2790 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog README Log Message: Updated description to note X3D functionality. Index: README =================================================================== RCS file: /cvsroot/openvrml/openvrml/README,v retrieving revision 1.65.2.7 retrieving revision 1.65.2.8 diff -C2 -d -r1.65.2.7 -r1.65.2.8 *** README 28 Nov 2006 20:47:27 -0000 1.65.2.7 --- README 28 Nov 2006 21:03:01 -0000 1.65.2.8 *************** *** 13,19 **** ===== ! OpenVRML is a portable VRML97 toolkit including a C++ library for ! reading and displaying VRML97 files, an OpenGL renderer, and a Mozilla ! Web browser plug-in for viewing VRML97 content on the Internet. --- 13,19 ---- ===== ! OpenVRML is a portable toolkit including a C++ library for reading ! and displaying VRML and X3D files, an OpenGL renderer, and a Mozilla ! Web browser plug-in for viewing VRML and X3D content on the Internet. *************** *** 21,25 **** ============= ! The OpenVRML libraries comprising the VRML97 runtime ("libopenvrml") and the OpenGL renderer ("libopenvrml-gl") are available under the terms of the GNU Lesser General Public License (LGPL), version 2.1. These --- 21,25 ---- ============= ! The OpenVRML libraries comprising the VRML/X3D runtime ("libopenvrml") and the OpenGL renderer ("libopenvrml-gl") are available under the terms of the GNU Lesser General Public License (LGPL), version 2.1. These Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.63 retrieving revision 1.1310.2.64 diff -C2 -d -r1.1310.2.63 -r1.1310.2.64 *** ChangeLog 28 Nov 2006 20:47:27 -0000 1.1310.2.63 --- ChangeLog 28 Nov 2006 21:03:01 -0000 1.1310.2.64 *************** *** 1,4 **** --- 1,8 ---- 2006-11-28 Braden McDaniel <br...@en...> + * README: Updated description to note X3D functionality. + + 2006-11-28 Braden McDaniel <br...@en...> + * README: Removed zlib from dependencies list; as of 0.16 OpenVRML does not directly require zlib. |