Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
46 hours | Remove unused "tools" configuration option | David Robillard | 3 | -9/+2 | |
2024-10-11 | Remove redundant default values for meson options | David Robillard | 1 | -6/+6 | |
2024-07-18 | Fix library current_version on MacOS | David Robillard | 2 | -1/+3 | |
2024-07-18 | Enable clang-tidy check for uppercase integer literal suffixes | David Robillard | 1 | -1/+5 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 2 | -1/+8 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -0/+1 | |
2024-06-04 | Avoid use of "#if 0" as a supercomment | David Robillard | 1 | -2/+2 | |
Mainly because clang-tidy complains about it. | |||||
2024-06-04 | Avoid std::endl | David Robillard | 1 | -2/+2 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 2 | -31/+45 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -0/+1 | |
2023-09-22 | Avoid const members | David Robillard | 2 | -2/+2 | |
2023-09-21 | Fix new warnings with clang 16 | David Robillard | 1 | -0/+2 | |
2023-05-02 | Replace strict option with new meson warning level | David Robillard | 4 | -271/+72 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 2 | -36/+39 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 2 | -33/+16 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 5 | -5/+5 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-08-22 | Update installation instructions for meson | David Robillard | 1 | -39/+56 | |
2022-08-22 | Update INSTALL.md for meson | David Robillard | 3 | -1/+7 | |
2022-08-13 | Ganv 1.8.2v1.8.2 | David Robillard | 2 | -3/+3 | |
2022-08-13 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -5/+5 | |
2022-08-13 | Fix unused parameter warnings when graphviz is disabled | David Robillard | 1 | -0/+5 | |
2022-08-13 | Move public headers to conventional include directory | David Robillard | 25 | -25/+25 | |
2022-08-13 | Switch to meson build system | David Robillard | 12 | -344/+668 | |
2022-07-20 | Fix graphviz includes | David Robillard | 1 | -1/+1 | |
2022-07-20 | Suppress new warnings in clang-tidy 14 | David Robillard | 1 | -1/+8 | |
2022-07-20 | Remove unused include | David Robillard | 1 | -1/+0 | |
2022-07-20 | Add missing documentation | David Robillard | 1 | -4/+12 | |
2021-01-07 | Ganv 1.8.0v1.8.0 | David Robillard | 2 | -3/+3 | |
2021-01-07 | Update autowaf | David Robillard | 1 | -0/+0 | |
2021-01-02 | Suppress clang-tidy C11 warnings | David Robillard | 1 | -0/+1 | |
2020-12-17 | Clean up includes | David Robillard | 1 | -0/+7 | |
2020-12-17 | Fix unused parameter warnings | David Robillard | 1 | -0/+9 | |
2020-12-15 | Suppress warning in header | David Robillard | 1 | -1/+1 | |
2020-12-15 | Use brace initialization of return values | David Robillard | 1 | -6/+6 | |
2020-12-15 | Clean up special member functions | David Robillard | 4 | -3/+16 | |
2020-12-15 | Use explicit conversions | David Robillard | 5 | -6/+4 | |
2020-12-15 | Use "using" | David Robillard | 3 | -12/+11 | |
2020-12-15 | Initialize all variables | David Robillard | 15 | -151/+217 | |
2020-12-15 | Use correct include for GdkEvent | David Robillard | 3 | -1/+9 | |
2020-12-15 | Suppress include warnings in headers when used in other projects | David Robillard | 10 | -1/+27 | |
2020-12-15 | Add clang-tidy configuration | David Robillard | 1 | -0/+76 | |
2020-12-15 | Clean up includes | David Robillard | 40 | -199/+422 | |
2020-12-15 | Avoid "else" after "return" | David Robillard | 1 | -6/+3 | |
2020-11-29 | Use modern noncopyable pattern | David Robillard | 3 | -5/+15 | |
2020-11-29 | Fix Wunused-parameter warnings | David Robillard | 16 | -22/+70 | |
2020-11-29 | Fix Wsuggest-override warnings | David Robillard | 4 | -6/+10 | |
2020-11-27 | Fix compilation on MacOS | David Robillard | 1 | -0/+1 | |
Apparently libsigc++ requires explicitly using C++11 here. | |||||
2020-11-11 | Suppress documentation warnings | David Robillard | 1 | -0/+1 | |
2020-08-03 | Remove -Wno-implicit-int-float-conversion | David Robillard | 1 | -1/+0 | |
This is only supported in very recent clang, and does not suppress anything that the other flags don't already suppress. | |||||
2020-08-02 | Remove circular include | David Robillard | 1 | -1/+0 | |