index
:
lv2.git
atom-cpp
book
c++
main
static-urids
ui-request-parameter
validation
LV2
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-06
Add missing const qualifiers
David Robillard
6
-19
/
+19
2024-10-06
Fix code formatting
David Robillard
3
-3
/
+3
2024-07-16
Avoid narrowing casts through void
David Robillard
1
-1
/
+1
2024-07-16
Suppress new warnings in clang and clang-tidy 18
David Robillard
1
-0
/
+1
2024-07-11
Fix spelling in documentation
David Robillard
1
-1
/
+1
2023-09-23
Format meson.build files with muon
David Robillard
8
-23
/
+31
2023-09-22
Suppress new warnings in clang-tidy 16
David Robillard
1
-1
/
+2
2023-02-04
Fix clang and clang-tidy warnings in Windows
David Robillard
2
-2
/
+1
2023-02-03
Suppress new warnings in clang-tidy 15
David Robillard
1
-0
/
+2
2022-12-11
Clean up include guards
David Robillard
2
-1
/
+2
2022-12-11
Simplify clang-tidy configuration
David Robillard
1
-4
/
+0
2022-12-11
Test headers for warnings more strictly
David Robillard
1
-12
/
+1
2022-09-09
Use uppercase integer literal suffixes
David Robillard
3
-4
/
+8
2022-09-09
Clean up clang-tidy configuration
David Robillard
1
-0
/
+22
2022-09-08
Suppress Wbad-function-cast everywhere
David Robillard
1
-6
/
+1
2022-09-08
Suppress Wbad-function-cast warnings on FreeBSD
David Robillard
2
-6
/
+11
2022-09-08
Use 0BSD for trivial "public domain intent" things
David Robillard
8
-8
/
+8
2022-09-08
Adopt REUSE machine-readable licensing standard
David Robillard
15
-238
/
+34
2022-09-08
Suppress Wstrict-overflow warnings on Fedora
David Robillard
1
-1
/
+6
2022-08-31
Fix missing example plugin UI binaries
David Robillard
2
-0
/
+38
2022-08-08
eg-sampler: Add resampling via libsamplerate
falkTX
2
-7
/
+50
2022-08-08
eg-sampler: Convert multi-channel audio files to mono
falkTX
1
-4
/
+25
2022-08-08
eg-sampler: Fix potentially corrupt notification events
David Robillard
1
-12
/
+11
2022-08-08
eg-sampler: Install click.wav to plugin bundle
David Robillard
1
-1
/
+1
2022-08-07
midigate: Fix output timing
Timothy Krause
1
-3
/
+3
2022-07-17
Rearrange source tree to be directly usable by dependants
David Robillard
1
-2
/
+2
2022-07-17
Switch to meson build system
David Robillard
21
-418
/
+372
2022-07-17
Clean up and modernize Python support code
David Robillard
1
-59
/
+66
2022-07-17
Format all Python code with black
David Robillard
1
-40
/
+49
2022-07-17
Fix whitespace and add missing clang-format configuration
David Robillard
2
-2
/
+4
2022-07-17
Use "python3" in shebangs
David Robillard
1
-1
/
+1
2022-07-17
Make potentially lossy type conversions explicit
David Robillard
3
-5
/
+5
2022-05-27
Replace use of deprecated ui:binary in examples with lv2:binary
David Robillard
2
-2
/
+2
2022-05-26
Suppress new warnings in clang-tidy 13
David Robillard
4
-7
/
+12
2022-05-26
Avoid "else" after "return"
David Robillard
3
-8
/
+22
2022-05-26
Fix whitespace
David Robillard
2
-2
/
+2
2022-05-18
Fix typos
David Robillard
1
-1
/
+1
2022-05-09
Fix incorrect spelling and test for regression with codespell
David Robillard
2
-2
/
+2
2021-03-10
Fix warnings with VS2019
David Robillard
1
-1
/
+1
2021-03-10
eg-sampler: Fix out of bounds sample read after loading new file
Filipe Coelho
1
-0
/
+4
2020-12-26
Format all code with clang-format
David Robillard
15
-2749
/
+2679
2020-12-26
Make include guards surround all header contents
David Robillard
1
-3
/
+3
2020-12-26
Add clang-format suppression comments
David Robillard
9
-0
/
+56
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
1
-2
/
+28
2020-12-18
eg-sampler: Fix default gain value
Filipe Coelho
1
-1
/
+1
2020-12-16
Add assertions for atom buffer sizes
David Robillard
2
-0
/
+13
2020-12-16
Clean up includes
David Robillard
7
-5
/
+17
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
[next]