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
2012-05-10
Work towards translatable strings and a cleaner log interface.
David Robillard
6
-15
/
+20
2012-05-02
Preliminary socket control interface, and ingen_cmd command line interface wh...
David Robillard
1
-2
/
+6
2012-04-28
Use more portable semaphore implementation, works in win32 and uses modern OS...
David Robillard
1
-77
/
+172
2012-04-27
Implement connecting via atom interface.
David Robillard
2
-0
/
+5
2012-04-05
Fix subpatch creation (fix #826).
David Robillard
1
-5
/
+4
2012-03-27
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-03-19
Use dynamic type IDs for Atoms (for direct compatibility with LV2 atoms).
David Robillard
4
-356
/
+209
2012-03-12
Disable OSC and HTTP for now.
David Robillard
1
-1
/
+1
2012-03-12
Centralise atom creation in forge object.
David Robillard
4
-43
/
+62
2012-01-14
Load files passed on command line without -l option (fix #804).
David Robillard
1
-0
/
+1
2011-12-19
Remove locale smashing kludges and use new serd functions for converting nodes
David Robillard
1
-8
/
+7
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
[next]