Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | Suppress new warnings in clang-tidy 15 | David Robillard | 1 | -0/+1 | |
2023-01-04 | Clean up licensing metadata | David Robillard | 1 | -0/+3 | |
2022-10-07 | Use uppercase integer literal suffixes | David Robillard | 1 | -1/+5 | |
2022-10-07 | Simplify clang-tidy configuration | David Robillard | 1 | -0/+11 | |
2022-06-28 | Simplify clang-tidy configuration | David Robillard | 1 | -4/+0 | |
2020-10-21 | Use separate clang-tidy configurations in different directories | David Robillard | 1 | -18/+1 | |
This allows more fine-grained control. In particular, it prevents mistaked from creeping in to the public headers or core implementation because of warnings that are disabled for the tests and examples. This keeps the code that is used in other projects as clean as possible. | |||||
2020-09-19 | Fix clang-tidy warnings | David Robillard | 1 | -2/+0 | |
2020-04-03 | Rewrite C++ bindings | David Robillard | 1 | -2/+9 | |
2020-03-16 | Cleanup: Remove unused include | David Robillard | 1 | -0/+1 | |
2020-03-15 | Unify event loop functions as puglUpdate() | David Robillard | 1 | -0/+1 | |
The previous separation between polling and dispatching was a lie, especially on MacOS where it is impossible to only poll for events without dispatching anything. Providing such an API is misleading, and problematic in various other ways. So, merge them into a single puglUpdate() function which can do the right thing on all platforms. This also adds the behaviour of actually processing all events in the given time interval, which is almost always what clients actually want to do when using a positive timeout (naively doing this before caused terrible input lag). | |||||
2020-03-01 | Disable android-cloexec-fopen clang-tidy warning | David Robillard | 1 | -0/+1 | |
2019-11-18 | Ignore clang-tidy warnings in system headers | David Robillard | 1 | -1/+1 | |
2019-11-09 | Add clang-tidy file and update lint target | David Robillard | 1 | -0/+13 | |