Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-10 | eg-sampler: Fix out of bounds sample read after loading new file | Filipe Coelho | 1 | -0/+4 | |
2021-02-22 | Fix typos in docstrings | Reuben Thomas | 7 | -11/+11 | |
2021-02-13 | Add missing LV2_CORE__enabled define | Alexandros Theodotou | 1 | -0/+1 | |
2021-01-07 | LV2 1.18.2v1.18.2 | David Robillard | 4 | -6/+11 | |
2021-01-07 | Update autowaf | David Robillard | 1 | -0/+0 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 30 | -32/+30 | |
2021-01-01 | Suppress clang-tidy C11 warnings | David Robillard | 1 | -0/+1 | |
2020-12-26 | Format all code with clang-format | David Robillard | 48 | -5237/+5122 | |
2020-12-26 | Make include guards surround all header contents | David Robillard | 28 | -143/+143 | |
For consistency, and because clang-tidy can't figure out if a define is an include guard unless it ends the file. | |||||
2020-12-26 | Add clang-format suppression comments | David Robillard | 34 | -0/+155 | |
2020-12-18 | eg-sampler: Send update to UI if gain parameter changes | Filipe Coelho | 2 | -8/+46 | |
2020-12-18 | eg-sampler: Save and restore gain parameter value | Filipe Coelho | 2 | -2/+37 | |
2020-12-18 | eg-sampler: Fix default gain value | Filipe Coelho | 1 | -1/+1 | |
The initial gain coefficient in the code is 1.0 (full volume). The parameter itself is in dB, though, so the matching external default value is zero. | |||||
2020-12-16 | Add assertions for atom buffer sizes | David Robillard | 2 | -0/+13 | |
This avoids warnings about potential null pointer dereferences, which is true, but in this case the buffer are static so it's really a programming error if there is ever an overrun. | |||||
2020-12-16 | Clean up includes | David Robillard | 12 | -9/+21 | |
2020-12-16 | Avoid clang-tidy warning about sizeof | David Robillard | 1 | -1/+1 | |
2020-12-16 | Fix implicit and narrowing conversions | David Robillard | 6 | -10/+10 | |
2020-12-16 | Isolate variable declarations and initialize all variables | David Robillard | 5 | -19/+20 | |
2020-12-16 | Simplify degenerate switches | David Robillard | 7 | -40/+7 | |
2020-12-16 | Remove unread variable | David Robillard | 1 | -8/+6 | |
2020-12-16 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+7 | |
2020-11-17 | Gracefully handle pending releases without dates | David Robillard | 1 | -8/+18 | |
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 | |