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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
Fix more debug logging stuff.
David Robillard
2
-2
/
+2
2012-05-23
Fix crash when loading polyphonic patches.
David Robillard
3
-11
/
+14
2012-05-23
Fix voice debugging stuff.
David Robillard
1
-19
/
+21
2012-05-22
Remove redundant method.
David Robillard
2
-9
/
+0
2012-05-22
Fix crash when connecting control port to audio output on the root patch.
David Robillard
1
-0
/
+1
2012-05-22
Fix crash when setting nodes polyphonic.
David Robillard
5
-21
/
+13
2012-05-22
More work on test suite.
David Robillard
30
-307
/
+184
2012-05-20
Remove Deactivate event.
David Robillard
2
-52
/
+0
2012-05-18
Beginnings of a test framework.
David Robillard
5
-54
/
+175
2012-05-15
Remove unused PluginImpl stuff.
David Robillard
5
-95
/
+11
2012-05-15
Remove ClientSender and move code to Get.cpp (the only place it was used).
David Robillard
5
-223
/
+82
2012-05-15
Remove dead code.
David Robillard
2
-16
/
+0
2012-05-15
Fix crash when loading patches from the command line.
David Robillard
6
-74
/
+70
2012-05-15
Eliminate long-duration event locks by generated responses in pre_process().
David Robillard
9
-52
/
+56
2012-05-14
Trim unnecessary includes.
David Robillard
1
-2
/
+0
2012-05-14
Clean up Thread interface.
David Robillard
4
-15
/
+9
2012-05-14
Tidy.
David Robillard
33
-174
/
+169
2012-05-14
Remove unnecessary includes.
David Robillard
2
-4
/
+0
2012-05-14
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-05-14
Don't use maid unnecessarily in Delete::post_process().
David Robillard
1
-3
/
+3
2012-05-14
Factor out common code.
David Robillard
1
-14
/
+10
2012-05-14
Remove Thread context stuff and add a thread-specific variable class, ThreadV...
David Robillard
30
-88
/
+98
2012-05-14
Add missing includes and fix types that confuse Doxygen.
David Robillard
6
-4
/
+9
2012-05-14
Fix compilation when posix_memalign is unavailable.
David Robillard
1
-1
/
+1
2012-05-14
Real-time safe LV2 message handling.
David Robillard
5
-35
/
+113
2012-05-13
Fix wonky conditional.
David Robillard
1
-1
/
+1
2012-05-13
Sanify atom port buffer size stuff (fix dead assignment).
David Robillard
1
-7
/
+8
2012-05-13
Avoid possibly creating a variable length array of size 0.
David Robillard
1
-1
/
+1
2012-05-13
Remove unused variable.
David Robillard
1
-1
/
+0
2012-05-12
Fix typo.
David Robillard
1
-1
/
+1
2012-05-12
More work towards checking contexts via parameter rather than thread magic.
David Robillard
24
-55
/
+90
2012-05-12
Fix memory errors when running as LV2 plugin.
David Robillard
2
-9
/
+14
2012-05-12
Use compiler checkable ProcessContext parameter rather than runtime context a...
David Robillard
31
-115
/
+104
2012-05-12
Remove redundant thread assertions.
David Robillard
8
-15
/
+4
2012-05-12
Add thread assertion.
David Robillard
1
-0
/
+2
2012-05-12
Fix compilation of debug stuff.
David Robillard
1
-7
/
+7
2012-05-12
Remove Ping event and associated cruft.
David Robillard
3
-81
/
+9
2012-05-12
Fix memory leaks.
David Robillard
2
-0
/
+3
2012-05-11
Fix uninitialized variable.
David Robillard
1
-0
/
+1
2012-05-11
Fix compilation with clang.
David Robillard
10
-49
/
+43
2012-05-11
Make IngenPort non-pure.
David Robillard
2
-12
/
+9
2012-05-11
Move buffer stuff down to EnginePort.
David Robillard
3
-27
/
+28
2012-05-11
Move Forge to the appropriate namespace.
David Robillard
7
-9
/
+9
2012-05-11
Add missing includes.
David Robillard
13
-10
/
+25
2012-05-11
Lint.
David Robillard
1
-1
/
+1
2012-05-11
Fix compilation with GCC 4.7.
David Robillard
1
-10
/
+6
2012-05-11
"Connection" => "Edge"
David Robillard
18
-176
/
+168
2012-05-11
Clean up and better document World interface.
David Robillard
21
-61
/
+60
2012-05-11
Use more reasonable names for the world's interface and engine (if present).
David Robillard
6
-36
/
+33
2012-05-10
Work towards translatable strings and a cleaner log interface.
David Robillard
34
-208
/
+133
[prev]
[next]