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
/
events
/
Delta.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-08
Cleanup: Use "default" for default constructors and destructors
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Avoid parameter copying overhead
David Robillard
1
-9
/
+9
2019-12-08
Cleanup: Use "using" instead of "typedef" where appropriate
David Robillard
1
-1
/
+1
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-10
/
+9
2019-03-09
Use smart pointers over manual memory management
David Robillard
1
-2
/
+2
2018-09-23
Use override specifiers
David Robillard
1
-5
/
+5
2018-09-23
Use lowercase namespace names
David Robillard
1
-10
/
+10
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-3
/
+1
2017-12-16
Make events take the corresponding message directly
David Robillard
1
-12
/
+19
2017-12-16
Adjust indices when ports are deleted
David Robillard
1
-0
/
+1
2017-12-16
Make CompiledGraph::compile a free function
David Robillard
1
-2
/
+2
2017-02-15
Move Properties out of Resource
David Robillard
1
-13
/
+13
2017-02-12
Use smart pointers to handle real-time memory disposal
David Robillard
1
-1
/
+1
2017-01-18
Fix invalid cross-thread use of mutex
David Robillard
1
-1
/
+3
2016-12-14
Fix real-time safety of control bindings
David Robillard
1
-16
/
+16
2016-10-14
Fix potential store deadlock
David Robillard
1
-1
/
+1
2016-10-02
Defer graph compilation in atomic bundles
David Robillard
1
-1
/
+1
2016-10-02
Add parallelism-aware graph traversal
David Robillard
1
-1
/
+1
2016-09-11
Remove last vestiges of multiple run contexts
David Robillard
1
-1
/
+1
2016-07-30
Add undo support
David Robillard
1
-1
/
+5
2016-07-30
Fix mismatched include guard
David Robillard
1
-3
/
+3
2015-10-30
Update clients when plugins are unloaded/reloaded
David Robillard
1
-0
/
+1
2015-10-30
Add protocol for loading and unloading bundles
David Robillard
1
-1
/
+2
2015-10-25
Document protocol
David Robillard
1
-24
/
+0
2015-08-12
Server-side presets.
David Robillard
1
-0
/
+5
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-02-19
Server side presets.
David Robillard
1
-1
/
+10
2015-02-17
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2015-02-06
Remove gthread dependency from engine.
David Robillard
1
-1
/
+1
2014-01-31
Subscribe to ports before instantiating plugin UIs (fix #954).
David Robillard
1
-2
/
+8
2014-01-18
Fix crashes when LV2 host changes polyphony rapidly.
David Robillard
1
-0
/
+2
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-2
/
+2
2013-01-11
Use type safe enumerations.
David Robillard
1
-1
/
+1
2012-08-19
Patch => Graph
David Robillard
1
-4
/
+4
2012-07-30
Merge Resource and ResourceImpl, eliminating more virtual inheritance.
David Robillard
1
-14
/
+14
2012-07-30
Shrink events.
David Robillard
1
-1
/
+1
2012-06-29
Fix crashes caused by events attempting to respond to deleted clients (fix #8...
David Robillard
1
-1
/
+1
2012-05-23
Trim unnecessary includes.
David Robillard
1
-3
/
+6
2012-05-23
SetMetadata => Delta.
David Robillard
1
-0
/
+118