Files
mrw-cxx/ChangeLog

63 lines
3.3 KiB
Plaintext
Raw Normal View History

2004-11-25 18:30:43 +00:00
* Wed Nov 11 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.2.2 (mrw)
- correction in documentation: need [0]->toString() not .toString()
2004-10-13 11:23:49 +00:00
* Wed Oct 13 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.2.1 (mrw)
- no newline at the end of stacktrace in autostacktracestderr.cpp
- test for bad exception specification in exec_test.cpp
- no more need for ldd in StackTrace, read from /proc/self/maps
- check whether shared libraries are evaluated in
stacktrace_test.cpp
- new feature in stdext: getline reads a whole line from a stream
2004-10-11 15:59:04 +00:00
* Mon Oct 11 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.2.0 (mrw)
- StackTrace now can load shared libraries!
2004-10-11 16:50:11 +00:00
- AutoPtr replaces mrw::auto_ptr
2004-10-07 16:01:03 +00:00
* Tue Oct 7 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.1.0 (mrw)
- Bug in 1.0.0: The new header files are not installed!
-> Use 1.1.0 instead of 1.0.0
* Tue Sep 29 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.0.0 (mrw)
2004-10-07 07:01:09 +00:00
- no more diamond inheritance for exception classes
- new feature: standard extentions for most used container and string
- shift operator to insert and extract elements
- addition for strings and integers
- functions to<>(string) and string(int)
2004-10-07 16:01:03 +00:00
* Fri Sep 10 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.94.0 (mrw)
2004-10-07 07:01:09 +00:00
- either major, minor or least was a keyword... now tests pass
2004-10-07 16:01:03 +00:00
* Tue Sep 9 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.94.0 (mrw)
- library version is now how I want it (equal to package)
2004-10-07 16:01:03 +00:00
* Tue Aug 31 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.93 (mrw)
2004-08-31 16:19:59 +00:00
- test failed on Solaris (without stack trace)
-> no -lbfd for --disable-stacktrace!
-> no include of stacktrace.hpp in args.hpp!
2004-10-07 16:01:03 +00:00
* Wed Aug 25 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw)
- new file: version.cpp
- new file header for all sources
- work around warning in mrw::auto<T>
- possibility to compile without log4cxx
- work around bugs in demangle.h and libiberty.h
- corrections in documentation
- added simple tracing mechanism
- more warnings
- small corrections in Auto<>::Free and a new test for it
2004-08-31 16:19:59 +00:00
- possibility to compile without stack trace
2004-10-07 16:01:03 +00:00
* Wed May 28 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw)
- no more mrw:: exceptions in header files, all moved to .cpp
- make distclean now clean everything that was generated
- smartpointer_test.cpp was missing in CVS
- new makefile targets tag and release
2004-10-07 16:01:03 +00:00
* Wed May 19 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw)
- no more auto.cpp
2004-10-07 16:01:03 +00:00
* Tue May 18 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw)
- correct bfd detection on solaris
- templated auto classes
- forgotten to install in 0.91: header arg.hpp and smartpointer.hpp
2004-10-07 16:01:03 +00:00
* Tue Apr 27 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.91 (mrw)
2004-04-27 20:26:50 +00:00
- mrw/arg.hpp: Command line argument evaluation
- mrw/smartpointer.hpp: Smart pointer implementation
- configure: Correction for Solaris
2004-10-07 16:01:03 +00:00
* Fri Apr 24 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.90 (mrw)
2004-04-23 16:03:29 +00:00
- initial rpm with two spec files
- test cases for libmrwexcstderr and libmrwexclog4cxx
2004-10-07 16:01:03 +00:00
* Thu Apr 23 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.11 (mrw)
2004-04-23 16:03:29 +00:00
- better support for solaris, but not yet tested
- more and better documentation and a pdf file
- new submodule "Automated Unexpected Handler with Stack Trace"