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
2017-12-16
Clean up DoubleBuffer
David Robillard
1
-24
/
+24
2017-12-16
Remove queues
David Robillard
2
-349
/
+0
2017-12-16
Add Managed wrapper for managing arbitrary types
David Robillard
1
-0
/
+11
2017-12-16
Allow use of make_managed with move-only arguments
David Robillard
1
-1
/
+1
2017-12-16
Fix various warnings
David Robillard
9
-29
/
+22
2017-07-23
Fix semaphore with initial count on Darwin
David Robillard
1
-1
/
+1
2017-07-23
Make Semaphore non-copyable
David Robillard
1
-0
/
+3
2017-02-27
Use std::chrono::duration in Semaphore API
David Robillard
1
-19
/
+33
2017-02-25
Reduce memory cleanup overhead
David Robillard
1
-7
/
+2
2017-02-12
Add managed_ptr for automatic real-time safe garbage collection
David Robillard
1
-59
/
+60
2016-09-26
Remove features now provided by C++11
David Robillard
3
-136
/
+5
2016-09-18
Update copyright dates
David Robillard
14
-14
/
+14
2016-09-18
Fix minor memory errors in test suite
David Robillard
1
-1
/
+3
2015-05-31
Fix minor comment issues.
David Robillard
2
-3
/
+3
2015-05-26
Listen for TCP connections on all interfaces.
David Robillard
1
-2
/
+6
2015-03-16
Fix launching GUI with no engine.
David Robillard
2
-40
/
+39
2015-02-17
Delete trailing whitespace.
David Robillard
1
-1
/
+0
2015-02-09
Fix client socket address.
David Robillard
1
-4
/
+7
2014-12-18
Fix compilation on OSX.
David Robillard
1
-2
/
+3
2014-08-09
Fix object disposal.
David Robillard
1
-3
/
+3
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
4
-7
/
+7
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
5
-20
/
+20
2013-12-25
Fix minor memory errors.
David Robillard
1
-2
/
+2
2013-06-08
Better test coverage.
David Robillard
1
-17
/
+33
2013-02-23
Move Socket class to Raul.
David Robillard
1
-0
/
+259
2013-02-23
Use c++11 method deletion for Noncopyable.
David Robillard
1
-2
/
+2
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-28
/
+0
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
2
-316
/
+0
2013-02-23
Remove unused fields.
David Robillard
1
-4
/
+2
2013-02-04
Replace Raul::thread with std::thread.
David Robillard
1
-120
/
+0
2013-02-02
More generic Atom class.
David Robillard
1
-13
/
+16
2013-01-14
Safer construction of TimeStamp from double.
David Robillard
1
-5
/
+7
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
6
-167
/
+33
2013-01-11
Bring Machina back into the fold (fix #844).
David Robillard
4
-12
/
+26
2013-01-11
Fix DoubleBuffer compilation.
David Robillard
1
-31
/
+26
2013-01-11
Initialise atomics.
David Robillard
2
-2
/
+2
2013-01-11
Use C++11 atomics.
David Robillard
6
-203
/
+41
2012-11-22
Tidy.
David Robillard
11
-37
/
+53
2012-11-22
Fix crash when calling Thread::set_scheduling on a Thread that does not exist.
David Robillard
1
-4
/
+8
2012-11-21
Move Exception inside Raul namespace.
David Robillard
2
-2
/
+4
2012-11-21
Remove remaining library code, Raul is now header only.
David Robillard
1
-9
/
+40
2012-11-21
Move Configuration from Raul to Ingen.
David Robillard
1
-195
/
+0
2012-11-17
Fix symbolifying strings that start with numbers.
David Robillard
1
-1
/
+6
2012-11-17
Set plugin<=>UI queue size based on LV2 options.
David Robillard
1
-1
/
+3
2012-08-31
Skip actual data comparison when checking equality of atoms with different si...
David Robillard
1
-1
/
+1
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
3
-109
/
+28
2012-08-16
Remove all 'using namespace Raul'.
David Robillard
1
-1
/
+1
2012-08-16
Remove verbose logging stuff from Thread.
David Robillard
1
-7
/
+1
2012-08-16
Remove Raul::Slave class.
David Robillard
2
-67
/
+15
2012-08-15
Remove more dead code from Raul::Thread.
David Robillard
1
-2
/
+0
[next]