C++ Library containing a lot of needful things: Stack Trace, Command Line Parser, Resource Handling, Configuration Files, Unix Command Execution, Directories, Regular Expressions, Tokenizer, Function Trace, Standard Extensions.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marc Wäckerlin
ec1e1f1898
exception tests: each exception must be in an own test case
20 years ago
..
examples
…
arg.cpp
Constness corrected
20 years ago
arg.hpp
Constness corrected
20 years ago
auto.hpp
documentation improved, new grouping
20 years ago
auto_test.cpp
additional test for release and reset
20 years ago
autostacktracelog4cxx.cpp
…
autostacktracestderr.cpp
no newline at the end of stack trace
20 years ago
deque.hpp
documentation improved, new grouping
20 years ago
doxyfile.in
removed deprecated tags
20 years ago
exception.cpp
…
exception.hpp
…
exec.cpp
documentation improved, new grouping
20 years ago
exec.hpp
added possibility to pass string to stdin of child process
20 years ago
exec_test.cpp
exception tests: each exception must be in an own test case
20 years ago
list.hpp
documentation improved, new grouping
20 years ago
makefile.am
added tokenizer
20 years ago
map.hpp
documentation improved, new grouping
20 years ago
mrw.hpp.in
several changes and reorganisation
20 years ago
mrwexclog4cxx_test.cpp
…
mrwexcstderr_test.cpp
…
multimap.hpp
documentation improved, new grouping
20 years ago
multiset.hpp
documentation improved, new grouping
20 years ago
regexp.cpp
possibility to evaluate and extract sub expressions
20 years ago
regexp.hpp
documentation improved, new grouping
20 years ago
regexp_test.cpp
possibility to evaluate and extract sub expressions
20 years ago
set.hpp
documentation improved, new grouping
20 years ago
simpletrace.hpp
…
smartpointer.hpp
…
smartpointer_test.cpp
…
stacktrace.cpp
no more need for ldd in StackTrace, read from /proc/self/maps
20 years ago
stacktrace.hpp
bug fixed (put solution in the documentation)
20 years ago
stacktrace_test.cpp
check whether shared libraries are evaluated
20 years ago
stdext.cpp
bugfix, now it works for empty lines
20 years ago
stdext.hpp
documentation improved, new grouping
20 years ago
stdext_test.cpp
remove stdout, print stack trace
20 years ago
string.hpp
documentation improved, new grouping
20 years ago
test.dat
…
tokenizer.hpp
documentation improved, new grouping
20 years ago
tokenizer_test.cpp
initial version
20 years ago
unistd.hpp
pipes can be blocking, non blocking or blocking on one side only
20 years ago
vector.hpp
documentation improved, new grouping
20 years ago
version.cpp.in
…