Commit Graph

85 Commits

Author SHA1 Message Date
Marc Wäckerlin
3ee566fddc new static methods to simplify access to options 2005-02-08 12:31:36 +00:00
Marc Wäckerlin
7316f2fdd9 new in release 1.8.0 2005-02-08 12:30:22 +00:00
Marc Wäckerlin
24ac20563a workaround for doxygen warning (doxygen misinterpreted class forward declaration) 2005-01-28 12:18:37 +00:00
Marc Wäckerlin
6c729bb4db interference between group name StackTrace and class name StackTrace 2005-01-28 12:13:11 +00:00
Marc Wäckerlin
a5755f70b2 interference between group name StackTrace and class name StackTrace 2005-01-28 12:13:10 +00:00
Marc Wäckerlin
a2b223cbb8 cppunit flags 2005-01-28 11:22:32 +00:00
Marc Wäckerlin
2574515840 Doc: added #include 2005-01-28 07:53:45 +00:00
Marc Wäckerlin
bd4e66e588 doc: hint regarding iomanip on string 2005-01-28 07:53:09 +00:00
Marc Wäckerlin
2abec7e5ed typo in doc 2005-01-28 07:52:33 +00:00
Marc Wäckerlin
f4ef1c53be added #include to documentation 2005-01-28 07:52:00 +00:00
Marc Wäckerlin
b759d6a321 improved and corrected trace formatting 2005-01-28 07:51:24 +00:00
Marc Wäckerlin
baa21d8110 Save configuration using file.hpp 2005-01-28 07:49:32 +00:00
Marc Wäckerlin
4e91c2fe11 added terminate handler (uncaught handler) 2005-01-28 07:42:23 +00:00
Marc Wäckerlin
eee6f1b028 added configuration files for test 2005-01-07 01:07:39 +00:00
Marc Wäckerlin
90380cbddc the test script was not distributed 2005-01-07 00:57:55 +00:00
Marc Wäckerlin
6d5fc2ff77 initial version 2005-01-07 00:35:17 +00:00
Marc Wäckerlin
cabcaa0475 some changes for solaris 2005-01-07 00:34:38 +00:00
Marc Wäckerlin
027537dbcf added config file and file 2005-01-07 00:33:51 +00:00
Marc Wäckerlin
51d22ccd9f #ifndef forgotten 2004-12-20 13:24:26 +00:00
Marc Wäckerlin
1c67ac8fd0 from string conversion throws exception in case of failure 2004-12-20 13:24:08 +00:00
Marc Wäckerlin
0a3a928547 new tests for string exceptions 2004-12-20 13:23:00 +00:00
Marc Wäckerlin
a5c5b70eed mrw string now throws exceptions, catch needed 2004-12-20 13:22:25 +00:00
Marc Wäckerlin
ec1e1f1898 exception tests: each exception must be in an own test case 2004-12-20 13:21:21 +00:00
Marc Wäckerlin
fc0254a342 documentation improved, new grouping 2004-12-20 07:40:36 +00:00
Marc Wäckerlin
7c07d63570 everything is ok, when pipes are non blocking on parent's side and blocking on client's side, and select is not used (not necessary for non blocking IO) 2004-12-18 21:00:09 +00:00
Marc Wäckerlin
1386c24c79 pipes can be blocking, non blocking or blocking on one side only
default is again blocking, because it causes less trouble
2004-12-18 20:58:19 +00:00
Marc Wäckerlin
3e684a3419 it works perfectly with blocking pipes and buffer size of 1 2004-12-17 17:38:57 +00:00
Marc Wäckerlin
38fd181264 added tokenizer 2004-12-17 16:30:06 +00:00
Marc Wäckerlin
2a47dd7863 stable implementation with select for both executes 2004-12-17 16:28:51 +00:00
Marc Wäckerlin
f13b5a47b7 error in documentation syntax 2004-12-17 16:27:58 +00:00
Marc Wäckerlin
791c599d67 error in documentation: group forgotten 2004-12-17 16:27:28 +00:00
Marc Wäckerlin
adad69abd1 initial version 2004-12-17 16:26:58 +00:00
Marc Wäckerlin
5a865cd30a inlines forgotten 2004-12-16 13:09:47 +00:00
Marc Wäckerlin
7f6d4c67d0 possibility to evaluate and extract sub expressions 2004-12-16 13:09:31 +00:00
Marc Wäckerlin
a37c9c2164 support for connect_cin
pipe is now non blocking by default
2004-12-14 20:32:10 +00:00
Marc Wäckerlin
0cac265f4d added possibility to pass string to stdin of child process 2004-12-14 20:30:10 +00:00
Marc Wäckerlin
93160f4ee4 added regexp 2004-12-14 20:22:42 +00:00
Marc Wäckerlin
f2b36b3249 bugfix, now it works for empty lines 2004-12-14 20:21:21 +00:00
Marc Wäckerlin
9486162f45 initial version 2004-12-14 20:20:30 +00:00
Marc Wäckerlin
802ab8e2c0 forget TRACE 2004-12-08 13:48:20 +00:00
Marc Wäckerlin
9826ce899d support for function tracing which does not yet work (bug in OpenC++) 2004-11-25 18:33:18 +00:00
Marc Wäckerlin
4d4da167ec bug fixed (put solution in the documentation) 2004-11-25 18:30:20 +00:00
Marc Wäckerlin
0fe2e6ea60 additional test for release and reset 2004-11-25 18:27:03 +00:00
Marc Wäckerlin
7fd9fbc634 Constness corrected 2004-11-25 18:26:04 +00:00
Marc Wäckerlin
35864b0f5e removed deprecated tags 2004-10-13 11:27:00 +00:00
Marc Wäckerlin
b22868131a remove stdout, print stack trace 2004-10-13 11:19:22 +00:00
Marc Wäckerlin
38f6f02c76 getline reads a whole line from a stream 2004-10-13 11:18:33 +00:00
Marc Wäckerlin
e929ed1dc4 new file stdext.cpp 2004-10-13 11:17:21 +00:00
Marc Wäckerlin
dd678d1498 check whether shared libraries are evaluated 2004-10-13 10:49:12 +00:00
Marc Wäckerlin
8d5c98e8c0 no more need for ldd in StackTrace, read from /proc/self/maps 2004-10-13 10:47:15 +00:00