Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-22 | Clean up log messages | David Robillard | 1 | -3/+3 | |
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 1 | -6/+3 | |
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 1 | -36/+2 | |
This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. | |||||
2022-07-20 | Clean up includes | David Robillard | 1 | -1/+1 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-05-11 | Add Cleared event for implementing refresh without a race | David Robillard | 1 | -0/+2 | |
2021-05-08 | Put events in a namespace and simplify their names | David Robillard | 1 | -8/+8 | |
2021-04-08 | Fix crash on client disconnection | David Robillard | 1 | -1/+1 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -103/+100 | |
2020-12-16 | Avoid use of boost::optional::has_value | David Robillard | 1 | -1/+1 | |
This fails to compile on CI, only with sanitizers for some reason. | |||||
2020-12-14 | Clean up includes | David Robillard | 1 | -5/+13 | |
2020-11-30 | Use raw string literals | David Robillard | 1 | -3/+3 | |
2020-11-29 | Use more reasonable class names | David Robillard | 1 | -3/+3 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -0/+4 | |
2020-11-29 | Fix GCC return type warnings | David Robillard | 1 | -0/+6 | |
It would be nice if compilers could agree on how to deal with this. | |||||
2020-11-29 | Replace attached and detached signals with events | David Robillard | 1 | -0/+21 | |
2020-11-28 | Print metadata about creation events | David Robillard | 1 | -2/+42 | |
2020-11-28 | Add utilities for printing events | David Robillard | 1 | -0/+82 | |