13
0
livetrax/libs
Robin Gareus 50556db405
Add a STL Allocator using the stack (for rt safety)
This is a dumb stack allocator using LIFO allocation/free, with
a fallback to new/delete. This works well for small STL containers
in particular std::vector, but it's also suitable for std::map<>,
in particular copy constructing small POD maps (plugin pin mappings).

Eventually this could be combined with TLSF for a flexible
memory arena management. This is however not currently needed
for any the planned use-cases.

This code is ANSI C++98 compatible, and yet also works with
modern C++11, C++14
2020-03-06 19:13:44 +01:00
..
appleutility
ardour Remove backend support for region-output export 2020-03-06 03:29:16 +01:00
ardouralsautil
audiographer Fix some doxygen warnings 2020-03-02 17:58:03 +01:00
backends Fix Coreaudio buffersize changes 2020-03-06 05:52:55 +01:00
canvas Remove unused forward declaration. 2020-02-24 23:01:15 +01:00
clearlooks-newer
evoral
fluidsynth
fst Fix cross-compile linking (arm-linux ld) 2020-02-14 00:20:45 +01:00
gtkmm2ext Allow to limit error dump 2020-02-28 07:26:13 +01:00
hidapi
libltc
lua Fix some doxygen warnings 2020-03-02 17:58:03 +01:00
midi++2
panners
pbd Add a STL Allocator using the stack (for rt safety) 2020-03-06 19:13:44 +01:00
plugins Fix previous commit (increase max, not default) 2020-03-02 02:26:10 +01:00
ptformat
qm-dsp
surfaces Fix libwebsockets compat 2020-02-27 23:58:00 +01:00
temporal
vamp-plugins Increase accuracy of analyzed true-peak positions 2020-03-06 04:13:09 +01:00
vamp-pyin
vfork
waveview
widgets Tweak ArdorIcon display-tool & re-order icons 2020-02-22 21:40:35 +01:00
zita-convolver Exclude zita-convolver from being available as external lib 2020-03-02 20:06:59 +01:00
zita-resampler