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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-18
Add missing const specifiers
David Robillard
3
-3
/
+3
2020-07-18
Remove unused macros
David Robillard
2
-5
/
+0
2020-07-18
Fix incorrect format specifiers
David Robillard
2
-2
/
+2
2020-07-18
Add missing static specifiers
David Robillard
1
-1
/
+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
1
-19
/
+27
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
12
-21
/
+38
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
6
-8
/
+8
2019-12-08
Cleanup: Add missing copy and assignment method declarations
David Robillard
3
-2
/
+12
2019-12-08
Cleanup: Remove redundant branches
David Robillard
1
-4
/
+0
2019-12-08
Cleanup: Make methods static where possible
David Robillard
5
-12
/
+15
2019-12-08
Cleanup: Use "default" for default constructors and destructors
David Robillard
6
-16
/
+4
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
62
-358
/
+363
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
46
-81
/
+80
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
17
-12
/
+45
2019-12-08
Cleanup: Format Python code to be mostly flake8 clean
David Robillard
4
-60
/
+63
2019-11-10
Fix passing NaN to control ports with no default value
David Robillard
1
-3
/
+10
2019-10-17
Remove redundant move call
David Robillard
1
-1
/
+1
2019-10-17
Update autowaf
David Robillard
1
-10
/
+19
2019-10-17
Remove use of autowaf.define
David Robillard
1
-2
/
+2
2019-10-08
Raise existing plugin UI windows if double-clicked again
David Robillard
1
-2
/
+2
2019-04-21
Switch to using a submodule for autowaf
David Robillard
4
-12
/
+15
2019-04-13
Clean up symbol table
David Robillard
6
-7
/
+13
2019-03-28
Fix search for ingen_gui.ui
David Robillard
2
-3
/
+2
2019-03-17
Update autowaf and adapt to new API
David Robillard
2
-3
/
+3
[prev]
[next]