summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2019-12-14truncate unnecessarily verbose debug set/bits outputPaul Davis
2019-12-14Add Inline Control Port PropertyRobin Gareus
2019-12-10revert to single buffer for disk playback, and 5.x-style overwritePaul Davis
2019-12-09Fix deprecated-copy warningsDavid Robillard
2019-12-09Fix catch of polymorphic type by valueDavid Robillard
2019-12-08MSVC project changes needed to support the new 'mp3 import' stuffJohn Emmas
2019-12-07initial conversion to double buffering inside DiskReaderPaul Davis
2019-11-09Remove invalid error messageRobin Gareus
2019-11-09Fix child-process communication (video monitor in particular)Robin Gareus
2019-11-06move at-exit messages about pool utilization to DEBUG_TRACEPaul Davis
2019-11-03Fix build -- 'printf' was not declared in this scopeRobin Gareus
2019-11-02make it more likely that debug messages are printed without x-thread interrup...Paul Davis
2019-11-01Fix XML-writer edge-case (empty content)Robin Gareus
2019-10-28add new debug bit (DebugTimestamps) that adds timestamps to all debug messagesPaul Davis
2019-10-07Invert Pan-Azimuth (up means left)Robin Gareus
2019-09-30Fix use of doxygen documented parameters in running textRobin Gareus
2019-09-30Fix some more doxygen warningsRobin Gareus
2019-09-30Fix a few hundred doxygen warnings..Robin Gareus
2019-09-26Another try at C++11/boost spinlock initializationRobin Gareus
2019-09-18Consistent use of abort() /* NOTREACHED */Robin Gareus
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-09-17fix thinko when testing for internal seek with negative distancePaul Davis
2019-09-05Reduce stdout/stderr clutter, prefer DEBUG_TRACERobin Gareus
2019-08-12Add PBD API to hard-link filesRobin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-07-31Fix C++11 NSDMIRobin Gareus
2019-07-29Another try at fixing our 'spinlock_t' compatibilityJohn Emmas
2019-07-29Partially undo 6d4b94df13 for MSVC and C++98 compatRobin Gareus
2019-07-28Reduce compiler warnings when boost uses std-atomicsRobin Gareus
2019-07-28Yet another spinlock init hack for g++8 std::atomicsRobin Gareus
2019-07-28Prevent spinlock copy constructionRobin Gareus
2019-07-28Another attempt at improving spinlock initRobin Gareus
2019-07-28Follow up d8ae3fdRobin Gareus
2019-07-27MSVC requires an already initialized object to initialize our boost::detail::...John Emmas
2019-07-26Correctly initialize spintlock_tRobin Gareus
2019-07-26Prefix all env variable with "ARDOUR_"Robin Gareus
2019-07-10Add lock-free multiple producer multiple reader queueRobin Gareus
2019-07-04Use exit-status macros for compatibility 2/3Robin Gareus
2019-04-14Correct a typo that crept in somewhereJohn Emmas
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-04-12Mixbus likes hyperthreading on MacRobin Gareus
2019-04-08NO-OP: whitespace & revert samples -> [stack]framesRobin Gareus
2019-03-26Remove extra quotes from meta-dataRobin Gareus
2019-03-26Fix mingw compile (declare int64_t and int32_t)Robin Gareus
2019-03-23Remove static Destroyed(*), prefer StatefulDestructable APIRobin Gareus
2019-03-23Re-add Controllable registryRobin Gareus
2019-03-23Use weak-pointer for Controllable learningRobin Gareus
2019-03-23Remove c-pointer Controllable* registryRobin Gareus
2019-03-23Remove unusued API Create/Delete BindingRobin Gareus
2019-03-18make PlaybackBuffer<T>'s power-of-two size computation available to othersPaul Davis