aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-18Clean up WIP bookbookDavid Robillard1-80/+50
2019-03-18Fix syntax highlightingDavid Robillard1-13/+13
2019-03-18Add initial WIP for more user friendly docsfundamental4-4/+834
See May 2018 lv2-devel discussion for some of the motivations for the different style of documentation.
2019-03-17Actually fix build on old GCCDavid Robillard1-5/+6
Probably.
2019-03-17Fix build on old GCCDavid Robillard1-2/+2
2019-03-17Add tests for forge overflow scenariosDavid Robillard2-3/+112
2019-03-17Factor out atom test utilitiesDavid Robillard2-41/+62
2019-03-17Fix online documentation generationDavid Robillard1-2/+4
2019-03-17Fix undocumented item inside Doxygen groupDavid Robillard2-1/+2
2019-03-17Update autowaf and adapt to new APIDavid Robillard54-478/+911
2019-03-17Squashed 'waflib/' changes from 6e726eb..e7a29b6David Robillard46-437/+904
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 915dcb1 Report test time correctly 26f0a2b Remove redundant verbose-tests option fc35c2c Fix MSVC CFLAGS 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 git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1
2019-03-17Fix misleading commentDavid Robillard1-1/+1
2019-02-03LV2 1.16.0v1.16.0David Robillard18-29/+45
2019-02-03Fix online documentation buildDavid Robillard1-1/+1
2019-02-03Fix news generationDavid Robillard1-1/+1
2019-02-03Fix duplicate news entries in documentationDavid Robillard1-5/+8
2019-01-19Fix backwards compatible lv2.h installation pathDavid Robillard1-3/+3
2019-01-10Add Gitlab CI configurationDavid Robillard1-0/+31
2019-01-10Fix reference documentation buildDavid Robillard2-2/+2
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard28-108/+118
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2019-01-10Remove workaround for ancient MSVCDavid Robillard12-28/+12
2019-01-10Fix xsd.ttl styleDavid Robillard1-35/+19
2018-10-28Add more information to xsd.ttlDavid Robillard1-22/+149
2018-10-28Re-serialise xsd.ttlDavid Robillard1-67/+75
Equivalent content, this is just to minimize the diff for the following commit.
2018-10-28Rework port restrictions so that presets can be validatedDavid Robillard4-13/+27
2018-10-28Fix whitespaceDavid Robillard1-5/+5
2018-10-28Remove overly restrictive domain from units:unitDavid Robillard2-2/+2
2018-10-28Relax range of opts:requiredOption and opts:supportedOptionDavid Robillard2-3/+11
2018-09-23Aggressively deprecate uri-map extensionDavid Robillard1-0/+8
2018-09-23Aggressively deprecate event extensionDavid Robillard2-0/+16
2018-09-23Factor out deprecation attribute and warning boilerplateDavid Robillard3-22/+67
2018-09-23Improve lint targetDavid Robillard1-2/+15
2018-09-23Fix various Python style issuesDavid Robillard4-45/+42
2018-09-23Remove unused importsDavid Robillard1-4/+0
2018-09-23Shrink code slightly by removing some if-else structureDavid Robillard3-18/+9
2018-09-23Add missing macro argument parenthesisDavid Robillard1-1/+1
2018-09-23Add missing bracesDavid Robillard1-5/+10
2018-09-23Remove redundant castsDavid Robillard1-10/+5
2018-09-23Clean up includesDavid Robillard13-12/+56
2018-09-22Install standard headers to simpler include pathsDavid Robillard124-342/+230
2018-09-22Include waf sources and fix build with Python 3.7David Robillard3-197/+43
2018-09-22Fix building documentation with Python 3.7David Robillard1-5/+4
2018-09-22Squashed 'waflib/' content from commit 6e726ebDavid Robillard182-0/+41465
git-subtree-dir: waflib git-subtree-split: 6e726eb11d3e21be410549d27dd1aa94678f3d09
2018-09-22Merge commit 'db4fa08d4da3cc840e6f97e6869a877f2b4c9474' as 'waflib'David Robillard182-0/+41465
2018-09-21Fix warnings in atom testsDavid Robillard1-9/+10
2018-06-09Fix documentation table underline problemDavid Robillard1-1/+1
How/why is beyond me...
2018-06-03Remove invalid statement from doap ontologyDavid Robillard1-1/+2
2018-06-03Fix pattern for xsd:double to make exponent optionalDavid Robillard1-1/+1
2018-05-27Fix incorrect pattern for xsd:byteDavid Robillard1-2/+0
2018-05-27Fix incorrect range of midi:chunkDavid Robillard3-3/+10