summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Adam Dickmeiss [Sat, 8 Oct 2005 09:48:32 +0000 (09:48 +0000)]
Check for automake version in buildconf.sh - not in configure.
We don't want distribution tars to check (they don't need automake
at all).
Adam Dickmeiss [Sat, 8 Oct 2005 09:37:28 +0000 (09:37 +0000)]
Check for boost test framework
Marc Cromme [Fri, 7 Oct 2005 22:46:16 +0000 (22:46 +0000)]
added doxygen make target
unit tests ported to boost test framework
Adam Dickmeiss [Fri, 7 Oct 2005 22:27:45 +0000 (22:27 +0000)]
Use foreign automake layout
Marc Cromme [Fri, 7 Oct 2005 22:15:47 +0000 (22:15 +0000)]
added test for boost unit test header
Marc Cromme [Fri, 7 Oct 2005 22:05:14 +0000 (22:05 +0000)]
checking for STL headers
Marc Cromme [Fri, 7 Oct 2005 21:38:23 +0000 (21:38 +0000)]
added check for automake version, which must be version 1.9 or newer, otherwise the make dist rules fail.
added doxygen rule
added maintainer clean rule
Adam Dickmeiss [Fri, 7 Oct 2005 13:56:02 +0000 (13:56 +0000)]
Add code to test join of single threads or groups
Adam Dickmeiss [Fri, 7 Oct 2005 12:57:20 +0000 (12:57 +0000)]
Playing with boost threads and unit test
Adam Dickmeiss [Fri, 7 Oct 2005 11:42:04 +0000 (11:42 +0000)]
Use boost unit test for test filter 1 case.
Adam Dickmeiss [Fri, 7 Oct 2005 11:41:44 +0000 (11:41 +0000)]
Fail if libboost_thread does not exist
Marc Cromme [Fri, 7 Oct 2005 10:04:14 +0000 (10:04 +0000)]
removed superflous file
Marc Cromme [Fri, 7 Oct 2005 10:03:07 +0000 (10:03 +0000)]
changes includes in test programs to use splitted header
Marc Cromme [Fri, 7 Oct 2005 09:54:13 +0000 (09:54 +0000)]
design.h split up into filter.hpp package.hpp router.hpp session.hpp
Marc Cromme [Fri, 7 Oct 2005 09:40:25 +0000 (09:40 +0000)]
fixed build system except make d ist which still fails
Marc Cromme [Fri, 7 Oct 2005 09:21:41 +0000 (09:21 +0000)]
changed build system to use C++ compiler, temp config files moved to config dir, configure.ac used now, src/config.hpp added by autoheader
Marc Cromme [Thu, 6 Oct 2005 21:41:12 +0000 (21:41 +0000)]
thread safe session class added using boost::mutex
boost thread test added
build environment broken, needs to be fixed
Adam Dickmeiss [Thu, 6 Oct 2005 19:33:58 +0000 (19:33 +0000)]
Rename Msg_Thread to ThreadPoolSocketObserver. Rename IMsg_Thread
to IThreadPoolMsg. Implement it in terms of std::deque instead of
linked list.
Adam Dickmeiss [Thu, 6 Oct 2005 12:55:20 +0000 (12:55 +0000)]
Router stores filters in a sequence. For now packages just point
the filters that is currently handling. That might be improved by
an interator. Changed the move function to return a Package reference.
Added two check programs.
Marc Cromme [Thu, 6 Oct 2005 11:15:23 +0000 (11:15 +0000)]
name function added to filters
Marc Cromme [Thu, 6 Oct 2005 10:04:36 +0000 (10:04 +0000)]
doxyfile uses dot graph tool
Marc Cromme [Thu, 6 Oct 2005 09:53:11 +0000 (09:53 +0000)]
build system added
Marc Cromme [Thu, 6 Oct 2005 09:37:25 +0000 (09:37 +0000)]
Initial revision