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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-20
Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...
David Robillard
183
-405
/
+405
2011-04-20
Make disconnect take URI parameters (for wildcare URI towards killing disconn...
David Robillard
19
-46
/
+61
2011-04-20
Less code.
David Robillard
2
-27
/
+21
2011-04-20
Tidy.
David Robillard
2
-10
/
+11
2011-04-20
Use std::list for DisconnectAll::_impls.
David Robillard
2
-17
/
+16
2011-04-20
Move disconnect_all to CommonInterface and implement in clients.
David Robillard
15
-126
/
+225
2011-04-20
Factor out duplicated code.
David Robillard
2
-15
/
+21
2011-04-20
Simplify disconnect code.
David Robillard
6
-25
/
+24
2011-04-20
Update OSC documentation.
David Robillard
2
-108
/
+132
2011-04-19
Clean up includes.
David Robillard
4
-3
/
+12
2011-04-19
Partially fix HTTP.
David Robillard
5
-21
/
+41
2011-04-19
Remove EngineInterface::quit().
David Robillard
23
-92
/
+58
2011-04-19
Remove EngineInterface::activate() and EngineInterface::deactivate().
David Robillard
10
-82
/
+23
2011-04-19
Make maximum UDP packet size a runtime parameter (--packet-size, -k).
David Robillard
9
-24
/
+50
2011-04-19
Make event queue size a runtime parameter (--queue-size, -q).
David Robillard
14
-68
/
+35
2011-04-19
Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).
David Robillard
13
-79
/
+27
2011-04-19
Initialise client module when necessary (partially fix OSC/HTTP).
David Robillard
1
-0
/
+2
2011-04-19
Fix attempted loading of "ingen_serialisation" (instead of "serialisation").
David Robillard
2
-2
/
+2
2011-04-19
Fix double/triple engine activation when run with GUI.
David Robillard
2
-3
/
+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
18
-143
/
+16
2011-04-19
Fix building with HTTP support (fixes #674).
David Robillard
3
-6
/
+8
2011-04-18
Put engine code in new Ingen::Engine namespace.
David Robillard
186
-697
/
+963
2011-04-18
Remove wscript references to no longer existent ingen_module library.
David Robillard
4
-8
/
+3
2011-04-18
Saner module loading API.
David Robillard
9
-35
/
+38
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
8
-24
/
+29
2011-04-16
Sort fields by name.
David Robillard
2
-19
/
+17
2011-04-16
Update copyright headers
David Robillard
264
-264
/
+264
2011-04-16
Squeeze blank lines and delete trailing whitespace.
David Robillard
230
-1283
/
+14
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
5
-49
/
+48
2011-04-15
Remove unnecessary forward declarations.
David Robillard
1
-4
/
+0
2011-04-15
Remove conditional compilation stuff from public API header.
David Robillard
1
-4
/
+0
2011-04-15
Move Shared::Module and Shared::World to shared directory.
David Robillard
40
-64
/
+44
2011-04-15
Remove pointless module interface to ingen_module (World).
David Robillard
9
-105
/
+21
2011-04-13
Remove unnecessary includes.
David Robillard
1
-10
/
+8
2011-04-13
Consistent local or installed includes for interface headers.
David Robillard
118
-980
/
+162
2011-04-13
Tidy up headers towards being API appropriate.
David Robillard
5
-26
/
+50
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-17
Show plugin/port documentation in side pane when selected.
David Robillard
12
-8
/
+157
2011-03-17
Tidy.
David Robillard
1
-63
/
+65
2011-03-16
Font-based sizing (implement ticket #374).
David Robillard
3
-10
/
+86
2011-03-16
Fix LV2 plugin UIs (broken in r3093).
David Robillard
1
-2
/
+3
2011-03-16
Update for new waf/autowaf.
David Robillard
3
-5
/
+5
2011-03-15
Remove autowaf external (broken intermediary revision).
David Robillard
7
-12
/
+12
2011-03-15
Fix crash when double clicking nodes without custom UIs.
David Robillard
1
-5
/
+9
2011-03-15
Activate Jack after loading GUI.
David Robillard
2
-3
/
+4
2011-03-15
Fix errors caught by GCC 4.5.2.
David Robillard
1
-2
/
+2
[prev]
[next]