summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa...David Robillard15-77/+82
2011-05-19Update waf (don't crash on waf test when lcov is unavailable)David Robillard1-0/+0
2011-05-18Move ListImpl.hpp into List.hpp.David Robillard2-400/+280
2011-05-18Strip double blank lines.David Robillard49-206/+0
2011-05-18Update version and ChangeLog.David Robillard2-1/+11
2011-05-16Align configuration output precisely per-projectDavid Robillard1-0/+1
2011-04-28Update for new serd/sord/suil pkg-config names and versionsDavid Robillard2-1/+2
2011-04-28Improve RingBuffer implementation.David Robillard5-307/+196
2011-04-28Fix compilation on MinGW/Windows.David Robillard3-6/+6
2011-04-28Update for new Sord API.David Robillard1-2/+2
2011-04-22Fix Python whitespace (PEP8)David Robillard1-117/+117
2011-04-22Upgrade to waf 1.6.4 and autowaf r43David Robillard1-0/+0
2011-04-22Upgrade to waf 1.6.4David Robillard1-0/+0
2011-04-16Update copyright headersDavid Robillard47-50/+50
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard12-13/+13
2011-03-28Update waf (use standard LV2_PATH on Windows)David Robillard1-0/+0
2011-03-27Update waf (working windows version)David Robillard1-0/+0
2011-03-27Update wafDavid Robillard1-0/+0
2011-03-27Update waf to use gnu_dirs tool and use dir vars more sanely.David Robillard1-0/+0
2011-03-15Add INSTALL and waf files.David Robillard2-0/+35
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard3-5/+4
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-1/+1
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-1/+1
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
2011-02-19Fix Path::relative_to_base.David Robillard1-7/+5
2011-02-16Sord::Resource => Sord::URI.David Robillard1-1/+1
2011-02-16Tidy up Raul test suite.David Robillard4-24/+29
2011-02-16Drop redlandmm for sordmm.David Robillard1-39/+33
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+1
2011-02-04Fix warnings when building with --strict (but without --debug).David Robillard1-0/+2
2011-01-26Support new autowaf testing API.David Robillard1-0/+2
2011-01-19Support latest autowaf.David Robillard1-1/+1
2011-01-12Raul 0.8.0.David Robillard2-2/+25
2011-01-12Add missing COPYING files for raul and patchage.David Robillard1-0/+340
2011-01-10Touch up documentation (add everything to raul group).David Robillard19-4/+30
2011-01-10Remove Raul::Command (mostly useless thin wrapper around a semaphore).David Robillard2-64/+4
2011-01-10Use standard waf framework stuff instead of manual flags.David Robillard1-9/+12
2011-01-10Fix build on non-OSX.David Robillard1-1/+1
2011-01-10Working semaphore implementation for OSX.David Robillard3-13/+73
2011-01-10Create thread for main (otherwise crashes on OSX).David Robillard1-1/+3
2011-01-09Non-trivial thread/semaphore test.David Robillard3-3/+35
2011-01-08Drop glibmm dependency in build stuff (raul depends only on glib).David Robillard3-11/+9
2011-01-08Code clean-up (cpplint).David Robillard27-66/+108
2011-01-08Allocate enough space in atom for string terminator.David Robillard1-4/+5
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard2-7/+7
2010-12-25More const is always a good thing.David Robillard1-2/+2
2010-12-25Don't use size_t for RingBuffer (wouldn't work for sizes past 32 bits anyway).David Robillard1-37/+41
2010-12-25Remove useless templatification of RingBuffer.David Robillard2-34/+27
2010-12-18Remove Raul::Stateful (which never really belonged in Raul anyway).David Robillard3-49/+8
2010-12-18Add missing check for glibmm (fix ticket #617).David Robillard1-2/+4