index
:
raul.git
master
Real-time Audio Utility Library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-08
Fix configuration header define names to not stomp on global namespace.
David Robillard
2
-7
/
+7
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
3
-49
/
+8
2010-12-18
Add missing check for glibmm (fix ticket #617).
David Robillard
1
-2
/
+4
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-12-17
Use autowaf.run_ldconfig.
David Robillard
1
-4
/
+2
2010-12-16
Fix use of conf.define and subsequent check in conf.env (no longer works with...
David Robillard
1
-2
/
+2
2010-12-16
Remove documentation installation stuff (handled by autowaf.build_dox now).
David Robillard
1
-1
/
+0
2010-12-16
Updates for waf 1.6.
David Robillard
1
-23
/
+23
2010-11-26
Fix race crash processing event list (Raul::ListImpl seriously needs an audit...
David Robillard
2
-22
/
+19
2010-10-28
Use autowaf from an external repository (eliminating symlinks to project pare...
David Robillard
2
-2
/
+2
2010-10-28
Remove autowaf.py symlinks (which are apparently unneeded).
David Robillard
1
-1
/
+0
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
52
-56
/
+56
2010-09-04
Update versions and ChangeLogs.
David Robillard
2
-4
/
+24
2010-07-05
Move common files (e.g. waf) to /common subdirectory to ease checking out pro...
David Robillard
3
-3
/
+3
2010-06-01
Clean up configuration output.
David Robillard
1
-1
/
+0
2010-03-06
Save Ingen patches as working standard LV2 plugin bundles.
David Robillard
3
-11
/
+11
2010-03-05
Fix compilation with --test.
David Robillard
1
-4
/
+4
2010-03-04
Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...
David Robillard
3
-47
/
+106
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
3
-15
/
+92
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
15
-31
/
+33
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
8
-80
/
+125
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
3
-43
/
+80
2010-02-02
Fix memory leaks in list_test.
David Robillard
1
-4
/
+4
2010-02-01
Build unit tests against local library version/headers, even if installed.
David Robillard
1
-7
/
+8
2010-02-01
Make time_test non-interactive for automated testing.
David Robillard
1
-3
/
+1
2010-01-29
Fix return of reference to a temporary.
David Robillard
3
-8
/
+9
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
2010-01-07
Tidy test output.
David Robillard
2
-12
/
+16
2010-01-07
Support `./waf test' from top level.
David Robillard
1
-1
/
+2
2010-01-07
Move unit testing and coverage framework into autowaf.
David Robillard
16
-354
/
+325
2010-01-07
Fix Symbol::symbolify for strings containing slashes.
David Robillard
1
-4
/
+1
2010-01-07
Hide _static_run implementation.
David Robillard
2
-8
/
+13
2010-01-06
Fancy (optinally) coloured logging system.
David Robillard
12
-34
/
+233
2010-01-05
Add IntrusivePtr (trivial #define for boost::intrusive_ptr).
David Robillard
1
-0
/
+26
2009-12-30
Print configuration header before running configure checks.
David Robillard
1
-0
/
+1
[prev]
[next]