Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-21 | Don't print UI URIs in unit test | David Robillard | 1 | -2/+0 | |
2019-10-21 | Fix Python memory leaks | David Robillard | 1 | -2/+8 | |
2019-10-21 | Fix memory error in Python World.unload_resource() | David Robillard | 1 | -1/+3 | |
This is pretty ridiculous behaviour on behalf of the GC, if you ask me. | |||||
2019-10-21 | Make Python bindings more Pythonic | David Robillard | 3 | -7/+44 | |
2019-10-21 | Clean up Python bindings | David Robillard | 3 | -983/+898 | |
2019-10-21 | Build Python bindings by default | David Robillard | 1 | -3/+3 | |
2019-10-21 | Put Python tests in their own group so they are visible | David Robillard | 1 | -1/+3 | |
2019-10-21 | Fix memory errors and Python 3.4+ compatibility in Python bindings | David Robillard | 3 | -129/+192 | |
2019-10-19 | Clean up Python test suite | David Robillard | 1 | -49/+154 | |
2019-10-19 | Remove old Swig bindings | David Robillard | 2 | -1812/+0 | |
2019-10-19 | Fix various issues with Python bindings | David Robillard | 2 | -27/+78 | |
2019-10-17 | Fix deprecation warnings in C++ bindings | David Robillard | 1 | -0/+14 | |
2019-10-17 | Fix Windows warnings | David Robillard | 3 | -3/+8 | |
2019-10-17 | Don't try to build lv2bench for Windows | David Robillard | 1 | -2/+4 | |
2019-10-17 | Fix MSVC build | David Robillard | 1 | -0/+2 | |
2019-10-17 | Update autowaf | David Robillard | 2 | -35/+30 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -13/+11 | |
2019-08-18 | Fix lilv_plugin_get_latency_port_index() for lv2:latency designation | David Robillard | 1 | -2/+11 | |
2019-06-21 | Refuse to store state properties with null keys | David Robillard | 3 | -2/+16 | |
2019-06-21 | Refuse to store duplicate properties when saving plugin state | David Robillard | 3 | -1/+18 | |
2019-06-21 | Factor out state property searching | David Robillard | 1 | -5/+13 | |
2019-06-07 | Update waf | David Robillard | 3 | -3/+13 | |
2019-06-05 | Update minimum serd version | David Robillard | 1 | -1/+1 | |
2019-04-22 | Update documentation | David Robillard | 7 | -191/+342 | |
2019-04-22 | Update Doxygen file | David Robillard | 1 | -52/+119 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 185 | -41937/+3 | |
2019-04-21 | Update autowaf | David Robillard | 1 | -61/+66 | |
2019-04-21 | Squashed 'waflib/' changes from e7a29b6..4f98e1c | David Robillard | 1 | -61/+66 | |
4f98e1c Remove recursion hacks 27c5c93 Remove use_lib() b074a1e Support building against local header-only libraries 27a69a7 Add option to filter tests by regular expression ac29b74 Fix configuring with root prefix 6134be6 Print test coverage summary 6d7dd59 Don't attempt to clear coverage when coverage is disabled cddbcb5 Pass file comparison test if difflib finds no changes 6e4e92b Seek to end before checking the size of stderr output git-subtree-dir: waflib git-subtree-split: 4f98e1c2bed7beacf4d303e51f994fb932952f95 | |||||
2019-04-21 | Fix building in a recursive project | David Robillard | 2 | -26/+19 | |
2019-04-15 | Fix plugin tests on Windows | David Robillard | 1 | -1/+2 | |
2019-04-15 | Disable state unit tests on Windows | David Robillard | 2 | -1/+7 | |
Unfortunately state with files does not currently work correctly on Windows. Disabling the tests there for now until this is fixed. | |||||
2019-04-15 | Fix lilv_mkdir_p when used with forward slashes on Windows | David Robillard | 1 | -2/+3 | |
2019-04-15 | Use putenv instead of setenv in unit tests on Windows | David Robillard | 1 | -11/+26 | |
This makes things work on Windows, because only putenv changes the environment of the current process. | |||||
2019-04-15 | Remove non-ASCII text from source code | David Robillard | 1 | -5/+5 | |
This causes issues on Windows. | |||||
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 | |