Prepared release.3.0.0
commitac42597f5c1614b52cd72e522d83e9b4b6b5b373
authorAndreas Waidler <arandes@programmers.at>
Fri, 12 Aug 2011 20:58:28 +0000 (12 22:58 +0200)
committerAndreas Waidler <arandes@programmers.at>
Sat, 13 Aug 2011 16:18:22 +0000 (13 18:18 +0200)
treeada6a916dce2d274e67978263ea0b09f1d0cc9ca
parent27ff5f97792f897371d09cbbe7b12ab161dd8a7c
Prepared release.

Work done primarily on doc and build system.
Fixed various glitches in build system.

* Library is now libsex instead of liblibsex.
* CMake is not required anymore per se.
* Improved doc.
* Doxygen support added.
* README/ABOUT added (incl. MarkDown support).
24 files changed:
CMakeLists.txt
CMakeModules/FindCPPUNIT.cmake
CMakeModules/FindMarkDown.cmake [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
doc/ABOUT.mdwn.in [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/Doxyfile.in [new file with mode: 0644]
source/CMakeLists.txt
source/Exception.cxx
source/Exception.hxx
source/config.hxx [deleted file]
source/declare.hxx
source/define.hxx
source/throw.hxx
source/utility.cxx
source/utility.hxx
source/utility.ixx
tests/CMakeLists.txt
tests/UsageExamples.cxx
tests/framework/ExampleException1.cxx [new file with mode: 0644]
tests/framework/ExampleException1.hxx [new file with mode: 0644]
tests/framework/ExampleException2.cxx [new file with mode: 0644]
tests/framework/ExampleException2.hxx [new file with mode: 0644]