summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2020-03-13mingw/gcc-8: use glib's stat(), drop hardlink supportRobin Gareus
2020-03-11fix apparent free-ordering issue reported in #7926Paul Davis
2020-03-11Fix win32, mingw/gcc-8.3 buildsRobin 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-29Fix 'samples / frames' typo in PBD::stacktrace()John Emmas
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-25Fix mem-leak, Playlist/Region SessionHandleRefRobin Gareus
2020-02-25Remove undo function from global namespaceRobin Gareus
2020-02-25NO-OP: whitespaceRobin Gareus
2020-02-24Tweak mach thread priority debug msgRobin Gareus
2020-02-24Fix setting CoreAudio RT-priorityRobin Gareus
2020-02-20Fix Inline-control visibility stateRobin 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
2020-02-07Changes needed for building with MSVCJohn Emmas
2020-01-27Fix building unit-testsRobin Gareus
2020-01-25Towards waf python 2+3 supportDavid Runge
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