index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-18
Fix incorrect format specifiers
David Robillard
2
-2
/
+2
2020-07-18
Add missing static specifiers
David Robillard
3
-3
/
+3
2020-03-13
Move README to README.md
David Robillard
1
-2
/
+1
2020-02-26
Fix undo and redo when using a remote server
David Robillard
1
-0
/
+4
2020-02-26
Fix atomic bundle execution
David Robillard
4
-5
/
+26
2020-02-26
Add note about redundant arc deletion when deleting a selection
David Robillard
1
-0
/
+3
2020-02-26
Poll for POLLPRI as well
David Robillard
1
-1
/
+1
2020-02-26
Set up serd to read directly from socket without a FILE intermediary
David Robillard
2
-19
/
+34
2020-02-09
Update waf script to print an error when submodules are not set up
David Robillard
2
-3
/
+13
2019-12-09
Fix autowaf submodule reference
David Robillard
1
-1
/
+1
2019-12-08
Fix network communication with Python bindings
David Robillard
2
-6
/
+7
2019-12-08
Improve lint target
David Robillard
2
-16
/
+81
2019-12-08
Fix use of virtual functions in destructors
David Robillard
10
-13
/
+19
2019-12-08
Cleanup: Work around clang-tidy bug
David Robillard
1
-3
/
+3
2019-12-08
Cleanup: Use emplace_back
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Fix potential memory leak
David Robillard
1
-0
/
+1
2019-12-08
Cleanup: Fix potential null dereferences
David Robillard
1
-7
/
+12
2019-12-08
Cleanup: Remove potentially redundant store
David Robillard
1
-6
/
+4
2019-12-08
Cleanup: Set up engine RNG with a distinct seed
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Add missing namespace comment
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Use strtoul for numeric conversion
David Robillard
1
-1
/
+3
2019-12-08
Cleanup: Make single argument constructors explicit
David Robillard
4
-10
/
+10
2019-12-08
Cleanup: Remove multiple variable declarations on a single line
David Robillard
2
-4
/
+11
2019-12-08
Cleanup: Use brace initialisation to avoid repeating return type
David Robillard
1
-5
/
+5
2019-12-08
Cleanup: Improve a few basic operator implementations
David Robillard
2
-4
/
+8
2019-12-08
Cleanup: Remove unnecessary numeric conversions
David Robillard
1
-2
/
+2
2019-12-08
Cleanup: Add missing explicit initialisations
David Robillard
13
-22
/
+39
2019-12-08
Cleanup: Fix mismatched parameter name
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Remove redundant string initialisations
David Robillard
2
-2
/
+2
2019-12-08
Cleanup: Merge branches with identical bodies
David Robillard
3
-11
/
+4
2019-12-08
Cleanup: Remove unused parameter names
David Robillard
22
-44
/
+39
2019-12-08
Cleanup: Remove meaningless const qualifiers
David Robillard
7
-10
/
+10
2019-12-08
Cleanup: Add missing copy and assignment method declarations
David Robillard
4
-4
/
+14
2019-12-08
Cleanup: Remove redundant branches
David Robillard
1
-4
/
+0
2019-12-08
Cleanup: Make methods static where possible
David Robillard
6
-13
/
+17
2019-12-08
Cleanup: Use "default" for default constructors and destructors
David Robillard
8
-17
/
+6
2019-12-08
Cleanup: Use faster char overload of find_last_of()
David Robillard
4
-4
/
+4
2019-12-08
Cleanup: Use "auto" to avoid repeating type names
David Robillard
22
-90
/
+89
2019-12-08
Cleanup: Use empty() instead of size() where appropriate
David Robillard
4
-5
/
+5
2019-12-08
Cleanup: Avoid parameter copying overhead
David Robillard
73
-415
/
+422
2019-12-08
Cleanup: Use range-based for loops
David Robillard
2
-17
/
+17
2019-12-08
Cleanup: Use "using" instead of "typedef" where appropriate
David Robillard
57
-104
/
+102
2019-12-08
Cleanup: Use std::make_shared
David Robillard
5
-9
/
+10
2019-12-08
Cleanup: Fix some includes and forward declarations
David Robillard
20
-14
/
+47
2019-12-08
Cleanup: Format Python code to be mostly flake8 clean
David Robillard
8
-198
/
+224
2019-11-10
Make test suite depend only on LV2
David Robillard
10
-34
/
+25
2019-11-10
Update autowaf
David Robillard
1
-0
/
+0
2019-11-10
Fix passing NaN to control ports with no default value
David Robillard
1
-3
/
+10
2019-10-17
Add missing copy constructor
David Robillard
1
-0
/
+2
2019-10-17
Remove redundant move call
David Robillard
1
-1
/
+1
[prev]
[next]