|
|
4fc1126a28
|
clean-up: mark subsystem implementations with noexcept and override
throw() is deprecated
noexcept behaves similar, but allows for optimisations and will be
promoted to a part of the signature type in C++17
|
2016-12-12 01:18:19 +01:00 |
|
|
|
7be1b7d35d
|
Switch from TR1 preveiw to the new standard headers
- functional
- memory
- unordered collections
|
2014-04-03 22:42:48 +02:00 |
|
|
|
1b0cb56dcc
|
implement PlayOut subsystem and draft OutputDirector
|
2011-09-25 19:25:55 +02:00 |
|
|
|
3f1b7651e9
|
GPL header whitespace
|
2010-12-17 23:28:49 +01:00 |
|
|
|
b6fb135398
|
change error notification at subsystem shutdown to use just a string*
(this allows to memoize the error message and call the termination
handler outside the catch block)
|
2009-01-10 16:15:17 +01:00 |
|
|
|
f90238dba4
|
chased two bugs...
|
2009-01-03 04:29:59 +01:00 |
|
|
|
75bdc877dc
|
reconsider synchronisation and switch some parts to instance based locks.
|
2008-12-30 08:19:32 +01:00 |
|
|
|
e921b1658c
|
error.hpp belongs to src/lib
|
2008-12-27 00:53:35 +01:00 |
|
|
|
7bde9aa538
|
start refactoring: liblumieracommon.so (application core services)
|
2008-12-18 08:12:40 +01:00 |
|