|
|
@ -1,18 +1,21 @@ |
|
|
|
* Tue Sep 29 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-1.0.0 (mrw) |
|
|
|
* 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) |
|
|
|
- no more diamond inheritance for exception classes |
|
|
|
- no more diamond inheritance for exception classes |
|
|
|
- new feature: standard extentions for most used container and string |
|
|
|
- new feature: standard extentions for most used container and string |
|
|
|
- shift operator to insert and extract elements |
|
|
|
- shift operator to insert and extract elements |
|
|
|
- addition for strings and integers |
|
|
|
- addition for strings and integers |
|
|
|
- functions to<>(string) and string(int) |
|
|
|
- functions to<>(string) and string(int) |
|
|
|
* Fri Sep 10 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.94.0 (mrw) |
|
|
|
* Fri Sep 10 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.94.0 (mrw) |
|
|
|
- either major, minor or least was a keyword... now tests pass |
|
|
|
- either major, minor or least was a keyword... now tests pass |
|
|
|
* Tue Sep 9 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.94.0 (mrw) |
|
|
|
* 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) |
|
|
|
- library version is now how I want it (equal to package) |
|
|
|
* Tue Aug 31 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.93 (mrw) |
|
|
|
* Tue Aug 31 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.93 (mrw) |
|
|
|
- test failed on Solaris (without stack trace) |
|
|
|
- test failed on Solaris (without stack trace) |
|
|
|
-> no -lbfd for --disable-stacktrace! |
|
|
|
-> no -lbfd for --disable-stacktrace! |
|
|
|
-> no include of stacktrace.hpp in args.hpp! |
|
|
|
-> no include of stacktrace.hpp in args.hpp! |
|
|
|
* Wed Aug 25 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw) |
|
|
|
* Wed Aug 25 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw) |
|
|
|
- new file: version.cpp |
|
|
|
- new file: version.cpp |
|
|
|
- new file header for all sources |
|
|
|
- new file header for all sources |
|
|
|
- work around warning in mrw::auto<T> |
|
|
|
- work around warning in mrw::auto<T> |
|
|
@ -23,25 +26,25 @@ |
|
|
|
- more warnings |
|
|
|
- more warnings |
|
|
|
- small corrections in Auto<>::Free and a new test for it |
|
|
|
- small corrections in Auto<>::Free and a new test for it |
|
|
|
- possibility to compile without stack trace |
|
|
|
- possibility to compile without stack trace |
|
|
|
* Wed May 28 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw) |
|
|
|
* 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 |
|
|
|
- no more mrw:: exceptions in header files, all moved to .cpp |
|
|
|
- make distclean now clean everything that was generated |
|
|
|
- make distclean now clean everything that was generated |
|
|
|
- smartpointer_test.cpp was missing in CVS |
|
|
|
- smartpointer_test.cpp was missing in CVS |
|
|
|
- new makefile targets tag and release |
|
|
|
- new makefile targets tag and release |
|
|
|
* Wed May 19 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw) |
|
|
|
* Wed May 19 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw) |
|
|
|
- no more auto.cpp |
|
|
|
- no more auto.cpp |
|
|
|
* Tue May 18 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw) |
|
|
|
* Tue May 18 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.92 (mrw) |
|
|
|
- correct bfd detection on solaris |
|
|
|
- correct bfd detection on solaris |
|
|
|
- templated auto classes |
|
|
|
- templated auto classes |
|
|
|
- forgotten to install in 0.91: header arg.hpp and smartpointer.hpp |
|
|
|
- forgotten to install in 0.91: header arg.hpp and smartpointer.hpp |
|
|
|
* Tue Apr 27 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.91 (mrw) |
|
|
|
* Tue Apr 27 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.91 (mrw) |
|
|
|
- mrw/arg.hpp: Command line argument evaluation |
|
|
|
- mrw/arg.hpp: Command line argument evaluation |
|
|
|
- mrw/smartpointer.hpp: Smart pointer implementation |
|
|
|
- mrw/smartpointer.hpp: Smart pointer implementation |
|
|
|
- configure: Correction for Solaris |
|
|
|
- configure: Correction for Solaris |
|
|
|
* Fri Apr 24 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.90 (mrw) |
|
|
|
* Fri Apr 24 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.90 (mrw) |
|
|
|
- initial rpm with two spec files |
|
|
|
- initial rpm with two spec files |
|
|
|
- test cases for libmrwexcstderr and libmrwexclog4cxx |
|
|
|
- test cases for libmrwexcstderr and libmrwexclog4cxx |
|
|
|
* Thu Apr 23 2004 Marc Wäckerlin <marc@waeckerlin.org> - mrw-c++-0.11 (mrw) |
|
|
|
* Thu Apr 23 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-0.11 (mrw) |
|
|
|
- better support for solaris, but not yet tested |
|
|
|
- better support for solaris, but not yet tested |
|
|
|
- more and better documentation and a pdf file |
|
|
|
- more and better documentation and a pdf file |
|
|
|
- new submodule "Automated Unexpected Handler with Stack Trace" |
|
|
|
- new submodule "Automated Unexpected Handler with Stack Trace" |
|
|
|