Age | Commit message (Expand) | Author | Files | Lines |
2019-01-12 | Update autowaf | David Robillard | 1 | -15/+39 |
2019-01-12 | Squashed 'waflib/' changes from 5ea8f99..915dcb1 | David Robillard | 1 | -15/+39 |
2019-01-11 | Use a clearer name for state directory and improve documentation | David Robillard | 3 | -47/+50 |
2019-01-11 | Cleanup: Fix some long lines | David Robillard | 1 | -7/+8 |
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 |
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 |
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 |
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 |
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 |