From: Braden M. <br...@us...> - 2005-11-05 00:45:20
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11328 Modified Files: ChangeLog Log Message: Now that listeners aren't required to be nodes, the browser::create_vrml_from_url test can be modified to use a condition variable rather than a hackish sleep. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1024 retrieving revision 1.1025 diff -C2 -d -r1.1024 -r1.1025 *** ChangeLog 4 Nov 2005 07:47:29 -0000 1.1024 --- ChangeLog 5 Nov 2005 00:45:06 -0000 1.1025 *************** *** 1,4 **** --- 1,11 ---- 2005-11-04 Braden McDaniel <br...@en...> + * tests/browser.cpp (create_vrml_from_url): Now that listeners + aren't required to be nodes, the browser::create_vrml_from_url + test can be modified to use a condition variable rather than a + hackish sleep. + + 2005-11-04 Braden McDaniel <br...@en...> + Generate the antlr-generated sources as part of the build rather than storing them in the repository. These changes should |