No description
Find a file
2019-04-26 11:18:43 +02:00
test Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
.gitignore Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
Doxyfile Initial commit. 2019-03-28 16:38:50 +01:00
main.cpp Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
Makefile Added Template line profiler. Fixed documentation. 2019-04-26 10:55:39 +02:00
README.md Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
test_c_lib.c Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
test_c_lib.h Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
TestClass.cpp Initial commit. 2019-03-28 16:38:50 +01:00
TestClass.hpp Initial commit. 2019-03-28 16:38:50 +01:00
utils.hpp Changed int to int64_t in the profiler. Max time is now ~300 years. 2019-04-26 11:18:43 +02:00

CppQuickStart

"Empty" project for a quicker start writing something in c++.