Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-11 | Fix order of parameter documentation | David Robillard | 1 | -8/+8 | |
2018-11-24 | Squashed 'waflib/' changes from 3e43d09..5ea8f99 | David Robillard | 1 | -25/+45 | |
5ea8f99 Improve test output spacing 0e23b29 Raise exception when test suite fails to ensure non-zero exit status d6de073 Show run time of unit tests 5b65554 Add short configure option for ultra-strict flags 4687ba6 Use gtest-like test output 258903d Fix failure count in test group summaries da07e73 Fix verbose tests with Python 3 6e726eb Add support for suppressing warnings from system libraries git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d | |||||
2018-11-24 | Merge commit '9f90cba127e9721b022e9c21e69bd9e4a46ecfe0' | David Robillard | 1 | -25/+45 | |
2018-09-16 | Squashed 'waflib/' changes from 982416b..3e43d09 | David Robillard | 1 | -4/+6 | |
3e43d09 Add short forms for common options 5db477c Automatically define version for child libraries git-subtree-dir: waflib git-subtree-split: 3e43d0965e29bbd7bf8aa1281930ffa75f401c99 | |||||
2018-09-16 | Merge commit '6fdda8c1f2ecd473683943a3519af9f2e570d7af' | David Robillard | 1 | -4/+6 | |
2018-09-16 | Clean up wscript | David Robillard | 1 | -32/+21 | |
2018-09-16 | Add gitignore file | David Robillard | 1 | -0/+3 | |
2018-09-16 | Fix lilv_state_delete() for state bundles with extra files | David Robillard | 1 | -11/+23 | |
2018-09-16 | Ensure state directory member is always set to a path | David Robillard | 2 | -10/+16 | |
2018-09-16 | Don't print errors when saving state if correct links already exist | David Robillard | 2 | -4/+11 | |
2018-09-16 | Make handle parameter to lilv_path_exists const | David Robillard | 3 | -7/+9 | |
2018-09-15 | Fix building as C for Windows | Robin Gareus | 1 | -1/+4 | |
2018-09-15 | Fix Windows and MinGW build | Robin Gareus | 1 | -1/+1 | |
2018-09-15 | Don't build lv2apply and lv2bench with --no-utils | David Robillard | 1 | -8/+8 | |
2018-09-15 | Fix creating directories across drives on Windows | David Robillard | 2 | -2/+18 | |
2018-09-15 | Improve test suite error reporting | David Robillard | 1 | -7/+10 | |
2018-09-15 | Fix test suite | David Robillard | 1 | -1/+1 | |
2018-09-15 | Switch to using bundled waf source | David Robillard | 1 | -162/+9 | |
2018-09-15 | Squashed 'waflib/' content from commit 982416b | David Robillard | 182 | -0/+41453 | |
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830 | |||||
2018-09-15 | Merge commit '8c96b17a5393bffee0c521c4872a9fa999048032' as 'waflib' | David Robillard | 182 | -0/+41453 | |
2018-09-04 | Fix GCC8 warnings | David Robillard | 5 | -11/+20 | |
2018-07-22 | Lilv 0.24.4v0.24.4 | David Robillard | 2 | -5/+5 | |
2018-07-22 | Update to autowaf 6499d51 to fix strict build on Mac | David Robillard | 1 | -5/+5 | |
2018-07-22 | Upgrade to waf 2.0.9 and autowaf a328983 | David Robillard | 1 | -7/+7 | |
2018-07-22 | Add gitattributes file | David Robillard | 1 | -0/+1 | |
2018-07-21 | lv2apply: Activate plugin before running | David Robillard | 2 | -1/+4 | |
2018-07-10 | Fix saving state when broken links are encountered | David Robillard | 3 | -1/+13 | |
2018-07-10 | Don't check for existence before attempting to create directories | David Robillard | 1 | -7/+7 | |
2018-07-10 | Fix Windows/MSVC build | David Robillard | 5 | -12/+21 | |
2018-07-10 | Export symbol from missing descriptor plugin | David Robillard | 1 | -0/+1 | |
Libraries with no symbols at all can cause problems with MSVC | |||||
2018-07-10 | Handle NULL gracefully in lilv_realpath | David Robillard | 1 | -0/+4 | |
2018-07-10 | Fix use of clock_gettime on Darwin | David Robillard | 1 | -2/+6 | |
2018-07-09 | lv2apply: Use default values when they are not nan | giuliomoro | 2 | -1/+2 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2018-01-16 | Upgrade to waf 2.0.4 | David Robillard | 1 | -6/+6 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+11 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 8 | -302/+304 | |
2017-12-29 | Remove redundant typedefs | David Robillard | 2 | -2/+0 | |
2017-12-29 | Use safe string functions | David Robillard | 2 | -17/+13 | |
2017-12-29 | Never attempt to create VLA with 0 length | David Robillard | 1 | -1/+2 | |
2017-12-29 | Fix potential memory leaks | David Robillard | 3 | -1/+8 | |
2017-12-29 | Remove dead code | David Robillard | 1 | -5/+0 | |
2017-12-29 | Parenthesize macro argument | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove pointless casts | David Robillard | 4 | -6/+6 | |
2017-12-29 | Use braces everywhere | David Robillard | 11 | -71/+132 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 2 | -38/+38 | |
2017-12-18 | Update waf | David Robillard | 1 | -5/+5 | |
2017-12-16 | Compile check C++ API | David Robillard | 3 | -0/+41 | |
2017-12-16 | Use mkstemp instead of tmpnam | David Robillard | 1 | -13/+9 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -13/+14 | |