summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2019-03-07Pass stderr mode properly to vfork wrapperRobin Gareus
2019-03-05Close stderr of child processes on MacOSRobin Gareus
2019-03-05Use enum for exec stderr parameter (1/2)Robin Gareus
2019-02-28Remove ancient, unmaintained xcode project filesRobin Gareus
2019-02-28Remove cruft, unused filesRobin Gareus
2019-02-28Clean up remnants from a half eaten appleRobin Gareus
2019-02-26Remove unused defineRobin Gareus
2019-02-26Prefer vfork() over system() when opening an URIRobin Gareus
2019-02-16Fix some signed/unsigned warningsRobin Gareus
2019-02-08Properly initialize atomic variableRobin Gareus
2019-02-08Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
2019-02-07Allow reading future data without read-commitRobin Gareus