*** empty log message ***
This commit is contained in:
21
NEWS
21
NEWS
@@ -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
|
||||
|
Reference in New Issue
Block a user