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
/
Get.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
Clean up includes and forward declarations
David Robillard
1
-0
/
+1
2024-07-17
Avoid C-style casts and some size type conversions
David Robillard
1
-3
/
+3
2023-02-03
Suppress/fix new warnings in clang-tidy 15
David Robillard
1
-2
/
+2
2022-12-14
Concatenate nested namespaces
David Robillard
1
-6
/
+2
2022-08-18
Use a consistent style for empty braces
David Robillard
1
-2
/
+1
2022-08-18
Avoid "else" after "return", "break", and "continue"
David Robillard
1
-5
/
+11
2022-08-18
Use default member initialization
David Robillard
1
-2
/
+0
2020-08-03
Clean up includes
David Robillard
1
-2
/
+5
2020-08-02
Remove std::shared_ptr alias
David Robillard
1
-4
/
+5
2020-08-02
Use consistent naming for context parameters
David Robillard
1
-0
/
+5
2019-12-08
Cleanup: Remove unused parameter names
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Avoid parameter copying overhead
David Robillard
1
-4
/
+4
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-6
/
+10
2019-03-08
Pass World everywhere by reference
David Robillard
1
-1
/
+1
2018-09-23
Use lowercase namespace names
David Robillard
1
-7
/
+7
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-1
/
+1
2018-01-17
Clean up Engine component memory management and trim include tree
David Robillard
1
-1
/
+1
2017-12-25
Use nullptr
David Robillard
1
-5
/
+5
2017-12-16
Make events take the corresponding message directly
David Robillard
1
-17
/
+17
2017-03-19
Shrink status bar text and fix initial DSP load display
David Robillard
1
-10
/
+13
2017-02-18
Reduce Driver coupling
David Robillard
1
-3
/
+2
2017-02-15
Move static path stuff to its own header
David Robillard
1
-2
/
+2
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
Use more efficient std::lock_guard where possible
David Robillard
1
-1
/
+1
2016-10-02
Show audio and load information in status line
David Robillard
1
-4
/
+8
2015-10-30
Update clients when plugins are unloaded/reloaded
David Robillard
1
-112
/
+0
2015-08-29
Avoid map::emplace to accomodate old GCC.
David Robillard
1
-4
/
+4
2015-08-12
Server-side presets.
David Robillard
1
-7
/
+31
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-02-09
Stable sort update only by depth to preserve port order.
David Robillard
1
-2
/
+10
2015-02-08
Server-side copy paste with LV2 state support.
David Robillard
1
-6
/
+14
2015-02-06
Remove gthread dependency from engine.
David Robillard
1
-3
/
+1
2014-03-29
Eliminate long-term lock from Get event.
David Robillard
1
-70
/
+86
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
1
-1
/
+0
2014-01-18
Consolidate URIs.
David Robillard
1
-2
/
+2
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-5
/
+5
2013-01-11
Use range-based for loops where possible.
David Robillard
1
-6
/
+4
2013-01-11
Use type safe enumerations.
David Robillard
1
-9
/
+11
2012-12-29
"edge" => "arc".
David Robillard
1
-3
/
+3
2012-12-23
Use more sensible URI scheme for Ingen paths.
David Robillard
1
-4
/
+4
2012-12-21
Add Broadcaster::Transfer for scoped recursion-safe reply bundling.
David Robillard
1
-2
/
+1
2012-08-19
GraphObject => Node
David Robillard
1
-3
/
+3
2012-08-19
Patch => Graph
David Robillard
1
-18
/
+18
2012-08-18
Node => Block
David Robillard
1
-16
/
+16
2012-08-15
Use intrusive lists to store nodes and ports in their parent patch to avoid t...
David Robillard
1
-5
/
+3
2012-08-14
Replace use of old Raul Table stuff with std::map.
David Robillard
1
-3
/
+3
2012-08-12
Use ingen:root as the path for the root patch, opening up path space for engi...
David Robillard
1
-7
/
+8
2012-08-11
Considerable DSP performance improvements (mixing overhead, and per-event MID...
David Robillard
1
-0
/
+1
2012-08-10
Fix various const violations.
David Robillard
1
-1
/
+1
[next]