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-10-22
Move basic URI map and unmap implementation to URIs.
David Robillard
3
-9
/
+21
2011-10-22
Fix menus.
David Robillard
2
-6
/
+11
2011-10-22
Remove EventType.
David Robillard
5
-15
/
+3
2011-10-22
Remove remote patch stuff (doesn't work anyway).
David Robillard
10
-1051
/
+0
2011-10-22
De-singleton-ify GUI.
David Robillard
50
-424
/
+535
2011-10-22
Add missing files
David Robillard
6
-0
/
+231
2011-10-22
Move *all* OSC and HTTP stuff to their respective modules.
David Robillard
22
-138
/
+73
2011-10-21
Tidy.
David Robillard
4
-27
/
+21
2011-10-21
Move engine side OSC and HTTP stuff to separate modules.
David Robillard
11
-53
/
+26
2011-10-21
Move uri() to CommonInterface.
David Robillard
1
-8
/
+0
2011-10-21
Merge Request into Event.
David Robillard
35
-435
/
+395
2011-10-21
Make engine receivers depend only on ServerInterface.
David Robillard
10
-67
/
+56
2011-10-21
Remove unnecessary calls to EventSource::whip().
David Robillard
7
-21
/
+5
2011-10-21
Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst...
David Robillard
13
-82
/
+126
2011-10-21
Merge QueuedEvent into Event.
David Robillard
39
-255
/
+158
2011-10-21
QueuedEngineInterface => ServerInterfaceImpl.
David Robillard
10
-42
/
+42
2011-10-21
Clean up include paths.
David Robillard
11
-31
/
+30
2011-10-21
Move more headers to shared include directory.
David Robillard
79
-386
/
+87
2011-10-21
Move URIs.hpp to public shared include directory.
David Robillard
4
-111
/
+5
2011-10-21
Separate URIs from LV2URIMap.
David Robillard
67
-276
/
+372
2011-10-21
Remove implementation of uri-unmap extension.
David Robillard
3
-41
/
+2
2011-10-21
Remove stub LV2 event (blob) feature implementation.
David Robillard
2
-61
/
+0
2011-10-21
Simplify LV2Features.
David Robillard
5
-36
/
+30
2011-10-21
Move World.hpp and Module.hpp to public include directory.
David Robillard
38
-211
/
+45
2011-10-21
Remove code from header.
David Robillard
3
-5
/
+2
2011-10-21
Begin moving shared headers to public include directory.
David Robillard
20
-310
/
+51
2011-10-21
Use Builder::connect
David Robillard
2
-10
/
+1
2011-10-21
Use modern terser waf syntax.
David Robillard
12
-139
/
+126
2011-10-21
Fix running as an LV2 plugin.
David Robillard
8
-18
/
+55
2011-10-19
Remove stub implementation of reference extension
David Robillard
2
-74
/
+0
2011-10-18
Clang warning fixes.
David Robillard
2
-5
/
+7
2011-10-10
Fix compilation.
David Robillard
1
-1
/
+1
2011-10-10
Fix crash when deleting a node with an embedded GUI.
David Robillard
1
-0
/
+2
2011-10-09
Fix erroneous assertion.
David Robillard
1
-1
/
+1
2011-10-09
Fix memory errors in Jack2 caused by jack creating several threads.
David Robillard
2
-28
/
+21
2011-10-09
Attempted blind fix for #778.
David Robillard
1
-4
/
+6
2011-10-07
Tidy.
David Robillard
2
-44
/
+81
2011-10-06
Tidy.
David Robillard
4
-28
/
+47
2011-10-06
Remove _pending_disconnection from ConnectionImpl (reduce space per connection).
David Robillard
5
-36
/
+26
2011-10-06
Remove unused BufferFactory member of ConnectionImpl.
David Robillard
3
-11
/
+8
2011-10-06
Align members of NodeImpl for slightly less memory consumption per node.
David Robillard
4
-38
/
+36
2011-10-06
Use an intrusive linked list for InputPort connections.
David Robillard
9
-70
/
+105
2011-10-06
Simpler providers/dependants implementation.
David Robillard
8
-33
/
+25
2011-10-06
Remove unused EventSink
David Robillard
5
-124
/
+0
2011-10-03
Use port type instead of buffer type where appropriate.
David Robillard
5
-27
/
+18
2011-10-03
Remove static PortType enumeration from public/client side interface.
David Robillard
31
-124
/
+231
2011-10-03
Don't stack allocate buffer array unless it's needed.
David Robillard
1
-7
/
+11
2011-10-02
Fix support for ports with multiple lv2:portProperty properties.
David Robillard
2
-3
/
+2
2011-10-01
Make PortImpl::get_buffers const.
David Robillard
7
-7
/
+15
2011-10-01
Tidy.
David Robillard
1
-9
/
+10
[next]