Commit graph

16 commits

Author SHA1 Message Date
735e7ffb4d refactor(doc): better CSS and layout 2023-01-20 12:39:15 +01:00
b8488a23bb bump to v0.11.1 2023-01-20 11:02:36 +01:00
5c68a0251f bump to v0.11 2023-01-18 22:44:26 +01:00
2d094b2637 bump to v0.10 2022-09-07 23:08:14 +02:00
1d2986ea0b bump to v0.9 2022-09-01 22:57:04 +02:00
35e4b67861 release v0.8
- Adds logo.
2022-08-29 13:03:46 +02:00
Jacob
739942bc37
Update CMakeLists.txt
Add compile defintions for filesystem header for older gcc versions
2021-07-20 21:35:17 +02:00
3175e2d87b 0.6 release: "a pulled back tress"
- new feature: generic wrapper to (de)clutch any function call
2020-11-01 19:28:54 +01:00
7e75e8fb13 use doxygen as github pages in docs/ 2020-10-18 17:01:56 +02:00
68f7b70f26 Add doxyfile documentation 2020-10-18 16:52:16 +02:00
3a4bdc0d57 fix: portability patch for OS other than Linux
- Test for sys headers and disable depth/name if not found
- Update the doc and bump to 0.3.
2020-09-19 18:20:07 +02:00
008aa7cf31 bump to version 0.2.0 2020-09-15 23:13:48 +02:00
243b22e4c1 feat: optimize out in Release builds
- fix: fastest scope matching,
- feat: try to allow the compiler to optimize out as many conditional statements as possible,
        which allow to use clutchlog for progress-only messages in Release mode.
- feat: build_all.sh test script,
- fix: typo in macro declarations in builds without clutchlog,
- update the README accordingly.
2020-09-15 23:12:19 +02:00
93402d0c4b feat: full featured dump 2020-09-04 10:32:06 +02:00
819a2ebf15 refactor msg formatting, add CLUTCHDUMP
- remove show_* methods.
2020-08-30 23:30:00 +02:00
e30a6b3e85 first import 2020-08-23 11:11:15 +02:00