Switched from autotools to CMake.
commit7e5407b0613d88ba967f54b21289fa0895386e9f
authorAndreas Waidler <arandes@programmers.at>
Fri, 5 Aug 2011 20:06:33 +0000 (5 22:06 +0200)
committerAndreas Waidler <arandes@programmers.at>
Fri, 5 Aug 2011 20:06:33 +0000 (5 22:06 +0200)
tree0e82b6be35e7c5e8ee8505330e1f8f5c23845660
parent4bc7e113ac1b6ab89a45009be90db013255085c4
Switched from autotools to CMake.

Introduced stricter compiler flags, adjusted code.
40 files changed:
.gitignore
CMakeLists.txt [new file with mode: 0644]
CMakeModules/FindCPPUNIT.cmake [new file with mode: 0644]
Doxyfile.in [deleted file]
Makefile.am [deleted file]
configure.ac [deleted file]
include/Makefile.am [deleted file]
include/libsex/Makefile.am [deleted file]
libsex.pc.in [deleted file]
m4/ax_compare_version.m4 [deleted file]
m4/libtool.m4 [deleted file]
m4/pkg.m4 [deleted file]
source/.libs/libsex.lai [new file with mode: 0644]
source/.libs/libsex.so.0 [new symlink]
source/.libs/libsex.so.0.0.0 [new file with mode: 0755]
source/CMakeLists.txt [new file with mode: 0644]
source/Exception.cxx [moved from src/Exception.cxx with 98% similarity]
source/Exception.hxx [moved from include/libsex/Exception.hxx with 99% similarity]
source/config.hxx [new file with mode: 0644]
source/declare.hxx [moved from include/libsex/declare.hxx with 91% similarity]
source/define.hxx [moved from include/libsex/define.hxx with 100% similarity]
source/throw.hxx [moved from include/libsex/throw.hxx with 96% similarity]
source/utility.cxx [moved from src/utility.cxx with 95% similarity]
source/utility.hxx [moved from include/libsex/utility.hxx with 96% similarity]
source/utility.ixx [moved from include/libsex/utility.ixx with 90% similarity]
src/Makefile.am [deleted file]
tests/.libs/lt-tests [new file with mode: 0755]
tests/.libs/tests [new file with mode: 0755]
tests/CMakeLists.txt [new file with mode: 0644]
tests/Makefile.am [deleted file]
tests/framework/CountingException.hxx
tests/framework/Makefile.am [deleted file]
tests/framework/MockException.hxx
tests/framework/UncloneableException.hxx
tests/main.cxx
tests/registry.cxx [moved from tests/testRegistry.cxx with 100% similarity]
tests/src/Makefile.am [deleted file]
tests/src/TestException.cxx
tests/src/TestUtility.cxx
tests/src/UsageExamples.cxx