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...> - 2007-07-12 05:32:07
|
Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17027/lib/gtkglext/gdk Modified Files: Tag: OpenVRML-0_16-BRANCH gdkglpixmap.c gdkglwindow.c Log Message: Quell some warnings from gcc. Index: gdkglwindow.c =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/gdkglwindow.c,v retrieving revision 1.1.1.1.4.1 retrieving revision 1.1.1.1.4.2 diff -C2 -d -r1.1.1.1.4.1 -r1.1.1.1.4.2 *** gdkglwindow.c 1 Oct 2006 05:48:20 -0000 1.1.1.1.4.1 --- gdkglwindow.c 12 Jul 2007 05:31:37 -0000 1.1.1.1.4.2 *************** *** 228,232 **** if (glwindow->drawable != NULL) g_object_remove_weak_pointer (G_OBJECT (glwindow->drawable), ! (gpointer *) &(glwindow->drawable)); G_OBJECT_CLASS (parent_class)->finalize (object); --- 228,232 ---- if (glwindow->drawable != NULL) g_object_remove_weak_pointer (G_OBJECT (glwindow->drawable), ! (gpointer) &glwindow->drawable); G_OBJECT_CLASS (parent_class)->finalize (object); Index: gdkglpixmap.c =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/gdkglpixmap.c,v retrieving revision 1.1.1.1.4.1 retrieving revision 1.1.1.1.4.2 diff -C2 -d -r1.1.1.1.4.1 -r1.1.1.1.4.2 *** gdkglpixmap.c 1 Oct 2006 05:48:20 -0000 1.1.1.1.4.1 --- gdkglpixmap.c 12 Jul 2007 05:31:36 -0000 1.1.1.1.4.2 *************** *** 228,232 **** if (glpixmap->drawable != NULL) g_object_remove_weak_pointer (G_OBJECT (glpixmap->drawable), ! (gpointer *) &(glpixmap->drawable)); G_OBJECT_CLASS (parent_class)->finalize (object); --- 228,232 ---- if (glpixmap->drawable != NULL) g_object_remove_weak_pointer (G_OBJECT (glpixmap->drawable), ! (gpointer) &glpixmap->drawable); G_OBJECT_CLASS (parent_class)->finalize (object); |
From: Braden M. <br...@us...> - 2007-07-12 05:32:07
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17027 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Quell some warnings from gcc. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.191 retrieving revision 1.1310.2.192 diff -C2 -d -r1.1310.2.191 -r1.1310.2.192 *** ChangeLog 12 Jul 2007 02:52:05 -0000 1.1310.2.191 --- ChangeLog 12 Jul 2007 05:31:35 -0000 1.1310.2.192 *************** *** 1,2 **** --- 1,15 ---- + 2007-07-12 Braden McDaniel <br...@en...> + + Quell some warnings from gcc. + + * lib/gtkglext/gdk/gdkglpixmap.c + * lib/gtkglext/gdk/gdkglwindow.c + * lib/gtkglext/gdk/x11/gdkglcontext-x11.c + * lib/gtkglext/gdk/x11/gdkglpixmap-x11.c + * lib/gtkglext/gdk/x11/gdkglwindow-x11.c + * src/libopenvrml-gl/openvrml/gl/viewer.cpp + * src/openvrml-player/filechooserdialog.cpp + * src/openvrml-player/player.cpp + 2007-07-11 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2007-07-12 05:31:41
|
Update of /cvsroot/openvrml/openvrml/src/openvrml-player In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17027/src/openvrml-player Modified Files: Tag: OpenVRML-0_16-BRANCH filechooserdialog.cpp player.cpp Log Message: Quell some warnings from gcc. Index: player.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/openvrml-player/player.cpp,v retrieving revision 1.1.2.23 retrieving revision 1.1.2.24 diff -C2 -d -r1.1.2.23 -r1.1.2.24 *** player.cpp 21 May 2007 06:36:48 -0000 1.1.2.23 --- player.cpp 12 Jul 2007 05:31:41 -0000 1.1.2.24 *************** *** 89,94 **** namespace { ! G_GNUC_INTERNAL const char app_name[] = "OpenVRML Player"; ! G_GNUC_INTERNAL const char app_id[] = "openvrml-player"; G_GNUC_INTERNAL GIOChannel * command_channel; --- 89,94 ---- namespace { ! const char app_name[] = "OpenVRML Player"; ! const char app_id[] = "openvrml-player"; G_GNUC_INTERNAL GIOChannel * command_channel; Index: filechooserdialog.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/openvrml-player/filechooserdialog.cpp,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** filechooserdialog.cpp 9 Feb 2007 05:18:36 -0000 1.1.2.1 --- filechooserdialog.cpp 12 Jul 2007 05:31:38 -0000 1.1.2.2 *************** *** 109,113 **** } ! void init(GTypeInstance * const instance, gpointer /* g_class */) {} } --- 109,113 ---- } ! void init(GTypeInstance * /* instance */, gpointer /* g_class */) {} } |
From: Braden M. <br...@us...> - 2007-07-12 02:52:39
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20888/src/libopenvrml/openvrml Modified Files: browser.cpp Log Message: Quell type conversion warning. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.222 retrieving revision 1.223 diff -C2 -d -r1.222 -r1.223 *** browser.cpp 11 Jul 2007 22:21:21 -0000 1.222 --- browser.cpp 12 Jul 2007 02:52:34 -0000 1.223 *************** *** 3562,3566 **** // cwd_buf[0] = '/'; ! while (!_getcwd(&cwd_buf.front() + 1, cwd_buf.size()) && errno == ERANGE) { cwd_buf.resize(cwd_buf.size() * 2); --- 3562,3566 ---- // cwd_buf[0] = '/'; ! while (!_getcwd(&cwd_buf.front() + 1, int(cwd_buf.size())) && errno == ERANGE) { cwd_buf.resize(cwd_buf.size() * 2); |
From: Braden M. <br...@us...> - 2007-07-12 02:52:38
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20888 Modified Files: ChangeLog Log Message: Quell type conversion warning. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1537 retrieving revision 1.1538 diff -C2 -d -r1.1537 -r1.1538 *** ChangeLog 11 Jul 2007 22:21:21 -0000 1.1537 --- ChangeLog 12 Jul 2007 02:52:34 -0000 1.1538 *************** *** 6,9 **** --- 6,14 ---- * src/libopenvrml/openvrml/browser.cpp + (create_file_url(const uri &)): Quell type conversion warning. + + 2007-07-11 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/browser.cpp (openvrml::scene::get_resource(const std::vector<std::string> &) const): Emit the message in an exception thrown from |
From: Braden M. <br...@us...> - 2007-07-12 02:52:06
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20489 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Quell type conversion warning. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.190 retrieving revision 1.1310.2.191 diff -C2 -d -r1.1310.2.190 -r1.1310.2.191 *** ChangeLog 11 Jul 2007 22:18:13 -0000 1.1310.2.190 --- ChangeLog 12 Jul 2007 02:52:05 -0000 1.1310.2.191 *************** *** 2,5 **** --- 2,10 ---- * src/libopenvrml/openvrml/browser.cpp + (create_file_url(const uri &)): Quell type conversion warning. + + 2007-07-11 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/browser.cpp (openvrml::scene::get_resource(const std::vector<std::string> &) const): Emit the message in an exception thrown from |
From: Braden M. <br...@us...> - 2007-07-12 02:52:06
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20489/src/libopenvrml/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH browser.cpp Log Message: Quell type conversion warning. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.190.2.17 retrieving revision 1.190.2.18 diff -C2 -d -r1.190.2.17 -r1.190.2.18 *** browser.cpp 11 Jul 2007 22:18:16 -0000 1.190.2.17 --- browser.cpp 12 Jul 2007 02:52:06 -0000 1.190.2.18 *************** *** 3559,3563 **** // cwd_buf[0] = '/'; ! while (!_getcwd(&cwd_buf.front() + 1, cwd_buf.size()) && errno == ERANGE) { cwd_buf.resize(cwd_buf.size() * 2); --- 3559,3563 ---- // cwd_buf[0] = '/'; ! while (!_getcwd(&cwd_buf.front() + 1, int(cwd_buf.size())) && errno == ERANGE) { cwd_buf.resize(cwd_buf.size() * 2); |
From: Braden M. <br...@us...> - 2007-07-11 22:21:22
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11925/src/libopenvrml/openvrml Modified Files: browser.cpp Log Message: Doc-comment fix. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.221 retrieving revision 1.222 diff -C2 -d -r1.221 -r1.222 *** browser.cpp 11 Jul 2007 22:18:44 -0000 1.221 --- browser.cpp 11 Jul 2007 22:21:21 -0000 1.222 *************** *** 4534,4540 **** * URI and the MIME content type associated with the stream. Users of the * library must provide an implementation of this class, to be returned from ! * @c openvrml::browser::do_get_resource. * ! * @sa openvrml::browser::do_get_resource(const std::string &) */ --- 4534,4540 ---- * URI and the MIME content type associated with the stream. Users of the * library must provide an implementation of this class, to be returned from ! * @c openvrml::resource_fetcher::do_get_resource. * ! * @sa openvrml::resource_fetcher::do_get_resource(const std::string &) */ |
From: Braden M. <br...@us...> - 2007-07-11 22:21:22
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11925 Modified Files: ChangeLog Log Message: Doc-comment fix. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1536 retrieving revision 1.1537 diff -C2 -d -r1.1536 -r1.1537 *** ChangeLog 11 Jul 2007 22:18:44 -0000 1.1536 --- ChangeLog 11 Jul 2007 22:21:21 -0000 1.1537 *************** *** 1,4 **** --- 1,8 ---- 2007-07-11 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/browser.cpp: Doc-comment fix. + + 2007-07-11 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/browser.cpp (openvrml::scene::get_resource(const std::vector<std::string> &) |
From: Braden M. <br...@us...> - 2007-07-11 22:18:46
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10709/src/libopenvrml/openvrml Modified Files: browser.cpp Log Message: Emit the message in an exception thrown from resource_fetcher::get_resource to browser::err. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.220 retrieving revision 1.221 diff -C2 -d -r1.220 -r1.221 *** browser.cpp 1 Jun 2007 06:33:59 -0000 1.220 --- browser.cpp 11 Jul 2007 22:18:44 -0000 1.221 *************** *** 4646,4649 **** --- 4646,4652 ---- * * @return the requested resource as a stream. + * + * @exception std::invalid_argument if @p uri is malformed or in an + * unsupported format. */ std::auto_ptr<openvrml::resource_istream> *************** *** 4662,4667 **** * of this function for all of its input needs. As such, what kind of * resources OpenVRML is capable of resolving is entirely dependent on code ! * provided by the application. A trivial implementation designed to handle ! * only @c file resources can use @c std::filebuf: * * @code --- 4665,4675 ---- * of this function for all of its input needs. As such, what kind of * resources OpenVRML is capable of resolving is entirely dependent on code ! * provided by the application. ! * ! * Implementations should throw @c std::invalid_argument if @p uri is ! * malformed or in an format that is not supported by the implementation. ! * ! * A trivial implementation designed to handle only @c file resources can use ! * @c std::filebuf: * * @code *************** *** 4772,4775 **** --- 4780,4786 ---- * @return the requested resource as a stream. * + * @exception std::invalid_argument if @p uri is malformed or in an + * unsupported format. + * * @sa ftp://ftp.rfc-editor.org/in-notes/std/std66.txt */ *************** *** 7488,7522 **** for (vector<string>::size_type i = 0; i < url.size(); ++i) { ! try { ! // ! // Throw invalid_url if it isn't a valid URI. ! // ! uri test_uri(url[i]); // ! // If we have a relative reference, resolve it against this->url(); ! // unless the parent is null and this->url() is empty, in which ! // case we are loading the root scene. In that case, construct an ! // absolute file URL. // ! const uri absolute_uri = !relative(test_uri) ! ? test_uri ! : (!this->parent() && this->url().empty()) ! ? create_file_url(test_uri) ! : test_uri ! .resolve_against(uri(this->url())); ! try { ! in = this->browser().fetcher_.get_resource(absolute_uri); ! } catch (...) { ! throw unreachable_url(); ! } ! if (!in.get() || !(*in)) { throw unreachable_url(); } ! break; ! } catch (bad_url & ex) { ! this->browser().err(ex.what()); continue; } } ! if (!in.get()) { throw no_alternative_url(); } return in; } --- 7499,7542 ---- for (vector<string>::size_type i = 0; i < url.size(); ++i) { ! // ! // Throw invalid_url if it isn't a valid URI. ! // ! uri test_uri(url[i]); + // + // If we have a relative reference, resolve it against this->url(); + // unless the parent is null and this->url() is empty, in which case + // we are loading the root scene. In that case, construct an absolute + // file URL. + // + const uri absolute_uri = !relative(test_uri) + ? test_uri + : (!this->parent() && this->url().empty()) + ? create_file_url(test_uri) + : test_uri + .resolve_against(uri(this->url())); + try { + in = this->browser().fetcher_.get_resource(absolute_uri); + } catch (std::exception & ex) { + std::ostringstream msg; + msg << string(absolute_uri) << ": " << ex.what(); + this->browser().err(msg.str()); + continue; + } catch (...) { // ! // Swallow unrecognized exceptions. Output to browser::err ! // happens below when "in" is found to be unusable. // ! } ! if (!in.get() || !(*in)) { ! std::ostringstream msg; ! msg << string(absolute_uri) ! << ": unrecognized error during resolution"; ! this->browser().err(msg.str()); continue; } + break; // Success. } ! if (!in.get() || !(*in)) { throw no_alternative_url(); } return in; } |
From: Braden M. <br...@us...> - 2007-07-11 22:18:43
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10709 Modified Files: ChangeLog Log Message: Emit the message in an exception thrown from resource_fetcher::get_resource to browser::err. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1535 retrieving revision 1.1536 diff -C2 -d -r1.1535 -r1.1536 *** ChangeLog 11 Jul 2007 07:57:30 -0000 1.1535 --- ChangeLog 11 Jul 2007 22:18:44 -0000 1.1536 *************** *** 1,4 **** --- 1,11 ---- 2007-07-11 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/browser.cpp + (openvrml::scene::get_resource(const std::vector<std::string> &) + const): Emit the message in an exception thrown from + resource_fetcher::get_resource to browser::err. + + 2007-07-11 Braden McDaniel <br...@en...> + * tests/node_interface_set.cpp: Changes to build with Boost 1.34.0. From Simon Barner <ba...@us...> *************** *** 16,20 **** scheme as JavaScript. ! 2007-07-09 Braden McDaniel <br...@en...> Define JS_THREADSAFE when compiling against newer libmozjs. This --- 23,27 ---- scheme as JavaScript. ! 2007-07-10 Braden McDaniel <br...@en...> Define JS_THREADSAFE when compiling against newer libmozjs. This |
From: Braden M. <br...@us...> - 2007-07-11 22:18:19
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10648/src/libopenvrml/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH browser.cpp Log Message: Emit the message in an exception thrown from browser::get_resource to browser::err. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.190.2.16 retrieving revision 1.190.2.17 diff -C2 -d -r1.190.2.16 -r1.190.2.17 *** browser.cpp 31 May 2007 07:18:17 -0000 1.190.2.16 --- browser.cpp 11 Jul 2007 22:18:16 -0000 1.190.2.17 *************** *** 5825,5828 **** --- 5825,5831 ---- * * @return the requested resource as a stream. + * + * @exception std::invalid_argument if @p uri is malformed or in an + * unsupported format. */ std::auto_ptr<openvrml::resource_istream> *************** *** 5841,5846 **** * of this function for all of its input needs. As such, what kind of * resources OpenVRML is capable of resolving is entirely dependent on code ! * provided by the application. A trivial implementation designed to handle ! * only @c file resources can use @c std::filebuf: * * @code --- 5844,5854 ---- * of this function for all of its input needs. As such, what kind of * resources OpenVRML is capable of resolving is entirely dependent on code ! * provided by the application. ! * ! * Implementations should throw @c std::invalid_argument if @p uri is ! * malformed or in an format that is not supported by the implementation. ! * ! * A trivial implementation designed to handle only @c file resources can use ! * @c std::filebuf: * * @code *************** *** 5951,5954 **** --- 5959,5965 ---- * @return the requested resource as a stream. * + * @exception std::invalid_argument if @p uri is malformed or in an + * unsupported format. + * * @sa ftp://ftp.rfc-editor.org/in-notes/std/std66.txt */ *************** *** 7233,7267 **** for (vector<string>::size_type i = 0; i < url.size(); ++i) { ! try { ! // ! // Throw invalid_url if it isn't a valid URI. ! // ! uri test_uri(url[i]); // ! // If we have a relative reference, resolve it against this->url(); ! // unless the parent is null and this->url() is empty, in which ! // case we are loading the root scene. In that case, construct an ! // absolute file URL. // ! const uri absolute_uri = !relative(test_uri) ! ? test_uri ! : (!this->parent() && this->url().empty()) ! ? create_file_url(test_uri) ! : test_uri ! .resolve_against(uri(this->url())); ! try { ! in = this->browser().get_resource(absolute_uri); ! } catch (...) { ! throw unreachable_url(); ! } ! if (!in.get() || !(*in)) { throw unreachable_url(); } ! break; ! } catch (bad_url & ex) { ! this->browser().err(ex.what()); continue; } } ! if (!in.get()) { throw no_alternative_url(); } return in; } --- 7244,7287 ---- for (vector<string>::size_type i = 0; i < url.size(); ++i) { ! // ! // Throw invalid_url if it isn't a valid URI. ! // ! uri test_uri(url[i]); + // + // If we have a relative reference, resolve it against this->url(); + // unless the parent is null and this->url() is empty, in which case + // we are loading the root scene. In that case, construct an absolute + // file URL. + // + const uri absolute_uri = !relative(test_uri) + ? test_uri + : (!this->parent() && this->url().empty()) + ? create_file_url(test_uri) + : test_uri + .resolve_against(uri(this->url())); + try { + in = this->browser().get_resource(absolute_uri); + } catch (std::exception & ex) { + std::ostringstream msg; + msg << string(absolute_uri) << ": " << ex.what(); + this->browser().err(msg.str()); + continue; + } catch (...) { // ! // Swallow unrecognized exceptions. Output to browser::err ! // happens below when "in" is found to be unusable. // ! } ! if (!in.get() || !(*in)) { ! std::ostringstream msg; ! msg << string(absolute_uri) ! << ": unrecognized error during resolution"; ! this->browser().err(msg.str()); continue; } + break; // Success. } ! if (!in.get() || !(*in)) { throw no_alternative_url(); } return in; } |
From: Braden M. <br...@us...> - 2007-07-11 22:18:18
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10648 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Emit the message in an exception thrown from browser::get_resource to browser::err. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.189 retrieving revision 1.1310.2.190 diff -C2 -d -r1.1310.2.189 -r1.1310.2.190 *** ChangeLog 11 Jul 2007 07:57:44 -0000 1.1310.2.189 --- ChangeLog 11 Jul 2007 22:18:13 -0000 1.1310.2.190 *************** *** 1,4 **** --- 1,11 ---- 2007-07-11 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/browser.cpp + (openvrml::scene::get_resource(const std::vector<std::string> &) + const): Emit the message in an exception thrown from + browser::get_resource to browser::err. + + 2007-07-11 Braden McDaniel <br...@en...> + * tests/node_interface_set.cpp: Changes to build with Boost 1.34.0. From Simon Barner <ba...@us...> *************** *** 32,36 **** JS_ClearContextThread on leaving it. ! 2007-07-09 Braden McDaniel <br...@en...> Doc-comment fixes. --- 39,43 ---- JS_ClearContextThread on leaving it. ! 2007-07-10 Braden McDaniel <br...@en...> Doc-comment fixes. |
From: Braden M. <br...@us...> - 2007-07-11 07:57:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5491 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Changes to build with Boost 1.34.0. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.188 retrieving revision 1.1310.2.189 diff -C2 -d -r1.1310.2.188 -r1.1310.2.189 *** ChangeLog 10 Jul 2007 20:32:16 -0000 1.1310.2.188 --- ChangeLog 11 Jul 2007 07:57:44 -0000 1.1310.2.189 *************** *** 1,2 **** --- 1,7 ---- + 2007-07-11 Braden McDaniel <br...@en...> + + * tests/node_interface_set.cpp: Changes to build with Boost 1.34.0. + From Simon Barner <ba...@us...> + 2007-07-10 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2007-07-11 07:57:45
|
Update of /cvsroot/openvrml/openvrml/tests In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5491/tests Modified Files: Tag: OpenVRML-0_16-BRANCH node_interface_set.cpp Log Message: Changes to build with Boost 1.34.0. Index: node_interface_set.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/tests/node_interface_set.cpp,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** node_interface_set.cpp 17 May 2005 04:38:13 -0000 1.3 --- node_interface_set.cpp 11 Jul 2007 07:57:46 -0000 1.3.2.1 *************** *** 1,2 **** --- 1,4 ---- + # define BOOST_TEST_DYN_LINK + # define BOOST_TEST_MAIN # include <boost/test/unit_test.hpp> # include <openvrml/node.h> |
From: Braden M. <br...@us...> - 2007-07-11 07:57:30
|
Update of /cvsroot/openvrml/openvrml/tests In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5461/tests Modified Files: node_interface_set.cpp Log Message: Changes to build with Boost 1.34.0. Index: node_interface_set.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/tests/node_interface_set.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** node_interface_set.cpp 17 May 2005 04:38:13 -0000 1.3 --- node_interface_set.cpp 11 Jul 2007 07:57:31 -0000 1.4 *************** *** 1,2 **** --- 1,4 ---- + # define BOOST_TEST_DYN_LINK + # define BOOST_TEST_MAIN # include <boost/test/unit_test.hpp> # include <openvrml/node.h> |
From: Braden M. <br...@us...> - 2007-07-11 07:57:30
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5461 Modified Files: ChangeLog Log Message: Changes to build with Boost 1.34.0. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1534 retrieving revision 1.1535 diff -C2 -d -r1.1534 -r1.1535 *** ChangeLog 10 Jul 2007 20:29:06 -0000 1.1534 --- ChangeLog 11 Jul 2007 07:57:30 -0000 1.1535 *************** *** 1,2 **** --- 1,7 ---- + 2007-07-11 Braden McDaniel <br...@en...> + + * tests/node_interface_set.cpp: Changes to build with Boost 1.34.0. + From Simon Barner <ba...@us...> + 2007-07-10 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2007-07-10 20:32:18
|
Update of /cvsroot/openvrml/openvrml/examples In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25391/examples Modified Files: Tag: OpenVRML-0_16-BRANCH sdl_viewer.cpp Log Message: Don't call SDL_WaitEvent before calling SDL_PollEvent; it doesn't seem to be doing anything and could be deleterious. Index: sdl_viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/examples/sdl_viewer.cpp,v retrieving revision 1.10.2.5 retrieving revision 1.10.2.6 diff -C2 -d -r1.10.2.5 -r1.10.2.6 *** sdl_viewer.cpp 16 Apr 2007 05:09:47 -0000 1.10.2.5 --- sdl_viewer.cpp 10 Jul 2007 20:32:17 -0000 1.10.2.6 *************** *** 284,288 **** SDL_Event event; sdl_viewer::event_info viewer_event_info; - SDL_WaitEvent(0); while (SDL_PollEvent(&event)) { switch (event.type) { --- 284,287 ---- |
From: Braden M. <br...@us...> - 2007-07-10 20:32:18
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25391 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Don't call SDL_WaitEvent before calling SDL_PollEvent; it doesn't seem to be doing anything and could be deleterious. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.187 retrieving revision 1.1310.2.188 diff -C2 -d -r1.1310.2.187 -r1.1310.2.188 *** ChangeLog 10 Jul 2007 05:16:36 -0000 1.1310.2.187 --- ChangeLog 10 Jul 2007 20:32:16 -0000 1.1310.2.188 *************** *** 1,9 **** 2007-07-10 Braden McDaniel <br...@en...> * src/libopenvrml/openvrml/script.cpp (openvrml::script_node::create_script()): Treat the "ecmascript" scheme as JavaScript. ! 2007-07-09 Braden McDaniel <br...@en...> Define JS_THREADSAFE when compiling against newer libmozjs. This --- 1,15 ---- 2007-07-10 Braden McDaniel <br...@en...> + * examples/sdl_viewer.cpp (sdl_viewer::run()): Don't call + SDL_WaitEvent before calling SDL_PollEvent; it doesn't seem to be + doing anything and could be deleterious. + + 2007-07-10 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/script.cpp (openvrml::script_node::create_script()): Treat the "ecmascript" scheme as JavaScript. ! 2007-07-10 Braden McDaniel <br...@en...> Define JS_THREADSAFE when compiling against newer libmozjs. This *************** *** 212,215 **** --- 218,225 ---- 2007-04-29 Braden McDaniel <br...@en...> + * README: Added /src/openvrml-player to package directory layout. + + 2007-04-29 Braden McDaniel <br...@en...> + Turned off "Enable Minimal Rebuild" in the Debug configuration; it seems to trigger compiler error C1073. |
From: Braden M. <br...@us...> - 2007-07-10 20:29:09
|
Update of /cvsroot/openvrml/openvrml/examples In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23823/examples Modified Files: sdl_viewer.cpp Log Message: Don't call SDL_WaitEvent before calling SDL_PollEvent; it doesn't seem to be doing anything and could be deleterious. Index: sdl_viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/examples/sdl_viewer.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** sdl_viewer.cpp 16 Apr 2007 05:10:02 -0000 1.16 --- sdl_viewer.cpp 10 Jul 2007 20:29:06 -0000 1.17 *************** *** 278,282 **** SDL_Event event; sdl_viewer::event_info viewer_event_info; - SDL_WaitEvent(0); while (SDL_PollEvent(&event)) { switch (event.type) { --- 278,281 ---- |
From: Braden M. <br...@us...> - 2007-07-10 20:29:08
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23823 Modified Files: ChangeLog Log Message: Don't call SDL_WaitEvent before calling SDL_PollEvent; it doesn't seem to be doing anything and could be deleterious. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1533 retrieving revision 1.1534 diff -C2 -d -r1.1533 -r1.1534 *** ChangeLog 10 Jul 2007 05:15:28 -0000 1.1533 --- ChangeLog 10 Jul 2007 20:29:06 -0000 1.1534 *************** *** 1,4 **** --- 1,10 ---- 2007-07-10 Braden McDaniel <br...@en...> + * examples/sdl_viewer.cpp (sdl_viewer::run()): Don't call + SDL_WaitEvent before calling SDL_PollEvent; it doesn't seem to be + doing anything and could be deleterious. + + 2007-07-10 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/script.cpp (openvrml::script_node::create_script()): Treat the "ecmascript" |
From: Braden M. <br...@us...> - 2007-07-10 05:16:37
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24957 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Treat the "ecmascript" scheme as JavaScript. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.186 retrieving revision 1.1310.2.187 diff -C2 -d -r1.1310.2.186 -r1.1310.2.187 *** ChangeLog 9 Jul 2007 08:14:57 -0000 1.1310.2.186 --- ChangeLog 10 Jul 2007 05:16:36 -0000 1.1310.2.187 *************** *** 1,2 **** --- 1,8 ---- + 2007-07-10 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/script.cpp + (openvrml::script_node::create_script()): Treat the "ecmascript" + scheme as JavaScript. + 2007-07-09 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2007-07-10 05:16:37
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24957/src/libopenvrml/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH script.cpp Log Message: Treat the "ecmascript" scheme as JavaScript. Index: script.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/script.cpp,v retrieving revision 1.77.2.4 retrieving revision 1.77.2.5 diff -C2 -d -r1.77.2.4 -r1.77.2.5 *** script.cpp 9 Jul 2007 08:14:58 -0000 1.77.2.4 --- script.cpp 10 Jul 2007 05:16:37 -0000 1.77.2.5 *************** *** 2118,2121 **** --- 2118,2123 ---- openvrml::script * openvrml::script_node::create_script() { + using std::equal; + // Try each url until we find one we like for (size_t i = 0; i < this->url_.value().size(); ++i) { *************** *** 2125,2133 **** # if OPENVRML_ENABLE_SCRIPT_NODE_JAVASCRIPT // Need to handle external .js files too... ! const char * javascriptScheme = "javascript:"; ! const char * vrmlscriptScheme = "vrmlscript:"; ! if (std::equal(javascriptScheme, javascriptScheme + 11, ! this->url_.value()[i].begin()) ! || std::equal(vrmlscriptScheme, vrmlscriptScheme + 11, this->url_.value()[i].begin())) { return new js_::script(*this, --- 2127,2141 ---- # if OPENVRML_ENABLE_SCRIPT_NODE_JAVASCRIPT // Need to handle external .js files too... ! static const char ecmascript_scheme[12] = "ecmascript:"; ! static const char javascript_scheme[12] = "javascript:"; ! static const char vrmlscript_scheme[12] = "vrmlscript:"; ! // ! // As it happens, all the possible schemes for ECMAScript scripts are ! // ! if (equal(ecmascript_scheme, ecmascript_scheme + 11, ! this->url_.value()[i].begin()) ! || equal(javascript_scheme, javascript_scheme + 11, ! this->url_.value()[i].begin()) ! || equal(vrmlscript_scheme, vrmlscript_scheme + 11, this->url_.value()[i].begin())) { return new js_::script(*this, |
From: Braden M. <br...@us...> - 2007-07-10 05:15:34
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24532/src/libopenvrml/openvrml Modified Files: script.cpp Log Message: Treat the "ecmascript" scheme as JavaScript. Index: script.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/script.cpp,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** script.cpp 9 Jul 2007 08:14:36 -0000 1.83 --- script.cpp 10 Jul 2007 05:15:33 -0000 1.84 *************** *** 2118,2121 **** --- 2118,2123 ---- openvrml::script * openvrml::script_node::create_script() { + using std::equal; + // Try each url until we find one we like for (size_t i = 0; i < this->url_.value().size(); ++i) { *************** *** 2125,2133 **** # if OPENVRML_ENABLE_SCRIPT_NODE_JAVASCRIPT // Need to handle external .js files too... ! const char * javascriptScheme = "javascript:"; ! const char * vrmlscriptScheme = "vrmlscript:"; ! if (std::equal(javascriptScheme, javascriptScheme + 11, ! this->url_.value()[i].begin()) ! || std::equal(vrmlscriptScheme, vrmlscriptScheme + 11, this->url_.value()[i].begin())) { return new js_::script(*this, --- 2127,2141 ---- # if OPENVRML_ENABLE_SCRIPT_NODE_JAVASCRIPT // Need to handle external .js files too... ! static const char ecmascript_scheme[12] = "ecmascript:"; ! static const char javascript_scheme[12] = "javascript:"; ! static const char vrmlscript_scheme[12] = "vrmlscript:"; ! // ! // As it happens, all the possible schemes for ECMAScript scripts are ! // ! if (equal(ecmascript_scheme, ecmascript_scheme + 11, ! this->url_.value()[i].begin()) ! || equal(javascript_scheme, javascript_scheme + 11, ! this->url_.value()[i].begin()) ! || equal(vrmlscript_scheme, vrmlscript_scheme + 11, this->url_.value()[i].begin())) { return new js_::script(*this, |
From: Braden M. <br...@us...> - 2007-07-10 05:15:33
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24532 Modified Files: ChangeLog Log Message: Treat the "ecmascript" scheme as JavaScript. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1532 retrieving revision 1.1533 diff -C2 -d -r1.1532 -r1.1533 *** ChangeLog 9 Jul 2007 08:14:35 -0000 1.1532 --- ChangeLog 10 Jul 2007 05:15:28 -0000 1.1533 *************** *** 1,3 **** ! 2007-07-06 Braden McDaniel <br...@en...> Define JS_THREADSAFE when compiling against newer libmozjs. This --- 1,9 ---- ! 2007-07-10 Braden McDaniel <br...@en...> ! ! * src/libopenvrml/openvrml/script.cpp ! (openvrml::script_node::create_script()): Treat the "ecmascript" ! scheme as JavaScript. ! ! 2007-07-09 Braden McDaniel <br...@en...> Define JS_THREADSAFE when compiling against newer libmozjs. This |