- 13 Feb, 2020 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 08 Feb, 2020 2 commits
-
-
Dominik Charousset authored
Remove extra semicolon to quiet -Wpedantic
-
Dominik Charousset authored
Add vcpkg installation instructions
-
- 07 Feb, 2020 3 commits
-
-
Jeremy Stashluk authored
-
PhoebeHui authored
-
Dominik Charousset authored
Avoid producing unexpected log files
-
- 04 Feb, 2020 2 commits
-
-
Dominik Charousset authored
Add missing operator== for exit_msg
-
Dominik Charousset authored
-
- 03 Feb, 2020 1 commit
-
-
Dominik Charousset authored
Add typed view types for messages
-
- 01 Feb, 2020 2 commits
-
-
Dominik Charousset authored
profiled_coordinator.hpp: fix syntax error
-
Fabrice Fontaine authored
Fix af299e7e by adding missing ; Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 31 Jan, 2020 2 commits
-
-
Dominik Charousset authored
profiled_coordinator.hpp: check for RUSAGE_THREAD
-
Fabrice Fontaine authored
RUSAGE_THREAD is not defined on uclibc, so use RUSAGE_SELF if RUSAGE_THREAD is undefined Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 30 Jan, 2020 1 commit
-
-
Dominik Charousset authored
-
- 29 Jan, 2020 2 commits
-
-
Dominik Charousset authored
Add scaffold for new type_id API
-
Dominik Charousset authored
-
- 27 Jan, 2020 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
Replace custom atom type with tag types
-
- 25 Jan, 2020 4 commits
-
-
Joseph Noir authored
Fix tables, lists, and nested commands in manual
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 24 Jan, 2020 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 23 Jan, 2020 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Add to_strings for enum back to the repository (Part 2)
-
- 22 Jan, 2020 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Using a code generator that requires compiling a C++ tool breaks when crosscompiling CAF. It can also interact badly with projects that include CAF as a submodule. As a compromise between easy consumption / integration of CAF and maintainability of the `to_string` implementations, this set of changes adds two new targets to CMake: - `check-consistency` runs the code generator and checks whether all files in the repository are still up-to-date. We can run this target automatically in our CI to fail builds that introduce inconsistencies. - `update-enum-strings` runs the code generator to replace the files in the source tree. This is meant for CAF developers to update `.cpp` files after changing enum headers. Both new targets are excluded from `ALL` in CMake and thus do not run automatically.
-