Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-27 | Replace broken links with detailed Ambisonic channel descriptions | David Robillard | 1 | -1/+1 | |
2019-04-27 | Flatten documentation to fix fragment links | David Robillard | 1 | -33/+32 | |
This removes all the extra bundle content from the documentation output and instead makes pages directly at the URI of specifications. This way, links to fragments in spec pages (which are often copy and pasted) are correct fragment identifiers like <http://lv2plug.in/ns/lv2core#Plugin> instead of <http://lv2plug.in/ns/lv2core/#Plugin>. | |||||
2019-04-27 | Only check links during build | David Robillard | 1 | -1/+2 | |
2019-04-22 | Run unit tests on Windows | David Robillard | 1 | -1/+2 | |
2019-04-22 | Fix running tests in a recursive project | David Robillard | 1 | -3/+2 | |
2019-04-21 | Don't add -Wconversion flag with MSVC | David Robillard | 1 | -1/+1 | |
2019-04-21 | Update autowaf | David Robillard | 1 | -2/+5 | |
2019-04-21 | Fix building within a recursive project | David Robillard | 1 | -11/+11 | |
2019-04-15 | Avoid globbing for bundled plugins | David Robillard | 1 | -3/+10 | |
2019-04-14 | Support building in a recursive project | David Robillard | 1 | -4/+6 | |
2019-03-24 | Add post-build phase to check for broken links in documentation | David Robillard | 1 | -4/+18 | |
2019-03-24 | Fix installation of local documentation | David Robillard | 1 | -5/+5 | |
2019-03-24 | Remove history from top level specifications page | David Robillard | 1 | -5/+1 | |
This is moving to the homepage, since it clutters up the documentation less, and can be syndicated that way. | |||||
2019-03-24 | Avoid redundant copy of Doxygen stylesheet | David Robillard | 1 | -6/+0 | |
2019-03-24 | Fix configuring with --online-docs but without --docs | David Robillard | 1 | -3/+3 | |
2019-03-17 | Add tests for forge overflow scenarios | David Robillard | 1 | -3/+3 | |
2019-03-17 | Fix online documentation generation | David Robillard | 1 | -2/+4 | |
2019-03-17 | Fix undocumented item inside Doxygen group | David Robillard | 1 | -1/+1 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -13/+7 | |
2019-02-03 | LV2 1.16.0v1.16.0 | David Robillard | 1 | -1/+1 | |
2019-02-03 | Fix online documentation build | David Robillard | 1 | -1/+1 | |
2019-02-03 | Fix news generation | David Robillard | 1 | -1/+1 | |
2019-02-03 | Fix duplicate news entries in documentation | David Robillard | 1 | -5/+8 | |
2019-01-19 | Fix backwards compatible lv2.h installation path | David Robillard | 1 | -3/+3 | |
2019-01-10 | Fix reference documentation build | David Robillard | 1 | -1/+1 | |
2018-10-28 | Rework port restrictions so that presets can be validated | David Robillard | 1 | -1/+1 | |
2018-09-23 | Improve lint target | David Robillard | 1 | -2/+15 | |
2018-09-23 | Fix various Python style issues | David Robillard | 1 | -11/+12 | |
2018-09-23 | Remove unused imports | David Robillard | 1 | -4/+0 | |
2018-09-22 | Install standard headers to simpler include paths | David Robillard | 1 | -83/+90 | |
2018-09-22 | Include waf sources and fix build with Python 3.7 | David Robillard | 1 | -33/+30 | |
2018-04-21 | Install lv2_util.h for use by third-party code | Timo Wischer | 1 | -4/+6 | |
2018-04-21 | Allow build date to be overridden for reproducible documentation | Bernhard M. Wiedemann | 1 | -1/+3 | |
See https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. | |||||
2018-01-05 | Upgrade to waf 2.0.4 | David Robillard | 1 | -7/+5 | |
2017-03-20 | Add patch:context property | David Robillard | 1 | -1/+1 | |
2017-02-08 | Add lv2_validate utility | David Robillard | 1 | -3/+11 | |
2016-10-19 | Add state:StateChanged for notification events | Robin Gareus | 1 | -1/+1 | |
2016-10-14 | Simplify command line use of lv2specgen | David Robillard | 1 | -4/+5 | |
2016-10-14 | Build book last to increase parallelism | David Robillard | 1 | -3/+4 | |
2016-10-04 | Add patch:accept property | David Robillard | 1 | -1/+1 | |
2016-09-29 | Call lv2specgen as a separate process | David Robillard | 1 | -146/+16 | |
This speeds up builds with documentation significantly by allowing lv2specgen.py to be called in parallel, and makes lv2specgen a more reusable tool for third-party specifications. | |||||
2016-09-19 | LV2 1.14.0v1.14.0 | David Robillard | 1 | -1/+1 | |
2016-09-05 | Fix bundle installation directory | David Robillard | 1 | -4/+4 | |
2016-09-05 | Fix test suite | David Robillard | 1 | -2/+2 | |
2016-08-10 | Add target to generate news posts for Pelican | David Robillard | 1 | -12/+40 | |
2016-08-08 | Generate NEWS for development tree | David Robillard | 1 | -2/+6 | |
2016-07-31 | Add lv2_features_data() and lv2_features_query() | David Robillard | 1 | -1/+1 | |
This adds a new header lv2/lv2plug.in/ns/lv2core/lv2_util.h for utility functions useful with core LV2. | |||||
2015-10-05 | Always copy headers if specified | David Robillard | 1 | -1/+1 | |
2015-10-04 | Clean up waf test output | David Robillard | 1 | -2/+2 | |
2015-10-04 | Add option to avoid the use of gcov | David Robillard | 1 | -1/+5 | |