summaryrefslogtreecommitdiffstats
path: root/raul
AgeCommit message (Collapse)AuthorFilesLines
2011-05-20Make boost dependency optional. Note Raul compiled with --cpp0x is NOT ↵David Robillard13-71/+60
compatible with Raul compiled without it. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3289 a436a847-0d15-0410-975c-d299462d15a1
2011-05-18Move ListImpl.hpp into List.hpp.David Robillard2-400/+280
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3280 a436a847-0d15-0410-975c-d299462d15a1
2011-05-18Strip double blank lines.David Robillard34-132/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3279 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Improve RingBuffer implementation.David Robillard2-232/+143
Previous implementation was broken when written to full capacity, and this version is significantly faster as well. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3213 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Fix compilation on MinGW/Windows.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3206 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Update for new Sord API.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3201 a436a847-0d15-0410-975c-d299462d15a1
2011-04-16Update copyright headersDavid Robillard39-42/+42
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3153 a436a847-0d15-0410-975c-d299462d15a1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard11-11/+11
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3152 a436a847-0d15-0410-975c-d299462d15a1
2011-02-19Fix Path::relative_to_base.David Robillard1-7/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2992 a436a847-0d15-0410-975c-d299462d15a1
2011-02-16Sord::Resource => Sord::URI.David Robillard1-1/+1
Tidy up serialisation code. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2964 a436a847-0d15-0410-975c-d299462d15a1
2011-02-16Drop redlandmm for sordmm.David Robillard1-39/+33
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2959 a436a847-0d15-0410-975c-d299462d15a1
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2954 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Touch up documentation (add everything to raul group).David Robillard18-4/+28
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2823 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Remove Raul::Command (mostly useless thin wrapper around a semaphore).David Robillard2-64/+4
Remove Semaphore::has_waiter (not portable). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2822 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Working semaphore implementation for OSX.David Robillard1-9/+58
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2809 a436a847-0d15-0410-975c-d299462d15a1
2011-01-09Non-trivial thread/semaphore test.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2803 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Code clean-up (cpplint).David Robillard20-43/+65
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2796 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Allocate enough space in atom for string terminator.David Robillard1-4/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2795 a436a847-0d15-0410-975c-d299462d15a1
2010-12-25More const is always a good thing.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2785 a436a847-0d15-0410-975c-d299462d15a1
2010-12-25Don't use size_t for RingBuffer (wouldn't work for sizes past 32 bits anyway).David Robillard1-37/+41
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2784 a436a847-0d15-0410-975c-d299462d15a1
2010-12-25Remove useless templatification of RingBuffer.David Robillard2-34/+27
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2783 a436a847-0d15-0410-975c-d299462d15a1
2010-12-18Remove Raul::Stateful (which never really belonged in Raul anyway).David Robillard2-47/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2766 a436a847-0d15-0410-975c-d299462d15a1
2010-12-17More const-correct TimeSlice.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2741 a436a847-0d15-0410-975c-d299462d15a1
2010-12-17Fix TimeStamp assignment.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2740 a436a847-0d15-0410-975c-d299462d15a1
2010-12-17Fix TimeSlice::beats_to_ticks.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2739 a436a847-0d15-0410-975c-d299462d15a1
2010-12-17Fix TimeStamp comparison.David Robillard1-7/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2731 a436a847-0d15-0410-975c-d299462d15a1
2010-11-26Fix race crash processing event list (Raul::ListImpl seriously needs an ↵David Robillard2-22/+19
audit and heavy testing...) git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2673 a436a847-0d15-0410-975c-d299462d15a1
2010-09-30Declare single-argument constructors explicit (except where implicit ↵David Robillard12-15/+15
conversion is actually desired). See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Explicit_Constructors git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2619 a436a847-0d15-0410-975c-d299462d15a1
2010-09-04My name is David. :)David Robillard40-41/+41
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2590 a436a847-0d15-0410-975c-d299462d15a1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-7/+8
This allows you to create an Ingen patch in Ingen running as a Jack client, save it, then load that patch as an LV2 plugin in any LV2 compliant host. Eliminate (hopefully) all static data in the engine (for multiple instantiations in a single process). More API/ABI stable interface for Ingen::Shared::World. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2533 a436a847-0d15-0410-975c-d299462d15a1
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from ↵David Robillard1-28/+49
public API. Add ability to modify root path from application code (before any paths are created). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2514 a436a847-0d15-0410-975c-d299462d15a1
2010-02-28Use appropriate allocation for RingBuffer and SRSWQueue (was backwards).David Robillard2-9/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2508 a436a847-0d15-0410-975c-d299462d15a1
2010-02-20Split stack stuff from Array.David Robillard2-13/+89
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2467 a436a847-0d15-0410-975c-d299462d15a1
2010-02-17Use manual copy instead of memcpy for array (pseudo-)copy constructor to ↵David Robillard1-8/+7
make it safe for C++ types (copy constructor of elements will be called). Fixes crash when changing ingen polyphony because this copies Arrays of intrusive_ptr<Buffer>. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2460 a436a847-0d15-0410-975c-d299462d15a1
2010-02-09Spelling.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2434 a436a847-0d15-0410-975c-d299462d15a1
2010-02-05Convert C-style casts to C++ style casts.David Robillard6-17/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2432 a436a847-0d15-0410-975c-d299462d15a1
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2416 a436a847-0d15-0410-975c-d299462d15a1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard2-14/+71
Atoms (e.g. property values or port values) can now be an Atom::DICT, which maps directly to/from an RDF resource. This is now used to store control bindings as a port property, eliminating the special API. Full interned URIs used everywhere, instead of CURIEs pretending to be URIs. Avoid converting string literals to URIs all over the place. Support for binding MIDI pitch bender and MIDI channel pressure. Saving/restoring of MIDI bindings as a free side-effect of the above. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2409 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard5-75/+119
This avoids a ton of string comparison overhead in Ingen when setting various properties (e.g. "ingen:value" was compared several times every time a port value was changed, now this is just a single pointer comparison and the full round trip of a value change does no string comparison at all, but is still property based and RDFey). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2408 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Remove CUC macro definition from Atom.hpp.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2407 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Remove <sstream> and <iostream> includes, add <ostream> include.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2405 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Make sizeof(Raul::Atom) the size of a pointer.David Robillard1-41/+55
Accomplished by wrapping up blob stuff in a separately allocated object so all Atoms don't pay the size penalty. Bump version to 0.6.2 and ABI version to 5,0,0. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2403 a436a847-0d15-0410-975c-d299462d15a1
2010-01-29Fix return of reference to a temporary.David Robillard1-2/+2
Bump version to 0.6.1 (library interface version 4,0,0). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2394 a436a847-0d15-0410-975c-d299462d15a1
2010-01-28Add Path::base_no_scheme for serialising paths without the ugly path: scheme ↵David Robillard1-0/+9
for UIs and such. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2384 a436a847-0d15-0410-975c-d299462d15a1
2010-01-28Prettier human-readable Atom and Atom::Type serialisation.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2383 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Hide _static_run implementation.David Robillard1-8/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2364 a436a847-0d15-0410-975c-d299462d15a1
2010-01-06Fancy (optinally) coloured logging system.David Robillard7-11/+116
Do all logging output via Raul logging streams. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2348 a436a847-0d15-0410-975c-d299462d15a1
2010-01-05Add IntrusivePtr (trivial #define for boost::intrusive_ptr).David Robillard1-0/+26
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2340 a436a847-0d15-0410-975c-d299462d15a1
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-0/+104
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2314 a436a847-0d15-0410-975c-d299462d15a1
2009-12-09Raul 0.6.0.David Robillard1-1/+0
Drop glibmm dependency to glib dependency. Add --test configure option. Add RDF description. Bump library version number. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2297 a436a847-0d15-0410-975c-d299462d15a1