From: Deborah H. <de...@us...> - 2001-08-01 04:43:40
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv21128 Modified Files: Makefile.in configure.in Log Message: Import of the netlayer. Again, no unit tests yet. This time more because I'm pretty confident in this code and tests can be written as things need to change. Again, see the XP books for why this is a reasonable thing to do. |
From: Deborah H. <de...@us...> - 2001-08-01 04:43:40
|
Update of /cvsroot/tics/tics/net In directory usw-pr-cvs1:/tmp/cvs-serv21128/net Added Files: Makefile.in Net.cc Net.h Log Message: Import of the netlayer. Again, no unit tests yet. This time more because I'm pretty confident in this code and tests can be written as things need to change. Again, see the XP books for why this is a reasonable thing to do. |
From: Deborah H. <de...@us...> - 2001-08-01 04:53:21
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv22561/tlisp Log Message: Directory /cvsroot/tics/tics/tlisp added to the repository |
From: Deborah H. <de...@us...> - 2001-08-01 04:53:31
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv22585/tests Log Message: Directory /cvsroot/tics/tics/tlisp/tests added to the repository |
From: Deborah H. <de...@us...> - 2001-08-01 05:30:43
|
Update of /cvsroot/tics/tics/test/framework In directory usw-pr-cvs1:/tmp/cvs-serv29299/framework Modified Files: Test.h TestSuite.h Log Message: Nicer error messages. I found the old format annoying. |
From: Deborah H. <de...@us...> - 2001-08-01 05:30:43
|
Update of /cvsroot/tics/tics/test/textui In directory usw-pr-cvs1:/tmp/cvs-serv29299/textui Modified Files: TextTestResult.cc Log Message: Nicer error messages. I found the old format annoying. |
From: Deborah H. <de...@us...> - 2001-08-01 05:47:16
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv32203 Modified Files: Makefile.in configure.in Log Message: Initial (and basically empty) S-expression implementation and tests. |
From: Deborah H. <de...@us...> - 2001-08-01 05:47:17
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv32203/include Added Files: RefPtr.h Log Message: Initial (and basically empty) S-expression implementation and tests. |
From: Deborah H. <de...@us...> - 2001-08-01 05:47:17
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv32203/tlisp Added Files: Makefile.in Sexp.cc Sexp.h Log Message: Initial (and basically empty) S-expression implementation and tests. |
From: Deborah H. <de...@us...> - 2001-08-01 05:47:17
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv32203/tlisp/tests Added Files: ParserTest.h Log Message: Initial (and basically empty) S-expression implementation and tests. |
From: Deborah H. <de...@us...> - 2001-08-01 05:49:18
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv32545/tlisp Modified Files: Sexp.cc Sexp.h Log Message: RCSIDs added. |
From: Deborah H. <de...@us...> - 2001-08-01 05:56:55
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv1195 Modified Files: Makefile.boot Log Message: Updated the clean rule in Makefile.boot. |
From: Deborah H. <de...@us...> - 2001-08-02 00:34:52
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv30315/include Modified Files: RefPtr.h Log Message: Added a convenience operator==. |
From: Deborah H. <de...@us...> - 2001-08-02 00:35:42
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv30427 Modified Files: Object.cc Object.h Log Message: Fixed a bug (and wrote the unit test to expose it). Tweaked things to easier allow inheritance from db::Object. |
From: Deborah H. <de...@us...> - 2001-08-02 00:35:42
|
Update of /cvsroot/tics/tics/db/tests In directory usw-pr-cvs1:/tmp/cvs-serv30427/tests Modified Files: InitTest.h Log Message: Fixed a bug (and wrote the unit test to expose it). Tweaked things to easier allow inheritance from db::Object. |
From: Deborah H. <de...@us...> - 2001-08-02 00:37:47
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv30621 Modified Files: Makefile.in Sexp.cc Sexp.h Added Files: Function.cc Function.h Object.cc Object.h Tlisp.cc Tlisp.h Log Message: Added much functionality and many tests. Much of this was reintegrated from the previous code. However, this code implements numbers properly, among other things. Strings still need to be put in, as do a variety of tests, since I added some things back in as I went without tests, to make it easier to integrate them. |
From: Deborah H. <de...@us...> - 2001-08-02 00:37:47
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv30621/tests Modified Files: ParserTest.h Log Message: Added much functionality and many tests. Much of this was reintegrated from the previous code. However, this code implements numbers properly, among other things. Strings still need to be put in, as do a variety of tests, since I added some things back in as I went without tests, to make it easier to integrate them. |
From: Deborah H. <de...@us...> - 2001-08-02 04:00:38
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv6091 Modified Files: Tlisp.cc Log Message: Should explicitly terminate strings constructed with a strstream. FreeBSD+gcc-2.95.3 was allowing the implicit termination. |
From: Deborah H. <de...@us...> - 2001-08-02 14:50:40
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv24887/tests Modified Files: ParserTest.h Log Message: Added Strings. Added a Literal superclass for Number and String. |
From: Deborah H. <de...@us...> - 2001-08-02 16:30:10
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv21074 Modified Files: tics.mk.in Added Files: Doxyfile Log Message: Added the doxygen config file. |
From: Deborah H. <de...@us...> - 2001-08-02 17:06:10
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv1248 Modified Files: tics.mk.in Log Message: 'tests' is now the default target (or equivalent - all does essentially the same thing tests does now). 'build' will recursively just build the tree. |
From: Deborah H. <de...@us...> - 2001-08-02 18:41:25
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv11133 Modified Files: Sexp.cc Log Message: Tweaks to the doxygen docs to deal with new doxygen features. :) |
From: Deborah H. <de...@us...> - 2001-08-02 14:50:40
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv24887 Modified Files: Sexp.cc Sexp.h Tlisp.cc Tlisp.h Log Message: Added Strings. Added a Literal superclass for Number and String. |
From: Deborah H. <de...@us...> - 2001-08-02 15:12:04
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv29898 Added Files: LICENSE Log Message: Added the Artistic License back in. |
From: Deborah H. <de...@us...> - 2001-08-02 19:10:05
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv20496/db Modified Files: Property.h PropertyKey.h Log Message: Tweaks to documentation. A few little tweaks (adding std::) pointed out by looking at doxygen's class heirarchy. |