index
:
raul.git
master
Real-time Audio Utility Library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
raul
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-18
Clang warning fixes.
David Robillard
3
-5
/
+7
2011-10-09
Fix RingBuffer error when reading split/wrapped messages.
David Robillard
1
-1
/
+1
2011-09-24
Fix writing of invalid syntax
David Robillard
1
-2
/
+1
2011-09-17
Add check for <atomic> header if C++0x is enabled.
David Robillard
2
-0
/
+3
2011-09-17
C++0x AtomicInt and AtomicPtr implementation.
David Robillard
2
-0
/
+93
2011-05-20
Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa...
David Robillard
13
-71
/
+60
2011-05-18
Move ListImpl.hpp into List.hpp.
David Robillard
2
-400
/
+280
2011-05-18
Strip double blank lines.
David Robillard
34
-132
/
+0
2011-04-28
Improve RingBuffer implementation.
David Robillard
2
-232
/
+143
2011-04-28
Fix compilation on MinGW/Windows.
David Robillard
1
-5
/
+5
2011-04-28
Update for new Sord API.
David Robillard
1
-2
/
+2
2011-04-16
Update copyright headers
David Robillard
39
-42
/
+42
2011-04-16
Squeeze blank lines and delete trailing whitespace.
David Robillard
11
-11
/
+11
2011-02-19
Fix Path::relative_to_base.
David Robillard
1
-7
/
+5
2011-02-16
Sord::Resource => Sord::URI.
David Robillard
1
-1
/
+1
2011-02-16
Drop redlandmm for sordmm.
David Robillard
1
-39
/
+33
2011-02-15
Remove fuzzy lack of distinction between URIs and CURIEs.
David Robillard
1
-1
/
+1
2011-01-10
Touch up documentation (add everything to raul group).
David Robillard
18
-4
/
+28
2011-01-10
Remove Raul::Command (mostly useless thin wrapper around a semaphore).
David Robillard
2
-64
/
+4
2011-01-10
Working semaphore implementation for OSX.
David Robillard
1
-9
/
+58
2011-01-09
Non-trivial thread/semaphore test.
David Robillard
1
-0
/
+2
2011-01-08
Code clean-up (cpplint).
David Robillard
20
-43
/
+65
2011-01-08
Allocate enough space in atom for string terminator.
David Robillard
1
-4
/
+5
2010-12-25
More const is always a good thing.
David Robillard
1
-2
/
+2
2010-12-25
Don't use size_t for RingBuffer (wouldn't work for sizes past 32 bits anyway).
David Robillard
1
-37
/
+41
2010-12-25
Remove useless templatification of RingBuffer.
David Robillard
2
-34
/
+27
2010-12-18
Remove Raul::Stateful (which never really belonged in Raul anyway).
David Robillard
2
-47
/
+6
2010-12-17
More const-correct TimeSlice.
David Robillard
1
-4
/
+4
2010-12-17
Fix TimeStamp assignment.
David Robillard
1
-2
/
+1
2010-12-17
Fix TimeSlice::beats_to_ticks.
David Robillard
1
-1
/
+1
2010-12-17
Fix TimeStamp comparison.
David Robillard
1
-7
/
+7
2010-11-26
Fix race crash processing event list (Raul::ListImpl seriously needs an audit...
David Robillard
2
-22
/
+19
2010-09-30
Declare single-argument constructors explicit (except where implicit conversi...
David Robillard
12
-15
/
+15
2010-09-04
My name is David. :)
David Robillard
40
-41
/
+41
2010-03-06
Save Ingen patches as working standard LV2 plugin bundles.
David Robillard
1
-7
/
+8
2010-03-04
Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...
David Robillard
1
-28
/
+49
2010-02-28
Use appropriate allocation for RingBuffer and SRSWQueue (was backwards).
David Robillard
2
-9
/
+12
2010-02-20
Split stack stuff from Array.
David Robillard
2
-13
/
+89
2010-02-17
Use manual copy instead of memcpy for array (pseudo-)copy constructor to make...
David Robillard
1
-8
/
+7
2010-02-09
Spelling.
David Robillard
1
-1
/
+1
2010-02-05
Convert C-style casts to C++ style casts.
David Robillard
6
-17
/
+16
2010-02-03
Make human names work with LADSPA plugins as well (fix ticket #477).
David Robillard
1
-0
/
+4
2010-02-03
Comprehensive use of cached URIs and more advanced Value (Atom) system.
David Robillard
2
-14
/
+71
2010-02-02
Use Glib string interning (quarks) to make Path/URI operator== very fast.
David Robillard
5
-75
/
+119
2010-02-02
Remove CUC macro definition from Atom.hpp.
David Robillard
1
-2
/
+0
2010-02-02
Remove <sstream> and <iostream> includes, add <ostream> include.
David Robillard
1
-2
/
+1
2010-02-02
Make sizeof(Raul::Atom) the size of a pointer.
David Robillard
1
-41
/
+55
2010-01-29
Fix return of reference to a temporary.
David Robillard
1
-2
/
+2
2010-01-28
Add Path::base_no_scheme for serialising paths without the ugly path: scheme ...
David Robillard
1
-0
/
+9
2010-01-28
Prettier human-readable Atom and Atom::Type serialisation.
David Robillard
1
-2
/
+2
[next]