summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18Add TouchChanged signal (and re-indent)Robin Gareus
2017-09-16Namespace PBD::RingBufferRobin Gareus
2017-08-30Avoid assert() when loading xml: Throw an XMLerror if attribute_value fails.Ben Loftis
2017-08-29Abstract definition of rt-scheduler policyRobin Gareus
2017-08-29Add a PBD API to set pthread priorityRobin Gareus
2017-08-05Add API to set thread-priority (for ctrl-surfaces)Robin Gareus
2017-08-04NO-OP: whitespaceRobin Gareus
2017-08-04Graph profiling: allow to override max DSP thread count & calc avg.Robin Gareus
2017-07-30NO-OP: name-change (_list and _lock are also used in other places)Robin Gareus
2017-07-25Make start_touch() truly idempotentRobin Gareus
2017-07-03PBD::init() failing is fatal in main(), don't silently exit.Robin Gareus