summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2017-07-02Controllable focus notification APIRobin Gareus
2017-06-22Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
2017-06-22Remove LocaleGuard from PBD::Controllable state methodsTim Mayberry
2017-06-21compilation requires <stdint.h>Paul Davis
2017-06-21Remove internal_to_user/user_to_internal APIRobin Gareus
2017-06-21Centralize control-parameter math functions in libpbd.Robin Gareus
2017-06-12VCA/SlavableAutomationCtrl re-design:Robin Gareus
2017-05-29NO-OP: whitespaceRobin Gareus
2017-05-29duplicate routes start off unsoloed to avoid issues related to upstream / dow...Daniel Sheeler
2017-05-26Remove normalization of property names from libpbd xml codeTim Mayberry
2017-05-06NO-OP: whitespace and FSF addressRobin Gareus
2017-05-05extend PBD::ID API to allow construction and operator== using uint64_tPaul Davis
2017-04-22Add mechanism to reset/lock semaphoresRobin Gareus
2017-04-21Use correct property names in PBD::Undo classTim Mayberry
2017-04-21Use hyphen for XML property namesTim Mayberry
2017-04-20Relax LocaleGuardsRobin Gareus
2017-04-19Changes needed for building Tim's new 'string_convert' stuff with MSVC (libpbd)John Emmas
2017-04-19Add additional PBD::string_to/to_string specializations for PBD::IDTim Mayberry
2017-04-19Remove PBD::to_string() function from pbd/convert.hTim Mayberry
2017-04-19Remove now unused PBD::string_is_affirmative functionTim Mayberry
2017-04-19Remove unused XMLNode::add_property methodsTim Mayberry
2017-04-19Use XMLNode::set_property API in xml testsTim Mayberry
2017-04-19Use XMLNode::set_property in PBD::PropertyTemplate<T> classTim Mayberry
2017-04-19Use XMLNode::get/set_property API in PBD::ConfigurationVariable classTim Mayberry