summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2020-01-14NO-OP: whitespaceRobin Gareus
2020-01-05remove unnecessary call to xmlKeepBlanksDefault()Paul Davis
2020-01-05move call to xmlKeepBlanksDefault(0) to before the creation of an XML parser ...Paul Davis
2020-01-05repeat baf0cdcbef1 but for BaseUI, thus covering all control protocolsPaul Davis
2019-12-31ensure that xmlKeepBlankDefault() is called early in instance-life, from PBD:...Paul Davis
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-30use a local version (copy) of the G_SOURCE_FUNC macro, since it is not availa...Paul Davis
2019-12-29Add a numerically_less compare operatorRobin Gareus
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