Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-15 | Fix mismatched malloc/free calls | David Robillard | 3 | -13/+23 | |
2019-04-14 | Remove support for OSX < 10.6 | David Robillard | 1 | -11/+1 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 26 | -49/+49 | |
2019-04-14 | Fix Windows cross-library malloc/free errors | David Robillard | 4 | -11/+17 | |
2019-04-14 | Fix Windows build | David Robillard | 2 | -2/+0 | |
2019-04-14 | Remove workaround for ancient MSVC | David Robillard | 1 | -4/+0 | |
2019-04-14 | Fix test bundle URI on Windows | David Robillard | 2 | -3/+10 | |
2019-04-14 | Remove redundant declaration of LILV_DEPRECATED | David Robillard | 1 | -6/+0 | |
2019-04-14 | Make test suite self-contained | David Robillard | 1 | -59/+36 | |
This sets up the test environment with a custom LV2_PATH so that the test suite does not depend on any system-installed LV2 resources. | |||||
2019-04-14 | Add option to override LV2_PATH in applications | David Robillard | 4 | -4/+23 | |
2019-04-14 | Add skeleton core.lv2 bundle for tests | David Robillard | 3 | -0/+47 | |
2019-04-14 | Zero-initialise world | David Robillard | 1 | -1/+1 | |
2019-03-31 | Fix building with --dyn-manifest in MSVC | Henna Haahti | 1 | -1/+1 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 47 | -462/+886 | |
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-03-10 | Store port values in state as atoms | David Robillard | 1 | -17/+18 | |
2019-01-13 | Update copyright dates | David Robillard | 41 | -45/+45 | |
2019-01-13 | Clean up includes | David Robillard | 46 | -145/+316 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2019-01-13 | Actually run C++ bindings test | David Robillard | 2 | -1/+6 | |
There is still no actual testing in the binary, but this at least ensures the bindings can be used at all. | |||||
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 | |||||
2019-01-12 | Update autowaf | 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 | |
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 | |