Commit graph

11 commits

Author SHA1 Message Date
562f5682c6 update docs 2022-08-29 09:48:28 +02:00
e35d118cdb fix(macros) scope leaks
- Fix macro scope leak: included in scope guards.
- Move default options as static class members.
- Adds tests to build_all.sh
- Use vanilla std::filesystem
2022-08-29 09:09:23 +02:00
e1bac0e970 fix: prefix variables within macro to avoid scope problems. 2021-12-19 14:04:34 +01:00
c871336f6d feat: add the CLUTCHLOG_STRIP_CALLS macro
To configure the default number of levels removed from the calls stack depth computations.
2021-12-19 08:38:13 +01:00
26a5461cc4 update doc 2021-12-19 08:32:51 +01:00
ad8fc14cf5 fix build script to handle documentation correctly
- make doc target was disabled by default.
- update documentation.
2020-11-01 19:23:48 +01:00
81e3f6fd03 fix a typo in the doc 2020-10-18 17:45:11 +02:00
2936c0363b add macros to the doc 2020-10-18 17:20:14 +02:00
2a0b05f59f add table of content to the doc 2020-10-18 17:08:09 +02: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