summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18Remove redundant LILV_API declarationsDavid Robillard10-130/+130
There are specified in the declarations in the public API header, there is no need to duplicate them in the definitions.
2019-12-09Fix waflib submodule referenceDavid Robillard1-1/+1
2019-12-08Implement state:freePath featureDavid Robillard5-32/+85
2019-11-10Lilv 0.24.6v0.24.6David Robillard2-3/+3
2019-11-10Add __pycache__ to gitignoreDavid Robillard1-0/+1
2019-11-10Use a normal test context for Python testsDavid Robillard1-1/+1
2019-11-10Remove old release targetsDavid Robillard1-18/+0
2019-11-09Add example Python script to list plugin presetsChristopher Arndt2-1/+50
2019-11-09Make Python exceptions more informativeDavid Robillard1-4/+4
2019-11-09Fix pkg-config dependenciesDavid Robillard1-1/+1
2019-11-02Update autowafDavid Robillard2-0/+5
2019-11-02Normalise NEWS fileDavid Robillard1-111/+111
2019-10-23Fix Python tests on Python2David Robillard1-5/+15
2019-10-23Skip instance test if numpy is missingDavid Robillard1-1/+5
2019-10-23Fix Python bindings on WindowsDavid Robillard2-5/+13
2019-10-22Fix Python bindings on MacDavid Robillard1-1/+6
2019-10-21Show output of Python testsDavid Robillard1-1/+1
2019-10-21Don't depend on order in test expectationsDavid Robillard1-2/+2
2019-10-21Don't print UI URIs in unit testDavid Robillard1-2/+0
2019-10-21Fix Python memory leaksDavid Robillard1-2/+8
2019-10-21Fix memory error in Python World.unload_resource()David Robillard1-1/+3
This is pretty ridiculous behaviour on behalf of the GC, if you ask me.
2019-10-21Make Python bindings more PythonicDavid Robillard3-7/+44
2019-10-21Clean up Python bindingsDavid Robillard3-983/+898
2019-10-21Build Python bindings by defaultDavid Robillard1-3/+3
2019-10-21Put Python tests in their own group so they are visibleDavid Robillard1-1/+3
2019-10-21Fix memory errors and Python 3.4+ compatibility in Python bindingsDavid Robillard3-129/+192
2019-10-19Clean up Python test suiteDavid Robillard1-49/+154
2019-10-19Remove old Swig bindingsDavid Robillard2-1812/+0
2019-10-19Fix various issues with Python bindingsDavid Robillard2-27/+78
2019-10-17Fix deprecation warnings in C++ bindingsDavid Robillard1-0/+14
2019-10-17Fix Windows warningsDavid Robillard3-3/+8
2019-10-17Don't try to build lv2bench for WindowsDavid Robillard1-2/+4
2019-10-17Fix MSVC buildDavid Robillard1-0/+2
2019-10-17Update autowafDavid Robillard2-35/+30
2019-10-17Remove use of autowaf.defineDavid Robillard1-13/+11
2019-08-18Fix lilv_plugin_get_latency_port_index() for lv2:latency designationDavid Robillard1-2/+11
2019-06-21Refuse to store state properties with null keysDavid Robillard3-2/+16
2019-06-21Refuse to store duplicate properties when saving plugin stateDavid Robillard3-1/+18
2019-06-21Factor out state property searchingDavid Robillard1-5/+13
2019-06-07Update wafDavid Robillard3-3/+13
2019-06-05Update minimum serd versionDavid Robillard1-1/+1
2019-04-22Update documentationDavid Robillard7-191/+342
2019-04-22Update Doxygen fileDavid Robillard1-52/+119
2019-04-21Switch to using a submodule for autowafDavid Robillard185-41937/+3
2019-04-21Update autowafDavid Robillard1-61/+66
2019-04-21Squashed 'waflib/' changes from e7a29b6..4f98e1cDavid Robillard1-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-21Fix building in a recursive projectDavid Robillard2-26/+19
2019-04-15Fix plugin tests on WindowsDavid Robillard1-1/+2
2019-04-15Disable state unit tests on WindowsDavid Robillard2-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-15Fix lilv_mkdir_p when used with forward slashes on WindowsDavid Robillard1-2/+3