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
/
engine
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-19
Make event queue size a runtime parameter (--queue-size, -q).
David Robillard
13
-68
/
+34
2011-04-19
Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).
David Robillard
5
-16
/
+10
2011-04-19
Fix attempted loading of "ingen_serialisation" (instead of "serialisation").
David Robillard
1
-1
/
+1
2011-04-19
Fix double/triple engine activation when run with GUI.
David Robillard
1
-1
/
+0
2011-04-19
Remove unnecessary EventSource::activate_source (just activate immediately).
David Robillard
8
-58
/
+18
2011-04-19
Replace load_plugins API with a GET of ingen:plugins.
David Robillard
12
-126
/
+14
2011-04-19
Fix building with HTTP support (fixes #674).
David Robillard
2
-5
/
+7
2011-04-18
Put engine code in new Ingen::Engine namespace.
David Robillard
138
-401
/
+658
2011-04-18
Remove wscript references to no longer existent ingen_module library.
David Robillard
1
-1
/
+1
2011-04-18
Saner module loading API.
David Robillard
1
-2
/
+2
2011-04-17
Remove unused Driver::is_activated.
David Robillard
3
-49
/
+25
2011-04-16
Add EngineBase, a pure virtual public interface for the engine.
David Robillard
5
-17
/
+21
2011-04-16
Sort fields by name.
David Robillard
2
-19
/
+17
2011-04-16
Update copyright headers
David Robillard
139
-139
/
+139
2011-04-16
Squeeze blank lines and delete trailing whitespace.
David Robillard
123
-595
/
+4
2011-04-16
Hide process slave stuff from Engine.hpp.
David Robillard
12
-105
/
+132
2011-04-16
Simpler and documented Engine main loop interface.
David Robillard
4
-47
/
+32
2011-04-15
Remove unnecessary forward declarations.
David Robillard
1
-4
/
+0
2011-04-15
Move Shared::Module and Shared::World to shared directory.
David Robillard
16
-20
/
+20
2011-04-15
Remove pointless module interface to ingen_module (World).
David Robillard
1
-7
/
+6
2011-04-13
Consistent local or installed includes for interface headers.
David Robillard
37
-55
/
+61
2011-04-13
Tidy up headers towards being API appropriate.
David Robillard
2
-8
/
+21
2011-04-05
Remove invalid copy pasted comment (fix ticket #672).
David Robillard
1
-8
/
+0
2011-04-01
Remove unnecessary dlfcn.h includes.
David Robillard
3
-8
/
+12
2011-03-15
Remove autowaf external (broken intermediary revision).
David Robillard
1
-5
/
+5
2011-03-15
Fix errors caught by GCC 4.5.2.
David Robillard
1
-2
/
+2
2011-03-10
Use LV2_EVENT_URI.
David Robillard
1
-1
/
+3
2011-03-10
Use event extension context to map MidiEvent.
David Robillard
3
-6
/
+15
2011-03-09
Update for new SLV2 API.
David Robillard
2
-19
/
+14
2011-03-07
Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.
David Robillard
2
-3
/
+13
2011-02-19
Remove cruft, clean up Jack shutdown stuff.
David Robillard
2
-8
/
+3
2011-02-19
Save/load patches as nested bundles (fix ticket #520).
David Robillard
21
-89
/
+83
2011-02-17
Jack session support for ingen.
David Robillard
4
-16
/
+83
2011-02-17
Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.
David Robillard
5
-117
/
+84
2011-02-16
Tidy up serialiser interface.
David Robillard
1
-2
/
+8
2011-02-16
Sord::Resource => Sord::URI.
David Robillard
1
-1
/
+1
2011-02-16
Drop redlandmm for sordmm.
David Robillard
5
-13
/
+8
2011-02-16
Remove Jack buffer size kludge (fixed in jack r4127).
David Robillard
1
-2
/
+0
2011-02-15
Remove fuzzy lack of distinction between URIs and CURIEs.
David Robillard
1
-1
/
+1
2011-02-15
Sshh.
David Robillard
1
-1
/
+0
2011-02-15
Ignore jack buffer size callbacks, since svn jack is broken and reports buffe...
David Robillard
1
-0
/
+2
2011-02-11
Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).
David Robillard
10
-830
/
+7
2011-02-04
Fix warnings when building with --strict (but without --debug).
David Robillard
1
-1
/
+1
2011-01-08
Clean up code (cpplint).
David Robillard
20
-36
/
+75
2011-01-08
Fix configuration header define names to not stomp on global namespace.
David Robillard
3
-12
/
+12
2011-01-08
Support "request run" feature from contexts extension.
David Robillard
11
-35
/
+123
2010-12-25
Remove useless templatification of RingBuffer.
David Robillard
4
-9
/
+9
2010-12-25
Trim raul/Atom.hpp include tree.
David Robillard
8
-8
/
+0
2010-12-23
Fix crash when client attempts to set event port value to non-blob (fix ticke...
David Robillard
1
-1
/
+1
2010-12-17
Take RDF serialisation language as a parameter (rather than hardcoded "turtle").
David Robillard
1
-1
/
+1
[next]