Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-27 | Use "using" | David Robillard | 5 | -19/+17 | |
2020-11-27 | Use consistent naming convention for enum classes | David Robillard | 11 | -155/+155 | |
2020-11-27 | Use enum classes | David Robillard | 13 | -151/+222 | |
2020-11-27 | Use range-based for loop | David Robillard | 2 | -5/+3 | |
2020-11-27 | Always initialize variables | David Robillard | 7 | -35/+42 | |
2020-11-27 | Always use braces around statements | David Robillard | 8 | -53/+93 | |
2020-11-27 | Use auto where appropriate | David Robillard | 9 | -64/+59 | |
2020-11-27 | Fix redundant smart pointer get | David Robillard | 2 | -2/+1 | |
2020-11-27 | Fix static accessed through instance | David Robillard | 2 | -3/+2 | |
2020-11-27 | Use nullptr | David Robillard | 12 | -77/+78 | |
2020-11-27 | Clean up Queue special member functions | David Robillard | 1 | -1/+8 | |
2020-11-27 | Add trailing namespace comment | David Robillard | 1 | -1/+1 | |
2020-11-27 | Add lint target | David Robillard | 2 | -1/+127 | |
2020-11-27 | Fix warnings in Jack DBus driver | David Robillard | 3 | -10/+11 | |
2020-11-27 | Remove unused defines | David Robillard | 1 | -5/+2 | |
2020-11-27 | Clean up includes | David Robillard | 4 | -4/+8 | |
2020-11-27 | Clean up include guards | David Robillard | 3 | -9/+14 | |
2020-11-27 | Modernize binary_location() implementation | David Robillard | 1 | -5/+4 | |
On any reasonably modern system, realpath() does allocation so we can avoid using PATH_MAX here which has its own issues. | |||||
2020-11-27 | Fix long lines in wscript | David Robillard | 1 | -3/+11 | |
2020-11-27 | Suppress warnings | David Robillard | 1 | -0/+2 | |
2020-11-27 | Fix indentation | David Robillard | 3 | -4/+4 | |
2020-11-27 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-07-21 | Be explicit about warnings | David Robillard | 1 | -0/+58 | |
2020-07-21 | Remove useless casts | David Robillard | 1 | -3/+2 | |
2020-07-21 | Remove nonsense doc comment | David Robillard | 1 | -2/+0 | |
2020-07-21 | Fix function checks with strict warnings and Werror | David Robillard | 1 | -0/+7 | |
2020-07-21 | Set third-party packages as system dependencies to suppress warnings | David Robillard | 2 | -8/+25 | |
2020-04-09 | Patchage 1.0.2v1.0.2 | David Robillard | 2 | -3/+3 | |
2020-04-09 | Add gitignore file | David Robillard | 1 | -0/+4 | |
2020-04-09 | Add release variables for autoship | David Robillard | 1 | -12/+5 | |
2020-04-09 | Normalize NEWS file | David Robillard | 1 | -33/+33 | |
2020-04-09 | Upgrade to waf 2.0.19 | David Robillard | 3 | -4/+15 | |
2020-02-09 | Use range-based for loops in more places | David Robillard | 4 | -23/+18 | |
2020-02-09 | Format all code with clang-format | David Robillard | 24 | -912/+1356 | |
This configuration tries to get as close to the previous style as possible so the changes aren't too dramatic. It's still far from ideal and the code could use some adaptation, but this makes things much easier to work on. | |||||
2020-02-09 | Remove dead code | David Robillard | 1 | -38/+0 | |
2020-02-09 | Remove standard using declarations | David Robillard | 4 | -47/+40 | |
2020-02-09 | Remove unused using declarations | David Robillard | 3 | -8/+0 | |
2019-12-29 | Clean up includes | David Robillard | 23 | -141/+151 | |
2019-12-29 | Remove use of boost/utility.hpp | David Robillard | 2 | -4/+4 | |
2019-12-29 | Use std::shared_ptr | David Robillard | 6 | -11/+4 | |
2019-12-29 | Clean up wscript | David Robillard | 1 | -16/+24 | |
2019-12-09 | Fix autowaf submodule reference | David Robillard | 1 | -1/+1 | |
2019-11-11 | Move README to README.md | David Robillard | 1 | -1/+0 | |
2019-10-17 | Update autowaf | David Robillard | 2 | -28/+22 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -10/+10 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 186 | -41933/+4 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 47 | -442/+873 | |
2019-03-17 | Squashed 'waflib/' changes from 915dcb1..e7a29b6 | David Robillard | 46 | -438/+871 | |
e7a29b6 Upgrade to waf 2.0.15 8280f9d Add command for running executables from the build directory 8073c1a Make make_simple_dox() safe in case of exception 70d03b8 Avoid use of global counter hacks for configuration display b7d689a Rewrite test framework 94deadf Automatically add options and move add_flags() to options context f4259ee Reduce system include path noise 927b608 Automatically display configuration header c44b8f3 Set line justification from a constant in the wscript a48e26f Automatically detect if wscript has a test hook ef66724 Save runtime variables in the environment 63bcbcd Clean up TestContext b1d9505 Add ExecutionContext for setting runtime environment 387c1df Add show_diff() and test_file_equals() utilities 29d4d29 Fix in-tree library paths 9fde01f Add custom configuration context 6d3612f Add lib_path_name constant git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1 | |||||
2019-01-12 | Update autowaf | David Robillard | 1 | -15/+39 | |
2019-01-12 | Squashed 'waflib/' changes from 5ea8f99..915dcb1 | David Robillard | 1 | -15/+39 | |
915dcb1 Report test time correctly 26f0a2b Remove redundant verbose-tests option fc35c2c Fix MSVC CFLAGS git-subtree-dir: waflib git-subtree-split: 915dcb1778a592ef54a6b7e14fa8a6bd1ca3376c |