Initial commit, version 0.1.0.0.1.0
commit5131bebf8f89a20e90834870e8e452656a42501c
authorAndreas Waidler <arandes@programmers.at>
Thu, 18 Aug 2011 08:14:58 +0000 (18 10:14 +0200)
committerAndreas Waidler <arandes@programmers.at>
Thu, 18 Aug 2011 08:14:58 +0000 (18 10:14 +0200)
tree8c3b5e2ce07de45bfe79df551c6ff50af408c8bb
Initial commit, version 0.1.0.
34 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CMakeModules/FindCPPUNIT.cmake [new file with mode: 0644]
CMakeModules/FindLIBSEX.cmake [new file with mode: 0644]
CMakeModules/FindMARKDOWN.cmake [new file with mode: 0644]
README [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]
libfsafe/AssertionFailure.cxx [new file with mode: 0644]
libfsafe/AssertionFailure.hxx [new file with mode: 0644]
libfsafe/CMakeLists.txt [new file with mode: 0644]
libfsafe/PostconditionViolation.cxx [new file with mode: 0644]
libfsafe/PostconditionViolation.hxx [new file with mode: 0644]
libfsafe/PreconditionViolation.cxx [new file with mode: 0644]
libfsafe/PreconditionViolation.hxx [new file with mode: 0644]
libfsafe/UnexpectedException.cxx [new file with mode: 0644]
libfsafe/UnexpectedException.hxx [new file with mode: 0644]
libfsafe/assert.hxx [new file with mode: 0644]
libfsafe/checkpoint.hxx [new file with mode: 0644]
libfsafe/mainpage.hxx [new file with mode: 0644]
tests/Assert.cxx [new file with mode: 0644]
tests/Assert.hxx [new file with mode: 0644]
tests/AssertPost.cxx [new file with mode: 0644]
tests/AssertPost.hxx [new file with mode: 0644]
tests/AssertPre.cxx [new file with mode: 0644]
tests/AssertPre.hxx [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/Checkpoint.cxx [new file with mode: 0644]
tests/Checkpoint.hxx [new file with mode: 0644]
tests/Example.cxx [new file with mode: 0644]
tests/Example.hxx [new file with mode: 0644]
tests/main.cxx [new file with mode: 0644]
tests/registry.cxx [new file with mode: 0644]