Age | Commit message (Expand) | Author | Files | Lines |
2011-05-11 | Pass environment to sord write methods for CURIE abbreviation. | David Robillard | 1 | -5/+13 |
2011-05-03 | Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes. | David Robillard | 1 | -10/+11 |
2011-04-30 | Fix immediate quit due to uninitialised quit flag (fix ticket #677). | David Robillard | 1 | -0/+1 |
2011-04-30 | Cache port RDF node on load instead of searching for it repeatedly. | David Robillard | 1 | -7/+7 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 10 | -159/+159 |
2011-04-29 | Terser names for value constructors. | David Robillard | 6 | -29/+29 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 16 | -122/+132 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 30 | -331/+331 |
2011-04-28 | Update for new serd/sord/suil pkg-config names and versions | David Robillard | 2 | -4/+4 |
2011-04-28 | Improve RingBuffer implementation. | David Robillard | 4 | -6/+8 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 6 | -11/+11 |
2011-04-28 | Update for new Suil API. | David Robillard | 2 | -4/+4 |
2011-04-23 | Load correct engine/server module name. | David Robillard | 2 | -3/+3 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 7 | -412/+409 |
2011-04-22 | Upgrade to waf 1.6.4 and autowaf r43 | David Robillard | 1 | -0/+0 |
2011-04-22 | Upgrade to waf 1.6.4 | David Robillard | 1 | -0/+0 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 5 | -24/+47 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 185 | -412/+412 |
2011-04-20 | Make disconnect take URI parameters (for wildcare URI towards killing disconn... | David Robillard | 20 | -48/+63 |
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 | 17 | -131/+228 |
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 | 3 | -109/+133 |
2011-04-19 | Build OSC documentation. | David Robillard | 1 | -1/+3 |
2011-04-19 | Clean up includes. | David Robillard | 6 | -8/+16 |
2011-04-19 | Partially fix HTTP. | David Robillard | 5 | -21/+41 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 25 | -96/+59 |
2011-04-19 | Remove EngineInterface::activate() and EngineInterface::deactivate(). | David Robillard | 11 | -84/+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 | 14 | -87/+28 |
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 | 19 | -144/+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 | 199 | -732/+966 |
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 | 4 | -49/+31 |
2011-04-16 | Add EngineBase, a pure virtual public interface for the engine. | David Robillard | 9 | -24/+96 |
2011-04-16 | Sort fields by name. | David Robillard | 2 | -19/+17 |
2011-04-16 | Update copyright headers | David Robillard | 283 | -284/+284 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 242 | -1306/+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 |