David Robillard
af06d7049b
Suppress new clang-tidy warnings
2 years ago
David Robillard
bd93d6d700
Gracefully handle pending releases without dates
3 years ago
David Robillard
3e7abdc3da
Clean up Doxygen index
3 years ago
David Robillard
5a9d1dbbdd
Clean up and minify SVG logos
3 years ago
David Robillard
885e5244f1
Add logos to repository
3 years ago
David Robillard
f207706a7c
Fix HTML character entities in documentation
...
Not all of these actually show up in the output, but it's unnecessary to use
these in Markdown anyway.
3 years ago
David Robillard
9e46d4a832
Don't use else after return
3 years ago
David Robillard
9b9ca021d6
Initialize all variables
3 years ago
David Robillard
1e936e4556
Fix narrowing conversions
3 years ago
David Robillard
de095162e5
Fix leaked va_lists
3 years ago
David Robillard
4d4222c583
Strengthen lint target
3 years ago
David Robillard
7550f8ed8e
Clean up includes
3 years ago
David Robillard
98c4011b51
Clean up wscript
3 years ago
David Robillard
2bc00124c9
Remove deprecated Doxygen configuration keys
3 years ago
David Robillard
32b070864f
Update autowaf
3 years ago
David Robillard
d9c73949d0
Update autowaf
3 years ago
David Robillard
6d62293ef2
Suppress MSVC warning 4711
3 years ago
David Robillard
9a8461570a
Suppress Wsuggest-attribute=malloc
...
This one triggers on CI but not for me locally for some reason.
3 years ago
David Robillard
81c57be7d9
Suppress more GCC warnings in ultra-strict mode
...
These ones show up in release builds.
3 years ago
David Robillard
4b88d6196e
Update autowaf
3 years ago
David Robillard
3e19fb1cc4
Fix reference to the wrong function in documentation
3 years ago
David Robillard
16b0529636
Fix typo in documentation
3 years ago
Jean Pierre Cimalando
7d5cd92aa5
Fix a mistake in the doc comments
3 years ago
David Robillard
917a6a2dcb
Remove -Wno-implicit-int-float-conversion
...
This is only supported in very recent clang, and does not suppress anything
that the other flags don't already suppress.
3 years ago
Atsushi Eno
c6ff21f91a
Add missing define for bufsz:coarseBlockLength
3 years ago
David Robillard
001234daeb
Revert "Use LV2_ATOM_BODY macros in examples instead of pointer arithmetic"
...
This reverts commit 3aad5eb1b0
, which broke the
example plugins.
3 years ago
David Robillard
6b4cee5bc2
Fix CI configuration
3 years ago
David Robillard
f300f657c5
Only upload pages for master
3 years ago
David Robillard
11240bf031
Modernize compiler checks in attributes.h
...
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.
3 years ago
David Robillard
415d38d905
Use ultra-strict warnings and Werror on CI
3 years ago
David Robillard
27edfd9da6
Fix unused variable warning in release builds
3 years ago
David Robillard
0bd60f130f
Be explicit about warnings
3 years ago
David Robillard
5a0ddd58f7
Fix incorrect printf format specifiers
3 years ago
David Robillard
2f7ffa585f
Add missing static specifiers
3 years ago
David Robillard
8e651d28ae
Fix state:StateChanged URI in metadata and documentation
...
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.
3 years ago
David Robillard
7fb5846d75
eg-sampler: Fix size of note-on atom sent from UI
3 years ago
David Robillard
bf6b846879
Fix specification directory index
3 years ago
David Robillard
0976ea4ea5
Fix links in online documentation index
3 years ago
David Robillard
3ce35fb6fa
Fix htaccess files
3 years ago
David Robillard
5f40c5c421
Fix distcheck target
3 years ago
David Robillard
5003cb2bde
Fix version of core specification
...
The previous commit was a mistake, this is actually LV2 1.18.0.
3 years ago
David Robillard
29192705a4
LV2 1.18.0
3 years ago
David Robillard
4accfb9070
Fix top level news generation for core specification
3 years ago
David Robillard
3f6602ff55
Add tests for specification manifests
3 years ago
David Robillard
bd6a2fd6a7
Add title variable for news posts
3 years ago
David Robillard
de167f03a3
Add Doxygen layout file to move detailed description to the top
3 years ago
David Robillard
d7b24c9e90
Ignore top-level generated NEWS file
3 years ago
David Robillard
9bb8789951
Add C++ header compile test
3 years ago
David Robillard
08cac9453a
Update autowaf
3 years ago
David Robillard
c0773f8681
Disable Turtle syntax test on Windows
...
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.
3 years ago