Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-17 | Clean up Doxygen index | David Robillard | 25 | -41/+73 | |
2020-11-06 | Clean up and minify SVG logos | David Robillard | 6 | -692/+88 | |
2020-10-16 | Add logos to repository | David Robillard | 8 | -0/+1278 | |
2020-10-16 | Fix HTML character entities in documentation | David Robillard | 9 | -36/+34 | |
Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway. | |||||
2020-09-27 | Don't use else after return | David Robillard | 4 | -8/+18 | |
2020-09-27 | Initialize all variables | David Robillard | 2 | -2/+1 | |
2020-09-27 | Fix narrowing conversions | David Robillard | 2 | -12/+11 | |
2020-09-27 | Fix leaked va_lists | David Robillard | 3 | -1/+8 | |
2020-09-27 | Strengthen lint target | David Robillard | 2 | -13/+67 | |
2020-09-27 | Clean up includes | David Robillard | 3 | -2/+4 | |
2020-09-27 | Clean up wscript | David Robillard | 1 | -50/+73 | |
2020-09-27 | Remove deprecated Doxygen configuration keys | David Robillard | 1 | -7/+1 | |
2020-09-26 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-09-26 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-09-26 | Suppress MSVC warning 4711 | David Robillard | 1 | -0/+1 | |
2020-09-26 | Suppress Wsuggest-attribute=malloc | David Robillard | 1 | -0/+1 | |
This one triggers on CI but not for me locally for some reason. | |||||
2020-09-26 | Suppress more GCC warnings in ultra-strict mode | David Robillard | 1 | -0/+2 | |
These ones show up in release builds. | |||||
2020-09-26 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-09-13 | Fix reference to the wrong function in documentation | David Robillard | 1 | -1/+1 | |
2020-09-12 | Fix typo in documentation | David Robillard | 1 | -1/+1 | |
2020-09-11 | Fix a mistake in the doc comments | Jean Pierre Cimalando | 1 | -1/+1 | |
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-25 | Add missing define for bufsz:coarseBlockLength | Atsushi Eno | 1 | -0/+1 | |
2020-07-25 | Revert "Use LV2_ATOM_BODY macros in examples instead of pointer arithmetic" | David Robillard | 3 | -3/+3 | |
This reverts commit 3aad5eb1b08ed5c27e60aa36021c4a85ce90c08f, which broke the example plugins. | |||||
2020-07-18 | Fix CI configuration | David Robillard | 1 | -6/+1 | |
2020-07-16 | Only upload pages for master | David Robillard | 1 | -0/+2 | |
2020-07-16 | Modernize compiler checks in attributes.h | David Robillard | 1 | -3/+3 | |
These caused warnings in compilers where __GNUC__ is not defined. That could be fixed, but it makes things quite ugly, these versions are quite old at this point, and these features are just for developers. So, instead, simply check the major version instead of the specific minor version to keep things terse. | |||||
2020-07-16 | Use ultra-strict warnings and Werror on CI | David Robillard | 1 | -10/+10 | |
2020-07-16 | Fix unused variable warning in release builds | David Robillard | 1 | -0/+4 | |
2020-07-16 | Be explicit about warnings | David Robillard | 2 | -2/+73 | |
2020-07-15 | Fix incorrect printf format specifiers | David Robillard | 4 | -12/+15 | |
2020-07-15 | Add missing static specifiers | David Robillard | 1 | -2/+2 | |
2020-06-19 | Fix state:StateChanged URI in metadata and documentation | David Robillard | 3 | -4/+12 | |
This was a mistake, and it's arguable which URI was correct before. It was supposed to be "StateChanged" since the name of URIs should stand alone (ignoring the conventional prefix, even though this has been screwed up in several places in the past). Normally, the specification in Turtle is considered canonical for URIs, but in this case, the URI defined in the corresponding header used "StateChanged" (both in name and value), as did all the news. Really everything except the subject in the metadata. So, consider this a documentation bug, and fix the URI in the spec/documentation to match the implemented one. | |||||
2020-05-22 | eg-sampler: Fix size of note-on atom sent from UI | David Robillard | 2 | -2/+2 | |
2020-04-26 | Fix specification directory index | David Robillard | 1 | -2/+3 | |
2020-04-26 | Fix links in online documentation index | David Robillard | 2 | -4/+15 | |
2020-04-26 | Fix htaccess files | David Robillard | 1 | -3/+3 | |
2020-04-26 | Fix distcheck targetv1.18.0 | David Robillard | 1 | -1/+4 | |
2020-04-26 | Fix version of core specification | David Robillard | 1 | -1/+1 | |
The previous commit was a mistake, this is actually LV2 1.18.0. | |||||
2020-04-26 | LV2 1.18.0 | David Robillard | 12 | -19/+27 | |
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 Doxygen layout file to move detailed description to the top | David Robillard | 2 | -1/+227 | |
2020-04-26 | Ignore top-level generated NEWS file | 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 | 2 | -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 | lv2specgen: Fix various flake8 issues | David Robillard | 1 | -32/+39 | |
2020-04-10 | lv2specgen: Format code with black | David Robillard | 1 | -346/+567 | |