summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2016-02-12add some debugging capability for users of SystemExec. Needs review.Ben Loftis
2016-01-22rename Controllable::WholeGroup => InverseGroup to reflect real intent.Paul Davis
2016-01-16clean up functors used in cross-thread call_slot() messages, in case they con...Paul Davis
2016-01-14remove debug outputPaul Davis
2016-01-14fully clean up request buffers when a thread diesPaul Davis
2016-01-14manually revert 4b3043cc and 141e6fb8181; add detailed explanatory commentPaul Davis
2016-01-13don't pick up already dead thread request buffers when setting up an event loopPaul Davis
2016-01-13more event loop debuggingPaul Davis
2016-01-13typo fixPaul Davis
2016-01-13lots more DEBUG_TRACE statements for analysing malfunctioning systemPaul Davis
2016-01-10remove debug output4.5Paul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-29clang build fix (uint32_t is not declaed)Robin Gareus
2015-12-29fix windows/mingw buildsRobin Gareus
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-17add API to query stateful ID override modeRobin Gareus
2015-12-13portable pthread_self() debug messageRobin Gareus
2015-12-12change AbstractUI implementation to use EventLoop::event_loop_name() and add ...Paul Davis
2015-12-12fix endless-loop-at-shutdown bug now that abstract UI request buffers are usedPaul Davis
2015-12-12move BaseUI::_name into EventLoop; rename access method in EventLoop as event...Paul Davis
2015-12-12NO-OP re-indentRobin Gareus
2015-12-12remove invalid free. - fixes crash with generic midi surfaceRobin Gareus
2015-12-02rename ProcessSemaphore to Semaphore (libs)Robin Gareus
2015-12-02consolidate semaphore implementation (part three)Robin Gareus
2015-12-02consolidate semaphore implementation (part one)Robin Gareus
2015-12-02prefer pthread-semaphores (posix API) with mingwRobin Gareus
2015-12-01Don't indent inside namespace declaration to be consistent with ardour styleTim Mayberry
2015-12-01Use PBD::demangle_symbol in PBD::demangled_name<T> to reduce code duplicationTim Mayberry
2015-12-01Rename PBD::symbol_demangle and some variable names to improve readabilityTim Mayberry
2015-12-01Move PBD symbol demangle functions into pbd/demangle.h/ccTim Mayberry
2015-11-12provide a mechanism to force ID regeneration/reset in PBD::Stateful when sett...Paul Davis
2015-11-10Replace spaces with tabs in pbd/stateful.hTim Mayberry
2015-10-30add API to suspend timers signal emission.Robin Gareus
2015-10-22Add PBD::Searchpath::contains method to check if a Searchpath contains a pathTim Mayberry
2015-10-22Expose protected PBD::Searchpath APITim Mayberry
2015-10-21add commentary and clean up blank linesPaul Davis
2015-10-21variable name change: percent is 0..100, 0..1.0 is a fractionPaul Davis
2015-10-21ensure that mutator function for CONFIG_VARIABLE_SPECIAL is used when assigni...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-27update semantics of PBD::remove_directory()Robin Gareus
2015-09-18Make sure that those recently moved functions will be visible if they're need...John Emmas
2015-09-17add string_compose argument specializations so that empty std::string and emp...Paul Davis
2015-09-17fix g_lstat() Robin Gareus
2015-09-17add glib/stdio compat wrapper for mingw64-w32Robin Gareus
2015-09-16Add PBD::QPC::initialize to initialize timer and call it from PBD::initTim Mayberry
2015-09-16Move Windows MMCSS related utility functions into libpbdTim Mayberry
2015-09-16Add PBD::DebugBit for debugging thread related debugging outputTim Mayberry
2015-09-16Rename PBD::QPC::get_timer_valid to check_timer_valid and perform timer testTim Mayberry
2015-09-16Fix PBD::MMTIMER::reset_resolution and add some documentationTim Mayberry