Age | Commit message (Expand) | Author | Files | Lines |
2008-10-06 | LV2 and polyphony fixes from kfoltman. | David Robillard | 8 | -50/+142 |
2008-10-06 | Fix voice number (display, and use, 0 based voice numbers). | David Robillard | 1 | -1/+1 |
2008-10-05 | Remove cruft. | David Robillard | 4 | -16/+0 |
2008-10-05 | More case sensitive fixing (duh). | David Robillard | 2 | -1/+1 |
2008-10-05 | Move engine.cpp to ingen_engine.cpp to avoid case insensitive name clashes. | David Robillard | 2 | -1/+1 |
2008-10-05 | Initialize _prepared_buffers. | David Robillard | 1 | -0/+3 |
2008-10-05 | Set port values for message context ports (from kfoltman). | David Robillard | 2 | -4/+14 |
2008-10-04 | Apply context extension fixes from kfoltman. | David Robillard | 2 | -12/+19 |
2008-10-03 | Fix missing include (resolve ticket #206). | David Robillard | 1 | -0/+1 |
2008-10-03 | Make liblo optional for building ingen. | David Robillard | 9 | -21/+21 |
2008-10-03 | Update build documentation for waf. | David Robillard | 1 | -0/+1 |
2008-10-03 | Good riddance. | David Robillard | 23 | -1263/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 38 | -38/+38 |
2008-10-02 | Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts.... | David Robillard | 1 | -32/+18 |
2008-10-02 | Depend on Jack 109 and the ever presence of Jack MIDI. | David Robillard | 1 | -1/+3 |
2008-10-02 | Fix loading plugins with garbage extension_data pointers (tsk tsk, swh). | David Robillard | 2 | -1/+7 |
2008-10-02 | Trim Ingen documentation a bit. | David Robillard | 2 | -7/+4 |
2008-10-02 | Make --build-docs at configure time trigger documentation building at build t... | David Robillard | 7 | -21/+7 |
2008-10-02 | Build against local libraries with uselib_local instead of CFLAGS kludges. | David Robillard | 7 | -8/+15 |
2008-10-02 | Fix loading of LADSPA and LV2 plugins, and HTTP support (actually build optio... | David Robillard | 1 | -5/+11 |
2008-10-02 | Build Ingen with LADSPA if possible. | David Robillard | 1 | -1/+4 |
2008-10-02 | Factor out header printing... | David Robillard | 1 | -1/+1 |
2008-10-02 | Factor more things into autowaf. | David Robillard | 1 | -2/+11 |
2008-10-01 | Update ingen doxygen file to be all new and modern and updatey and such. | David Robillard | 1 | -89/+353 |
2008-10-01 | Ingen documentation building. | David Robillard | 3 | -4/+13 |
2008-10-01 | Fix building without libsoup. | David Robillard | 6 | -14/+19 |
2008-10-01 | Integrate patchage into build system. | David Robillard | 1 | -2/+4 |
2008-10-01 | Fix compilation. | David Robillard | 7 | -6/+7 |
2008-09-30 | Move LV2 extension stuff to less horribly named directory. | David Robillard | 4 | -4/+4 |
2008-09-30 | Install pkg-config files for libraries. | David Robillard | 1 | -1/+5 |
2008-09-30 | Install modules (mostly) the same place as autohell. | David Robillard | 7 | -14/+14 |
2008-09-30 | Working ingen when built/installed via waf. | David Robillard | 5 | -5/+23 |
2008-09-30 | Fix building (both autohell and waf) with simpler ingen tree layout. | David Robillard | 17 | -85/+83 |
2008-09-30 | Remove old directories. | David Robillard | 4 | -9/+3 |
2008-09-30 | Flatten ingen source directory heirarchy a bit. | David Robillard | 322 | -0/+0 |
2008-09-30 | Install ingen executable. | David Robillard | 1 | -3/+1 |
2008-09-30 | Wafify ingen. | David Robillard | 15 | -8/+308 |
2008-09-30 | More waf. | David Robillard | 1 | -1/+0 |
2008-09-29 | More context extension work. | David Robillard | 14 | -18/+117 |
2008-09-29 | Fix crash when using ingen -gl to load a patch (because the plugin hasn't arr... | David Robillard | 1 | -3/+3 |
2008-09-29 | * Context extension work. | David Robillard | 7 | -18/+53 |
2008-09-28 | Merge weird split set_port_value / set_port_value_immediately API (whether a ... | David Robillard | 14 | -188/+28 |
2008-09-28 | Update contexts extension. | David Robillard | 7 | -7/+87 |
2008-09-28 | Fix #202 but in the other direction and for modules too (show symbols when th... | David Robillard | 1 | -0/+4 |
2008-09-28 | Remove header namespace pollution (particularly from libs/gui/App.hpp). | David Robillard | 28 | -83/+100 |
2008-09-28 | Fix last fix :) | David Robillard | 1 | -3/+2 |
2008-09-28 | Fix unlocked access to plugin RDF (possible segfault with -eg). | David Robillard | 1 | -0/+2 |
2008-09-28 | Fix potential crash when port blinkenports activity is followed by port destr... | David Robillard | 4 | -3/+19 |
2008-09-28 | Select all support (from kfoltman). | David Robillard | 5 | -0/+34 |
2008-09-28 | Add valgrind wrapper script. | David Robillard | 1 | -0/+5 |