Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-03 | Remove -Wno-implicit-int-float-conversion | David Robillard | 1 | -1/+0 | |
This is only supported in very recent clang, and does not suppress anything that the other flags don't already suppress. | |||||
2020-07-16 | Be explicit about warnings | David Robillard | 1 | -2/+73 | |
2020-05-22 | eg-sampler: Fix size of note-on atom sent from UI | David Robillard | 1 | -1/+1 | |
2020-04-26 | Fix links in online documentation index | David Robillard | 1 | -0/+1 | |
2020-04-26 | Fix distcheck targetv1.18.0 | David Robillard | 1 | -1/+4 | |
2020-04-26 | LV2 1.18.0 | David Robillard | 1 | -1/+1 | |
2020-04-26 | Fix top level news generation for core specification | David Robillard | 1 | -2/+8 | |
2020-04-26 | Add tests for specification manifests | David Robillard | 1 | -0/+27 | |
2020-04-26 | Add title variable for news posts | David Robillard | 1 | -0/+1 | |
2020-04-26 | Add C++ header compile test | David Robillard | 1 | -6/+24 | |
2020-04-26 | Update autowaf | David Robillard | 1 | -2/+2 | |
2020-04-11 | Disable Turtle syntax test on Windows | David Robillard | 1 | -1/+1 | |
This causes problems because tempfile.NamedTemporaryFile is not reopenable by name on Windows, but doesn't really need to run there anyway since this test just ensures that the syntax in the repository is normalized and it only needs to run once. | |||||
2020-04-10 | Add more specific property types | David Robillard | 1 | -0/+9 | |
2020-04-10 | Add test that documentation is properly formatted Markdown | David Robillard | 1 | -0/+10 | |
The leading and trailing blank line requirement is just to ease editing and maintenance, for example so that naive tools can wrap paragraphs. | |||||
2020-04-10 | Add tests for vocabulary integrity | David Robillard | 1 | -12/+46 | |
2020-03-28 | Add missing labels and a test to prevent this in the future | David Robillard | 1 | -0/+30 | |
2020-03-17 | Add a UI feature to request a parameter value from the host | David Robillard | 1 | -1/+1 | |
2020-03-07 | Fix building documentation as a subproject | David Robillard | 1 | -2/+2 | |
2020-02-16 | Update autowaf | David Robillard | 1 | -49/+61 | |
2020-02-16 | Add test that all data files are normalised and valid | David Robillard | 1 | -0/+24 | |
2020-02-16 | Separate developers from project metadata | David Robillard | 1 | -3/+6 | |
2020-02-16 | Remove dead code | David Robillard | 1 | -19/+0 | |
2019-12-07 | Add state:freePath feature | David Robillard | 1 | -1/+1 | |
2019-11-10 | Simplify plugin building and set up source tree run environment | David Robillard | 1 | -0/+5 | |
This sets up LV2_PATH in waf tests so that tests can use specifications and plugins from the source tree without installing. | |||||
2019-10-17 | Don't link against librt on Windows or Darwin | David Robillard | 1 | -1/+3 | |
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 | |