From: Deborah H. <de...@us...> - 2001-08-04 12:40:58
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv18100 Modified Files: tics.mk.in Log Message: All, Test and Install targets should fail when a submake fails. Clean (and probably Build) can stay where they ignore submake failures. |
From: Deborah H. <de...@us...> - 2001-08-04 19:00:19
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv22990/tics Modified Files: TlispSink.cc Log Message: Catch unknown exceptions. Just in case. |
From: Deborah H. <de...@us...> - 2001-08-04 19:00:52
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv23063 Modified Files: aclocal.m4 configure.in tics.mk.in Log Message: Dynamically linking to db3 on Debian appears to be broken. This checkin is a hack to statically link with db3 on Debian. It's not pretty, but it works. |
From: Deborah H. <de...@us...> - 2001-08-04 19:04:44
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv23694 Modified Files: aclocal.m4 configure.in Log Message: Whoops, ==. Shell wants =. Didn't print a nice message after the 'checking for debian' message. |
From: Deborah H. <de...@us...> - 2001-08-04 19:06:50
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv24037 Modified Files: aclocal.m4 Log Message: One more try at printing the right messages, sigh. |
From: Deborah H. <de...@us...> - 2001-08-04 20:06:15
|
Update of /cvsroot/tics/tics/test/framework In directory usw-pr-cvs1:/tmp/cvs-serv1046 Modified Files: TestCase.h Log Message: Little tweak to add some robustness to cu_assertmsg. |
From: Deborah H. <de...@us...> - 2001-08-04 20:09:35
|
Update of /cvsroot/tics/tics/tics/tests In directory usw-pr-cvs1:/tmp/cvs-serv1520/tics/tests Modified Files: TlispSinkTest.h Log Message: Tweaks and additions to TlispSink tests. These are practically acceptance tests in here...or would be, if TlispSink was going to stay around. As is, they're high-level system tests. |
From: Deborah H. <de...@us...> - 2001-08-04 20:35:33
|
Update of /cvsroot/tics/tics/tics/tests In directory usw-pr-cvs1:/tmp/cvs-serv5666/tests Modified Files: TlispSinkTest.h Log Message: Explicitly terminate the strstream's string - Debian's picky. |
From: Deborah H. <de...@us...> - 2001-08-06 02:26:16
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv10458/functions Modified Files: Create.tcc Log Message: Implemented Create, so I could hand-test (bad Deborah! bad!) the login framework. |
From: Deborah H. <de...@us...> - 2001-08-06 02:27:14
|
Update of /cvsroot/tics/tics/net In directory usw-pr-cvs1:/tmp/cvs-serv10650/net Modified Files: Net.cc Log Message: If a Sink throws a Sink * as an exception, then Connection's Task will flip processing over to that Sink. This allows a Sink to decide to hand control over to another Sink simply and generally. |
From: Deborah H. <de...@us...> - 2001-08-06 02:27:42
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv10842 Modified Files: tics.cc Added Files: LoginSink.cc LoginSink.h UserShellSink.cc UserShellSink.h Log Message: Initial login framework. |
From: Joel B. <fen...@us...> - 2001-08-06 02:52:23
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv15578 Modified Files: rules Log Message: Doing "make all" rather than "make build" and "make tests" is a little bit better, style-wise, so we'll do that. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:00
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv28782 Modified Files: acconfig.h configure.in Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:00
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv28782/db Modified Files: DbExceptions.h Name.h Property.h PropertyKey.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:00
|
Update of /cvsroot/tics/tics/db/tests In directory usw-pr-cvs1:/tmp/cvs-serv28782/db/tests Modified Files: InitTest.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:00
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv28782/include Modified Files: Exception.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:01
|
Update of /cvsroot/tics/tics/test/textui In directory usw-pr-cvs1:/tmp/cvs-serv28782/test/textui Modified Files: TestRunner.cc Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:02
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv28782/tics Modified Files: LoginSink.cc Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:01
|
Update of /cvsroot/tics/tics/test/framework In directory usw-pr-cvs1:/tmp/cvs-serv28782/test/framework Modified Files: CppUnitException.h TestCase.cc TestCase.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:01
|
Update of /cvsroot/tics/tics/net In directory usw-pr-cvs1:/tmp/cvs-serv28782/net Modified Files: Net.cc Net.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:01
|
Update of /cvsroot/tics/tics/thread In directory usw-pr-cvs1:/tmp/cvs-serv28782/thread Modified Files: Thread.cc Thread.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 16:54:02
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv28782/tlisp Modified Files: Function.cc Sexp.h Tlisp.h Log Message: TICS compiles cleanly on GCC-3.0 with libstdc++-v3. The tlisp and tics unit tests blow up on compile down in basic_ios.h, and I'm not sure why. The net socketbuf implementation for libstdc++-v3 doesn't work yet. But it's a start. Backwards compatibility is maintained via autoconf where necessary (and I tried to limit where it was necessary as best I could). All the unit tests still run under GCC-2.95.3 with libstdc++-v2. Of course, I'm using nonstandard extensions to the Standard C++ library (thus the broken socketbuf implementation in libstdc++-v3 support) so this has to get fixed eventually. |
From: Deborah H. <de...@us...> - 2001-08-08 17:06:19
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv32381/tics Modified Files: tics.cc Log Message: Little tweak - don't bother to sync streams with c-stdio. |
From: Joel B. <fen...@us...> - 2001-08-11 17:40:46
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv2846/debian Modified Files: control Log Message: Both libc6-dev and libstdc++-dev are considered Build-Essential (that is, we don't have to declare build dependancies on them explicitly, they are assumed to be required for any building). |
From: Deborah H. <de...@us...> - 2001-11-06 08:31:56
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv26778/db Modified Files: Object.h Log Message: Some initial tweaks towards having player objects. |