summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2019-12-31Fix two more cases of of C99 strtoll()John Emmas
2019-12-30Fix MSVC builds, use C89 strtol() instead of C99 strtoll()Robin Gareus
2019-12-29Add a numerically_less compare operatorRobin Gareus
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-07initial conversion to double buffering inside DiskReaderPaul Davis
2019-11-09Fix child-process communication (video monitor in particular)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-17fix thinko when testing for internal seek with negative distancePaul Davis
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-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-10Add lock-free multiple producer multiple reader queueRobin Gareus
2019-04-14Correct a typo that crept in somewhereJohn Emmas
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-04-08NO-OP: whitespace & revert samples -> [stack]framesRobin 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-05Use enum for exec stderr parameter (1/2)Robin Gareus
2019-02-28Remove cruft, unused filesRobin Gareus
2019-02-28Clean up remnants from a half eaten appleRobin Gareus
2019-02-16Fix some signed/unsigned warningsRobin Gareus
2019-02-08Properly initialize atomic variableRobin Gareus
2019-02-07Allow reading future data without read-commitRobin Gareus
2019-02-06Prepare buffer for seekingRobin Gareus
2019-02-06Optimize buffer zero-fillingRobin Gareus
2019-02-05Towards a new disk-reader ringbufferRobin Gareus
2019-01-19Optimize exponential interpolation.Robin Gareus
2018-11-29Fix a tiny memory-leak when calling vforkRobin Gareus
2018-11-20Prepare session-metadata export to external commandRobin Gareus
2018-11-19Add API to write raw data to child processes.Robin Gareus
2018-10-11Consolidate relative sched_get_priority computationRobin Gareus
2018-05-19Move a couple of #undef'sJohn Emmas