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
/
ingen
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-09-23
WIP: Fix unused parameter warnings
fix-unused-parameter-warnings
David Robillard
9
-20
/
+17
2018-09-23
Fix copy/paste of ports
David Robillard
1
-0
/
+10
2018-09-23
Allow context to be passed for serialisation
David Robillard
1
-1
/
+3
2018-09-23
Use override specifiers
David Robillard
6
-32
/
+33
2018-09-23
Use lowercase namespace names
David Robillard
52
-150
/
+150
2018-09-22
Use new LV2 include paths
David Robillard
16
-26
/
+26
2018-09-13
Fix compilation with GCC 7
David Robillard
1
-7
/
+2
2018-09-04
Remove dynamic exception specifications
David Robillard
2
-10
/
+17
2018-01-22
Only enqueue messages when the engine is remote
David Robillard
2
-95
/
+66
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive.
2018-01-21
Fix mismatched struct/class declarations
David Robillard
1
-2
/
+2
2018-01-21
Allow custom deleters to be used with UPtr
David Robillard
1
-4
/
+8
2018-01-21
Fix mismatched malloc/delete
David Robillard
1
-1
/
+3
2018-01-21
Clean up URI and path handling in parser
David Robillard
2
-2
/
+6
2018-01-21
Avoid string copy
David Robillard
1
-1
/
+3
2018-01-21
Replace glib quarks
David Robillard
1
-1
/
+11
2018-01-21
Replace Glib::Module
David Robillard
2
-7
/
+56
2018-01-21
Add FilePath class and remove use of glib path utilities
David Robillard
7
-16
/
+242
2018-01-21
Use C++ style includes for standard language headers
David Robillard
1
-2
/
+1
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
28
-185
/
+324
2018-01-21
Replace insert(make_pair(...)) with emplace
David Robillard
1
-2
/
+2
2018-01-16
Add terse unique pointer type alias
David Robillard
1
-0
/
+3
2018-01-16
Fix build with C++11
David Robillard
1
-0
/
+2
2018-01-06
Fix compilation with some versions of boost
David Robillard
1
-0
/
+2
2017-12-26
Use delete to hide constructors
David Robillard
1
-2
/
+2
2017-12-25
Avoid static construction exception warning
David Robillard
1
-1
/
+1
2017-12-25
Use std::move to potentially avoid copying
David Robillard
2
-4
/
+4
2017-12-25
Use nullptr
David Robillard
3
-4
/
+4
2017-12-25
Fix inconsistent parameter names
David Robillard
11
-15
/
+15
2017-12-25
Make single parameter destructors explicit
David Robillard
3
-3
/
+3
2017-12-25
Remove trivial destructors and use default where possible
David Robillard
11
-19
/
+8
2017-12-25
Use override
David Robillard
11
-19
/
+19
2017-12-24
Clean up includes in public headers
David Robillard
34
-69
/
+154
2017-12-18
Fix override specifiers
David Robillard
6
-10
/
+10
2017-12-17
Simplify Tee
David Robillard
1
-19
/
+5
2017-12-16
Move sequence numbers into messages and simplify interfaces
David Robillard
6
-35
/
+49
2017-12-16
Fix documentation warnings
David Robillard
1
-1
/
+1
2017-12-16
Add Message struct and remove tons of interface boilerplate
David Robillard
7
-335
/
+265
2017-12-16
Clean up includes
David Robillard
1
-1
/
+0
2017-12-16
Use unbounded queue for client signals
David Robillard
1
-30
/
+16
2017-04-12
Refuse to start if driver requires a graph and one is not provided
David Robillard
1
-0
/
+9
2017-04-12
Fix const correctness
David Robillard
1
-1
/
+1
2017-03-20
Revert removal of DirectDriver and fix test suite
David Robillard
1
-0
/
+10
2017-03-20
Fix event timing and remove vestigial DirectDriver
David Robillard
1
-10
/
+0
2017-03-20
Fix round-trip preservation of property contexts
David Robillard
12
-80
/
+100
2017-03-19
Shrink status bar text and fix initial DSP load display
David Robillard
2
-3
/
+1
2017-02-26
Fix filtering by type in plugin selector
David Robillard
2
-4
/
+4
2017-02-18
Improve parallel analysis and execution algorithms
David Robillard
3
-8
/
+71
2017-02-18
Add experimental PortAudio driver
David Robillard
2
-13
/
+15
2017-02-15
Move Properties out of Resource
David Robillard
11
-109
/
+141
2017-02-15
Move static path stuff to its own header
David Robillard
2
-21
/
+52
[next]