fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / libs / pbd /
2020-01-13 Robin GareusNO-OP: whitespace
2020-01-06 Paul Davisremove unnecessary call to xmlKeepBlanksDefault()
2020-01-06 Paul Davismove call to xmlKeepBlanksDefault(0) to before the...
2020-01-05 Paul Davisrepeat baf0cdcbef1 but for BaseUI, thus covering all...
2019-12-31 Paul Davisensure that xmlKeepBlankDefault() is called early in...
2019-12-31 John EmmasFix two more cases of of C99 strtoll()
2019-12-30 Robin GareusFix MSVC builds, use C89 strtol() instead of C99 strtoll()
2019-12-30 Paul Davisuse a local version (copy) of the G_SOURCE_FUNC macro...
2019-12-29 Robin GareusAdd a numerically_less compare operator
2019-12-14 Paul Davistruncate unnecessarily verbose debug set/bits output
2019-12-14 Robin GareusAdd Inline Control Port Property
2019-12-10 Paul Davisrevert to single buffer for disk playback, and 5.x...
2019-12-09 David RobillardFix deprecated-copy warnings
2019-12-09 David RobillardFix catch of polymorphic type by value
2019-12-08 John EmmasMSVC project changes needed to support the new 'mp3...
2019-12-07 Paul Davisinitial conversion to double buffering inside DiskReader
2019-11-09 Robin GareusRemove invalid error message
2019-11-09 Robin GareusFix child-process communication (video monitor in parti...
2019-11-06 Paul Davismove at-exit messages about pool utilization to DEBUG_TRACE
2019-11-03 Robin GareusFix build -- 'printf' was not declared in this scope
2019-11-02 Paul Davismake it more likely that debug messages are printed...
2019-11-01 Robin GareusFix XML-writer edge-case (empty content)
2019-10-28 Paul Davisadd new debug bit (DebugTimestamps) that adds timestamp...
2019-10-07 Robin GareusInvert Pan-Azimuth (up means left)
2019-09-30 Robin GareusFix use of doxygen documented parameters in running...
2019-09-30 Robin GareusFix some more doxygen warnings
2019-09-30 Robin GareusFix a few hundred doxygen warnings..
2019-09-26 Robin GareusAnother try at C++11/boost spinlock initialization
2019-09-18 Robin GareusConsistent use of abort() /* NOTREACHED */
2019-09-18 Paul Davisadd finite state machine to control/manage transport...
2019-09-17 Paul Davisfix thinko when testing for internal seek with negative...
2019-09-05 Robin GareusReduce stdout/stderr clutter, prefer DEBUG_TRACE
2019-08-12 Robin GareusAdd PBD API to hard-link files
2019-08-03 Robin GareusUpdate core library GPL boilerplate and (C) from git log
2019-07-31 Robin GareusFix C++11 NSDMI
2019-07-29 John EmmasAnother try at fixing our 'spinlock_t' compatibility
2019-07-29 Robin GareusPartially undo 6d4b94df13 for MSVC and C++98 compat
2019-07-28 Robin GareusReduce compiler warnings when boost uses std-atomics
2019-07-28 Robin GareusYet another spinlock init hack for g++8 std::atomics
2019-07-28 Robin GareusPrevent spinlock copy construction
2019-07-28 Robin GareusAnother attempt at improving spinlock init
2019-07-28 Robin GareusFollow up d8ae3fd
2019-07-27 John EmmasMSVC requires an already initialized object to initiali...
2019-07-26 Robin GareusCorrectly initialize spintlock_t
2019-07-26 Robin GareusPrefix all env variable with "ARDOUR_"
2019-07-10 Robin GareusAdd lock-free multiple producer multiple reader queue
2019-07-04 Robin GareusUse exit-status macros for compatibility 2/3
2019-04-14 John EmmasCorrect a typo that crept in somewhere
2019-04-13 Robin GareusNO-OP: <tab> after <space> fixes in libs
2019-04-12 Robin GareusMixbus likes hyperthreading on Mac
2019-04-07 Robin GareusNO-OP: whitespace & revert samples -> [stack]frames
2019-03-26 Robin GareusRemove extra quotes from meta-data
2019-03-26 Robin GareusFix mingw compile (declare int64_t and int32_t)
2019-03-23 Robin GareusRemove static Destroyed(*), prefer StatefulDestructable API
2019-03-23 Robin GareusRe-add Controllable registry
2019-03-23 Robin GareusUse weak-pointer for Controllable learning
2019-03-23 Robin GareusRemove c-pointer Controllable* registry
2019-03-23 Robin GareusRemove unusued API Create/Delete Binding
2019-03-18 Paul Davismake PlaybackBuffer<T>'s power-of-two size computation...
2019-03-07 Robin GareusPass stderr mode properly to vfork wrapper
2019-03-05 Robin GareusClose stderr of child processes on MacOS
2019-03-05 Robin GareusUse enum for exec stderr parameter (1/2)
2019-02-28 Robin GareusRemove ancient, unmaintained xcode project files
2019-02-28 Robin GareusRemove cruft, unused files
2019-02-28 Robin GareusClean up remnants from a half eaten apple
2019-02-26 Robin GareusRemove unused define
2019-02-26 Robin GareusPrefer vfork() over system() when opening an URI
2019-02-16 Robin GareusFix some signed/unsigned warnings
2019-02-08 Robin GareusProperly initialize atomic variable
2019-02-08 John EmmasAccommodate newly introduced source(s) in our MSVC...
2019-02-07 Robin GareusAllow reading future data without read-commit
2019-02-06 Robin GareusPrepare buffer for seeking
2019-02-06 Robin GareusOptimize buffer zero-filling
2019-02-05 Robin GareusTowards a new disk-reader ringbuffer
2019-01-23 Robin GareusNO-OP: whitespace
2019-01-23 Robin Gareussystem-exec read: allow 1 byte for null termination...
2019-01-19 Robin GareusOptimize exponential interpolation.
2018-12-19 Paul Davisadjustments for latest boost shared_ptr debug patch
2018-11-29 Robin GareusFix a tiny memory-leak when calling vfork
2018-11-20 Robin GareusPrepare session-metadata export to external command
2018-11-19 Robin GareusFix Windows and Mac Builds
2018-11-19 Robin GareusAdd API to write raw data to child processes.
2018-10-26 Robin GareusGlib throws a const FileError exception
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-10-11 Robin GareusConsolidate relative sched_get_priority computation
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-21 Robin GareusFix --no-nls (2/5), prefer #if in libs
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-08-07 Paul Davisbetter debug message with correct namespace for EventLo...
2018-05-19 John EmmasMove a couple of #undef's
2018-05-17 Robin GareusAdd a time-profiler with statistics
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2017-11-26 Robin GareusFix "open folder" for non-ASCII paths on Windows
2017-10-30 Robin GareusMove coreaudio_set_realtime_policy into libpbd
2017-10-27 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-10-26 Robin GareusAdd a RAII SpinLock (using boost's spinlock)
2017-10-18 Robin GareusFix g_stat() for 64bit windows/mingw64
2017-10-03 Robin GareusPrepare support for compression levels (archive + flac)
2017-09-28 John EmmasCheck in a few MSVC projects to accommodate the change...
2017-09-21 Robin GareusDon't recurse into MacVST bundle-folders during plugin...
next