*** empty log message ***

This commit is contained in:
Marc Wäckerlin
2005-03-11 23:29:43 +00:00
parent 97d1498631
commit bdb6c3c0ba
3 changed files with 39 additions and 2 deletions

21
NEWS
View File

@@ -1,3 +1,24 @@
2005-03-05
Really cool new feature: Automagic function trace: Don't change a
single line in your code (if log4cxx is already configured), just use
GNU gcc with option -finstrument functions, and link to
libmrwfunctiontracelog4cxx!
2005-02-23
New feature: A Function Tracer. Add the METHOD macro as first line in
all your methods and the FUNCTION macro in your functions, then you'll
get a nice log4cxx based entry and exit tracing.
New: mrw::ifelse, acts as A ? A : B but with only one access to A
Repaired and tested: mrw::Dir (on my system, type is alway UNKOWN)
DELETED:
- mrw::min and mrw::max
- SimpleTrace (use log4cxx instead!)
2005-02-18
Added a new class DynamicLibrary which is a wrapper around the system