summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-13Update copyright datesDavid Robillard41-45/+45
2019-01-13Clean up includesDavid Robillard46-145/+316
2019-01-13Actually run C++ bindings testDavid Robillard2-1/+6
2019-01-12Update autowafDavid Robillard1-15/+39
2019-01-12Squashed 'waflib/' changes from 5ea8f99..915dcb1David Robillard1-15/+39
2019-01-11Use a clearer name for state directory and improve documentationDavid Robillard3-47/+50
2019-01-11Cleanup: Fix some long linesDavid Robillard1-7/+8
2019-01-11Fix order of parameter documentationDavid Robillard1-8/+8
2018-11-24Squashed 'waflib/' changes from 3e43d09..5ea8f99David Robillard1-25/+45
2018-11-24Merge commit '9f90cba127e9721b022e9c21e69bd9e4a46ecfe0'David Robillard1-25/+45
2018-09-16Squashed 'waflib/' changes from 982416b..3e43d09David Robillard1-4/+6
2018-09-16Merge commit '6fdda8c1f2ecd473683943a3519af9f2e570d7af'David Robillard1-4/+6
2018-09-16Clean up wscriptDavid Robillard1-32/+21
2018-09-16Add gitignore fileDavid Robillard1-0/+3
2018-09-16Fix lilv_state_delete() for state bundles with extra filesDavid Robillard1-11/+23
2018-09-16Ensure state directory member is always set to a pathDavid Robillard2-10/+16
2018-09-16Don't print errors when saving state if correct links already existDavid Robillard2-4/+11
2018-09-16Make handle parameter to lilv_path_exists constDavid Robillard3-7/+9
2018-09-15Fix building as C for WindowsRobin Gareus1-1/+4
2018-09-15Fix Windows and MinGW buildRobin Gareus1-1/+1
2018-09-15Don't build lv2apply and lv2bench with --no-utilsDavid Robillard1-8/+8
2018-09-15Fix creating directories across drives on WindowsDavid Robillard2-2/+18
2018-09-15Improve test suite error reportingDavid Robillard1-7/+10
2018-09-15Fix test suiteDavid Robillard1-1/+1
2018-09-15Switch to using bundled waf sourceDavid Robillard1-162/+9
2018-09-15Squashed 'waflib/' content from commit 982416bDavid Robillard182-0/+41453
2018-09-15Merge commit '8c96b17a5393bffee0c521c4872a9fa999048032' as 'waflib'David Robillard182-0/+41453
2018-09-04Fix GCC8 warningsDavid Robillard5-11/+20
2018-07-22Lilv 0.24.4v0.24.4David Robillard2-5/+5
2018-07-22Update to autowaf 6499d51 to fix strict build on MacDavid Robillard1-5/+5
2018-07-22Upgrade to waf 2.0.9 and autowaf a328983David Robillard1-7/+7
2018-07-22Add gitattributes fileDavid Robillard1-0/+1
2018-07-21lv2apply: Activate plugin before runningDavid Robillard2-1/+4
2018-07-10Fix saving state when broken links are encounteredDavid Robillard3-1/+13
2018-07-10Don't check for existence before attempting to create directoriesDavid Robillard1-7/+7
2018-07-10Fix Windows/MSVC buildDavid Robillard5-12/+21
2018-07-10Export symbol from missing descriptor pluginDavid Robillard1-0/+1
2018-07-10Handle NULL gracefully in lilv_realpathDavid Robillard1-0/+4
2018-07-10Fix use of clock_gettime on DarwinDavid Robillard1-2/+6
2018-07-09lv2apply: Use default values when they are not nangiuliomoro2-1/+2
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2018-01-16Upgrade to waf 2.0.4David Robillard1-6/+6
2017-12-29Use clang-tidy for lintingDavid Robillard1-1/+11
2017-12-29Fix inconsistent parameter namesDavid Robillard8-302/+304
2017-12-29Remove redundant typedefsDavid Robillard2-2/+0
2017-12-29Use safe string functionsDavid Robillard2-17/+13
2017-12-29Never attempt to create VLA with 0 lengthDavid Robillard1-1/+2
2017-12-29Fix potential memory leaksDavid Robillard3-1/+8
2017-12-29Remove dead codeDavid Robillard1-5/+0
2017-12-29Parenthesize macro argumentDavid Robillard1-1/+1