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
/
server
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-12-08
Cleanup: Remove unnecessary numeric conversions
David Robillard
1
-2
/
+2
2019-12-08
Cleanup: Add missing explicit initialisations
David Robillard
5
-7
/
+10
2019-12-08
Cleanup: Merge branches with identical bodies
David Robillard
2
-6
/
+3
2019-12-08
Cleanup: Remove unused parameter names
David Robillard
20
-42
/
+37
2019-12-08
Cleanup: Remove meaningless const qualifiers
David Robillard
5
-6
/
+6
2019-12-08
Cleanup: Make methods static where possible
David Robillard
4
-11
/
+14
2019-12-08
Cleanup: Use "default" for default constructors and destructors
David Robillard
4
-10
/
+3
2019-12-08
Cleanup: Use faster char overload of find_last_of()
David Robillard
2
-2
/
+2
2019-12-08
Cleanup: Use "auto" to avoid repeating type names
David Robillard
15
-69
/
+68
2019-12-08
Cleanup: Avoid parameter copying overhead
David Robillard
42
-172
/
+183
2019-12-08
Cleanup: Use range-based for loops
David Robillard
1
-16
/
+16
2019-12-08
Cleanup: Use "using" instead of "typedef" where appropriate
David Robillard
27
-51
/
+50
2019-12-08
Cleanup: Use std::make_shared
David Robillard
3
-3
/
+3
2019-12-08
Cleanup: Fix some includes and forward declarations
David Robillard
12
-9
/
+38
2019-12-08
Cleanup: Format Python code to be mostly flake8 clean
David Robillard
1
-43
/
+43
2019-11-10
Fix passing NaN to control ports with no default value
David Robillard
1
-3
/
+10
2019-04-21
Switch to using a submodule for autowaf
David Robillard
1
-5
/
+6
2019-04-13
Clean up symbol table
David Robillard
3
-6
/
+8
2019-03-09
Make start_to_file() take a FilePath for type safety
David Robillard
2
-2
/
+4
2019-03-09
Clean up includes and forward declarations
David Robillard
112
-613
/
+884
2019-03-09
Localise dependency on boost::format and improve logging API
David Robillard
10
-56
/
+54
2019-03-09
Use smart pointers over manual memory management
David Robillard
18
-119
/
+88
2019-03-08
Pass World everywhere by reference
David Robillard
34
-220
/
+215
2019-03-08
Make parser take mandatory arguments by reference
David Robillard
2
-4
/
+4
2018-09-29
Use nullptr
David Robillard
6
-12
/
+18
2018-09-23
Enforce that arc buffer can only be accessed in run context
David Robillard
3
-6
/
+6
2018-09-23
Instantiate duplicated internals with correct parent graph
David Robillard
1
-1
/
+1
2018-09-23
Use override specifiers
David Robillard
43
-235
/
+243
2018-09-23
Use lowercase namespace names
David Robillard
119
-697
/
+697
2018-09-22
Use new LV2 include paths
David Robillard
30
-50
/
+50
2018-09-04
Fix unintentional fall-through
David Robillard
1
-0
/
+1
2018-09-04
Fix catch of polymorphic exception by value
David Robillard
1
-1
/
+1
2018-09-04
Remove pointless type qualifiers
David Robillard
2
-5
/
+5
2018-01-21
Work around Jack returning NULL buffers
David Robillard
2
-3
/
+15
2018-01-21
Clean up Buffer class and factor out allocation
David Robillard
2
-35
/
+36
2018-01-21
Remove glib dependency from engine and core library
David Robillard
1
-1
/
+1
2018-01-21
Add FilePath class and remove use of glib path utilities
David Robillard
4
-23
/
+23
2018-01-21
Use C++ style includes for standard language headers
David Robillard
14
-20
/
+19
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
44
-129
/
+118
2018-01-21
Replace insert(make_pair(...)) with emplace
David Robillard
6
-19
/
+18
2018-01-21
Don't build libraries twice when testing is enabled
David Robillard
1
-15
/
+2
2018-01-17
Fix connecting value sequences to CV
David Robillard
2
-1
/
+1
2018-01-17
Clean up Engine component memory management and trim include tree
David Robillard
16
-120
/
+105
2018-01-16
Add missing includes
David Robillard
8
-0
/
+8
2018-01-16
Move SocketListener details out of header
David Robillard
2
-24
/
+26
2018-01-16
Clean up includes
David Robillard
2
-2
/
+4
2018-01-16
Fix build with C++11
David Robillard
3
-3
/
+3
2017-12-25
Use auto for iterators
David Robillard
8
-14
/
+13
2017-12-25
Use std::move to potentially avoid copying
David Robillard
3
-5
/
+5
2017-12-25
Remove superfluous using namespace declarations
David Robillard
22
-54
/
+14
[next]