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
/
JackDriver.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
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
-19
/
+24
2019-03-09
Localise dependency on boost::format and improve logging API
David Robillard
1
-11
/
+9
2019-03-08
Pass World everywhere by reference
David Robillard
1
-17
/
+17
2018-09-23
Use lowercase namespace names
David Robillard
1
-4
/
+4
2018-09-22
Use new LV2 include paths
David Robillard
1
-1
/
+1
2018-01-21
Work around Jack returning NULL buffers
David Robillard
1
-1
/
+10
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-3
/
+4
2017-12-25
Remove superfluous using namespace declarations
David Robillard
1
-6
/
+6
2017-12-25
Always use braces
David Robillard
1
-2
/
+4
2017-12-25
Use nullptr
David Robillard
1
-11
/
+11
2017-02-27
Update for latest Raul
David Robillard
1
-1
/
+1
2017-02-20
Use consistent style in Jack log messages
David Robillard
1
-3
/
+3
2017-02-18
Add experimental PortAudio driver
David Robillard
1
-3
/
+9
2017-02-12
Fix various cast alignment warnings
David Robillard
1
-3
/
+3
2017-02-12
Fix memory leaks
David Robillard
1
-9
/
+2
2016-12-13
Fix some real-time safety issues
David Robillard
1
-1
/
+1
2016-10-02
Add parallel graph execution
David Robillard
1
-2
/
+2
2016-09-18
Clean up code
David Robillard
1
-1
/
+1
2016-09-11
Remove last vestiges of multiple run contexts
David Robillard
1
-10
/
+10
2015-11-30
Use jack_port_rename() if available
David Robillard
1
-0
/
+5
2015-10-24
Zero-copy to/from driver ports where possible
David Robillard
1
-65
/
+76
2015-10-23
Reduce overhead
David Robillard
1
-0
/
+1
2015-05-23
Prevent concurrent Sord access.
David Robillard
1
-0
/
+2
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-02-24
Demodularize Parser and Serialiser.
David Robillard
1
-2
/
+2
2015-02-24
Use sequence buffer size from Jack.
David Robillard
1
-1
/
+7
2015-02-22
Set Jack port order metadata.
David Robillard
1
-0
/
+4
2014-05-05
Add support for Jack CV via metadata.
David Robillard
1
-2
/
+10
2014-04-06
Support port pretty names via new Jack metadata API.
David Robillard
1
-0
/
+34
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
1
-2
/
+2
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
1
-8
/
+8
2013-12-30
Fix deadlocks on exit.
David Robillard
1
-1
/
+1
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-4
/
+4
2013-02-02
More generic Atom class.
David Robillard
1
-3
/
+3
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-2
/
+2
2013-01-11
Use range-based for loops where possible.
David Robillard
1
-11
/
+11
2013-01-11
Use C++11 atomics.
David Robillard
1
-3
/
+3
2013-01-05
Send LV2 time properties with correct types from specification.
David Robillard
1
-2
/
+2
2012-12-21
Fix memory leaks.
David Robillard
1
-0
/
+5
2012-11-21
Configuration file support.
David Robillard
1
-2
/
+3
2012-11-17
Set plugin<=>UI queue size based on LV2 options.
David Robillard
1
-2
/
+0
2012-11-16
Add time internal that sends Jack transport updates as LV2 time positions.
David Robillard
1
-0
/
+62
2012-08-19
GraphObject => Node
David Robillard
1
-1
/
+1
2012-08-19
Patch => Graph
David Robillard
1
-36
/
+36
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-16
/
+14
2012-08-15
Remove unnecessary Jack thread bookkeeping stuff.
David Robillard
1
-5
/
+0
2012-08-15
Simpler and more unified EnginePort implementation.
David Robillard
1
-170
/
+138
2012-08-15
Remove EnginePort::move() in favour of Driver::rename_port().
David Robillard
1
-18
/
+11
2012-08-14
Don't look up system ports by path in the audio thread.
David Robillard
1
-9
/
+4
[next]