summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2019-04-08NO-OP: whitespace & revert samples -> [stack]framesRobin Gareus
2019-03-26Remove extra quotes from meta-dataRobin 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-07Pass stderr mode properly to vfork wrapperRobin Gareus
2019-03-05Close stderr of child processes on MacOSRobin Gareus
2019-03-05Use enum for exec stderr parameter (1/2)Robin Gareus
2019-02-28Remove ancient, unmaintained xcode project filesRobin Gareus
2019-02-28Remove cruft, unused filesRobin Gareus
2019-02-28Clean up remnants from a half eaten appleRobin Gareus
2019-02-26Remove unused defineRobin Gareus
2019-02-26Prefer vfork() over system() when opening an URIRobin Gareus
2019-02-16Fix some signed/unsigned warningsRobin Gareus
2019-02-08Properly initialize atomic variableRobin Gareus
2019-02-08Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
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-23NO-OP: whitespaceRobin Gareus
2019-01-23system-exec read: allow 1 byte for null termination -- #7715Robin Gareus
2019-01-19Optimize exponential interpolation.Robin Gareus
2018-12-19adjustments for latest boost shared_ptr debug patchPaul Davis
2018-11-29Fix a tiny memory-leak when calling vforkRobin Gareus
2018-11-20Prepare session-metadata export to external commandRobin Gareus
2018-11-19Fix Windows and Mac BuildsRobin Gareus
2018-11-19Add API to write raw data to child processes.Robin Gareus
2018-10-26Glib throws a const FileError exceptionRobin Gareus
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-11Consolidate relative sched_get_priority computationRobin Gareus
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ...John Emmas
2018-09-21Fix --no-nls (2/5), prefer #if in libsRobin Gareus
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-08-07better debug message with correct namespace for EventLoop::invalidate_request()Paul Davis
2018-05-19Move a couple of #undef'sJohn Emmas
2018-05-17Add a time-profiler with statisticsRobin Gareus
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2017-11-27Fix "open folder" for non-ASCII paths on WindowsRobin Gareus
2017-10-30Move coreaudio_set_realtime_policy into libpbdRobin Gareus
2017-10-27Accommodate newly added/removed source(s) in our MSVC project (libpbd)John Emmas
2017-10-26Add a RAII SpinLock (using boost's spinlock)Robin Gareus
2017-10-18Fix g_stat() for 64bit windows/mingw64Robin Gareus
2017-10-03Prepare support for compression levels (archive + flac)Robin Gareus
2017-09-28Check in a few MSVC projects to accommodate the change from libtimecode to li...John Emmas
2017-09-21Don't recurse into MacVST bundle-folders during plugin-scanRobin Gareus