summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2020-04-14Fix playback alignment when adding/removing channelsRobin Gareus
2020-04-08prefer initialization to assignmentPaul Davis
2020-04-05Extend FileArchive to import archive entries individuallyJohannes Mueller
2020-03-26Some initial changes (currently for libpbd only) to help a new contributer wh...John Emmas
2020-03-18Add flag to explicitly hide a controlRobin Gareus
2020-03-13mingw/gcc-8: use glib's stat(), drop hardlink supportRobin Gareus
2020-03-10Add convenience ControlFlags operatorsRobin Gareus
2020-03-09Fix MacOS 10.11 (clang-8.0.0) buildsRobin Gareus
2020-03-06Add a STL Allocator using the stack (for rt safety)Robin Gareus
2020-02-28NO-OP: whitespace, re-indentRobin Gareus
2020-02-28Fix some recursive undo removalRobin Gareus
2020-02-28Fix double free of undo commands (amend 9e6435ff145)Robin Gareus
2020-02-25Remove undo function from global namespaceRobin Gareus
2020-02-25NO-OP: whitespaceRobin Gareus
2020-02-20controllable::{get_set}_interface() are convenience wrappers for funcs that n...Ben Loftis
2020-02-20NOOP: fix brace/newline usePaul Davis
2020-02-19expose PlaybackBuffer::reservation and make the member constPaul Davis
2020-02-19remove unused methodPaul Davis
2020-02-19Remove unused dummy control classRobin Gareus
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