Yet another spinlock init hack for g++8 std::atomics
[ardour.git] / libs / pbd /
2019-07-28 Robin GareusYet another spinlock init hack for g++8 std::atomics
2019-07-28 Robin GareusPrevent spinlock copy construction
2019-07-28 Robin GareusAnother attempt at improving spinlock init
2019-07-28 Robin GareusFollow up d8ae3fd
2019-07-27 John EmmasMSVC requires an already initialized object to initiali...
2019-07-26 Robin GareusCorrectly initialize spintlock_t
2019-07-26 Robin GareusPrefix all env variable with "ARDOUR_"
2019-07-10 Robin GareusAdd lock-free multiple producer multiple reader queue
2019-07-04 Robin GareusUse exit-status macros for compatibility 2/3
2019-04-14 John EmmasCorrect a typo that crept in somewhere
2019-04-13 Robin GareusNO-OP: <tab> after <space> fixes in libs
2019-04-12 Robin GareusMixbus likes hyperthreading on Mac
2019-04-07 Robin GareusNO-OP: whitespace & revert samples -> [stack]frames
2019-03-26 Robin GareusRemove extra quotes from meta-data
2019-03-26 Robin GareusFix mingw compile (declare int64_t and int32_t)
2019-03-23 Robin GareusRemove static Destroyed(*), prefer StatefulDestructable API
2019-03-23 Robin GareusRe-add Controllable registry
2019-03-23 Robin GareusUse weak-pointer for Controllable learning
2019-03-23 Robin GareusRemove c-pointer Controllable* registry
2019-03-23 Robin GareusRemove unusued API Create/Delete Binding
2019-03-18 Paul Davismake PlaybackBuffer<T>'s power-of-two size computation...
2019-03-07 Robin GareusPass stderr mode properly to vfork wrapper
2019-03-05 Robin GareusClose stderr of child processes on MacOS
2019-03-05 Robin GareusUse enum for exec stderr parameter (1/2)
2019-02-28 Robin GareusRemove ancient, unmaintained xcode project files
2019-02-28 Robin GareusRemove cruft, unused files
2019-02-28 Robin GareusClean up remnants from a half eaten apple
2019-02-26 Robin GareusRemove unused define
2019-02-26 Robin GareusPrefer vfork() over system() when opening an URI
2019-02-16 Robin GareusFix some signed/unsigned warnings
2019-02-08 Robin GareusProperly initialize atomic variable
2019-02-08 John EmmasAccommodate newly introduced source(s) in our MSVC...
2019-02-07 Robin GareusAllow reading future data without read-commit
2019-02-06 Robin GareusPrepare buffer for seeking
2019-02-06 Robin GareusOptimize buffer zero-filling
2019-02-05 Robin GareusTowards a new disk-reader ringbuffer
2019-01-23 Robin GareusNO-OP: whitespace
2019-01-23 Robin Gareussystem-exec read: allow 1 byte for null termination...
2019-01-19 Robin GareusOptimize exponential interpolation.
2018-12-19 Paul Davisadjustments for latest boost shared_ptr debug patch
2018-11-29 Robin GareusFix a tiny memory-leak when calling vfork
2018-11-20 Robin GareusPrepare session-metadata export to external command
2018-11-19 Robin GareusFix Windows and Mac Builds
2018-11-19 Robin GareusAdd API to write raw data to child processes.
2018-10-26 Robin GareusGlib throws a const FileError exception
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-10-11 Robin GareusConsolidate relative sched_get_priority computation
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-21 Robin GareusFix --no-nls (2/5), prefer #if in libs
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-08-07 Paul Davisbetter debug message with correct namespace for EventLo...
2018-05-19 John EmmasMove a couple of #undef's
2018-05-17 Robin GareusAdd a time-profiler with statistics
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2017-11-26 Robin GareusFix "open folder" for non-ASCII paths on Windows
2017-10-30 Robin GareusMove coreaudio_set_realtime_policy into libpbd
2017-10-27 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-10-26 Robin GareusAdd a RAII SpinLock (using boost's spinlock)
2017-10-18 Robin GareusFix g_stat() for 64bit windows/mingw64
2017-10-03 Robin GareusPrepare support for compression levels (archive + flac)
2017-09-28 John EmmasCheck in a few MSVC projects to accommodate the change...
2017-09-21 Robin GareusDon't recurse into MacVST bundle-folders during plugin...
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Robin GareusAdd TouchChanged signal (and re-indent)
2017-09-16 Robin GareusNamespace PBD::RingBuffer
2017-08-30 Ben LoftisAvoid assert() when loading xml: Throw an XMLerror...
2017-08-29 Robin GareusAbstract definition of rt-scheduler policy
2017-08-29 Robin GareusAdd a PBD API to set pthread priority
2017-08-04 Robin GareusAdd API to set thread-priority (for ctrl-surfaces)
2017-08-04 Robin GareusNO-OP: whitespace
2017-08-04 Robin GareusGraph profiling: allow to override max DSP thread count...
2017-07-30 Robin GareusNO-OP: name-change (_list and _lock are also used in...
2017-07-25 Robin GareusMake start_touch() truly idempotent
2017-07-03 Robin GareusPBD::init() failing is fatal in main(), don't silently...
2017-07-02 Robin GareusControllable focus notification API
2017-06-22 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-06-22 Tim MayberryRemove LocaleGuard from PBD::Controllable state methods
2017-06-21 Paul Daviscompilation requires <stdint.h>
2017-06-21 Robin GareusRemove internal_to_user/user_to_internal API
2017-06-21 Robin GareusCentralize control-parameter math functions in libpbd.
2017-06-12 Robin GareusVCA/SlavableAutomationCtrl re-design:
2017-05-29 Robin GareusNO-OP: whitespace
2017-05-29 Daniel Sheelerduplicate routes start off unsoloed to avoid issues...
2017-05-25 Tim MayberryRemove normalization of property names from libpbd...
2017-05-06 Robin GareusNO-OP: whitespace and FSF address
2017-05-05 Paul Davisextend PBD::ID API to allow construction and operator...
2017-04-22 Robin GareusAdd mechanism to reset/lock semaphores
2017-04-21 Tim MayberryUse correct property names in PBD::Undo class
2017-04-21 Tim MayberryUse hyphen for XML property names
2017-04-20 Robin GareusRelax LocaleGuards
2017-04-19 John EmmasChanges needed for building Tim's new 'string_convert...
2017-04-18 Tim MayberryAdd additional PBD::string_to/to_string specializations...
2017-04-18 Tim MayberryRemove PBD::to_string() function from pbd/convert.h
2017-04-18 Tim MayberryRemove now unused PBD::string_is_affirmative function
2017-04-18 Tim MayberryRemove unused XMLNode::add_property methods
2017-04-18 Tim MayberryUse XMLNode::set_property API in xml tests
2017-04-18 Tim MayberryUse XMLNode::set_property in PBD::PropertyTemplate...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in PBD::Configuration...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::MementoCommand...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::StatefulDiffComma...
next