mackie control: Fix crash when selecting Track on MIDI strip, don't create phase...
[ardour.git] / libs / pbd /
2016-02-03 Paul Davismanually revert ec8cf4e4 with an extra comment explaini...
2016-01-27 Robin GareusFix ยต-iness.
2016-01-22 Paul Davisrename Controllable::WholeGroup => InverseGroup to...
2016-01-18 Paul Davisadd new enums to libs/pbd enums registration
2016-01-16 Paul Davisclean up functors used in cross-thread call_slot()...
2016-01-14 Paul Davisremove debug output
2016-01-14 Paul Davisuse correct type of lock when removing a thread request...
2016-01-14 Paul Davisfully clean up request buffers when a thread dies
2016-01-14 Paul Davismanually revert 4b3043cc and 141e6fb8181; add detailed...
2016-01-14 Paul Davisdon't pick up already dead thread request buffers when...
2016-01-14 Paul Davisuse a unique key to store per-thread request buffers
2016-01-14 Paul Davisyet more event loop debug tracing
2016-01-14 Paul Davismore event loop debugging
2016-01-13 Paul Davistypo fix
2016-01-13 Paul Davislots more DEBUG_TRACE statements for analysing malfunct...
2016-01-13 Paul Davisimproved debug trace messages from BaseUI class
2016-01-11 Paul Davisremove debug output 4.5
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-29 Robin Gareusclang build fix (uint32_t is not declaed)
2015-12-29 Robin Gareusfix windows/mingw builds
2015-12-28 Paul Davisredesign cross-thread registration/signalling system
2015-12-23 John EmmasModify our MSVC project to accommodate newly introduced...
2015-12-17 Robin Gareusadd API to query stateful ID override mode
2015-12-13 Robin Gareusportable pthread_self() debug message
2015-12-12 Paul Davischange AbstractUI implementation to use EventLoop:...
2015-12-12 Paul Davisfix endless-loop-at-shutdown bug now that abstract...
2015-12-12 Paul Davismove BaseUI::_name into EventLoop; rename access method...
2015-12-12 Robin GareusNO-OP re-indent
2015-12-12 Robin Gareusremove invalid free. - fixes crash with generic midi...
2015-12-07 Kamil RytarowskiNetBSD: Stop hardcoding Python binary name
2015-12-02 Robin Gareusrename ProcessSemaphore to Semaphore (libs)
2015-12-02 Robin Gareusconsolidate semaphore implementation (part three)
2015-12-02 Robin Gareusconsolidate semaphore implementation (part one)
2015-12-02 Robin Gareusprefer pthread-semaphores (posix API) with mingw
2015-12-01 Tim MayberryDon't indent inside namespace declaration to be consist...
2015-12-01 Tim MayberryUse PBD::demangle_symbol in PBD::demangled_name<T>...
2015-12-01 Tim MayberryRename PBD::symbol_demangle and some variable names...
2015-12-01 Tim MayberryMove PBD symbol demangle functions into pbd/demangle...
2015-11-29 Robin GareusNOOP, remove trailing whitespace, replace tabs in pytho...
2015-11-17 Paul Davisuse thread private data **pointer** correctly for State...
2015-11-17 Paul Davisfix inadvertently commit error related to at-process...
2015-11-17 Paul Daviscorrect value testing for Stateful thread-private varia...
2015-11-12 Paul Davisprovide a mechanism to force ID regeneration/reset...
2015-11-10 Tim MayberryUse XMLNode::remove_child_and_delete in Stateful::add_e...
2015-11-10 Tim MayberryUse constructor initialization list in Stateful class
2015-11-10 Tim MayberryReplace spaces with tabs in pbd/stateful.h
2015-10-30 Robin Gareusadd API to suspend timers signal emission.
2015-10-23 Robin Gareusfix crash on SystemExec::Terminate
2015-10-22 Tim MayberryAdd PBD::Searchpath::contains method to check if a...
2015-10-22 Tim MayberryExpose protected PBD::Searchpath API
2015-10-22 Paul Davisadd commentary and clean up blank lines
2015-10-21 Paul Davisvariable name change: percent is 0..100, 0..1.0 is...
2015-10-21 Paul Davisensure that mutator function for CONFIG_VARIABLE_SPECIA...
2015-10-20 Robin Gareuspossible fix for invalid cleanup space calc on win32.
2015-10-20 Robin GareusNOOP, re-indent
2015-10-15 Paul Davisadd safety checking when setting up DEBUG bits 4.4
2015-10-09 Paul Davisin a CrossThread object, ensure destruction of the...
2015-10-07 Robin Gareusallow to load huge VST plugin states -fixes #6623
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from .cpp and...
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-27 Robin Gareusupdate semantics of PBD::remove_directory()
2015-09-21 Robin GareusPBD::Debug to stdout
2015-09-19 Tim MayberryFix windows test to also pass under wine
2015-09-18 John EmmasMake sure that those recently moved functions will...
2015-09-18 John EmmasMSVC projects - accommodate some modules that recently...
2015-09-17 Paul Davisadd string_compose argument specializations so that...
2015-09-17 Tim MayberryAdd test to libpbd to check PBD::touch_file and pbd...
2015-09-17 Robin Gareusfix g_lstat()
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-17 Robin Gareusadd glib/stdio compat wrapper for mingw64-w32
2015-09-16 Tim MayberryAdd PBD::QPC::initialize to initialize timer and call...
2015-09-16 Tim MayberryMake sure the QPC frequency is cached so the timer...
2015-09-16 Tim MayberryPut functions inside anonymous namespace and use static...
2015-09-16 Tim MayberryMark strings intended for developers/debugging as not...
2015-09-16 Tim MayberryDe/Initialize MMCSS on windows in PBD::init/cleanup...
2015-09-16 Tim MayberryMove Windows MMCSS related utility functions into libpbd
2015-09-16 Tim MayberryAdd PBD::DebugBit for debugging thread related debuggin...
2015-09-16 Tim MayberryPerform QPC timer check on windows in PBD::init when...
2015-09-16 Tim MayberryRename PBD::QPC::get_timer_valid to check_timer_valid...
2015-09-16 Tim MayberryAdd windows specific test for pbd/windows_timer_utils...
2015-09-16 Tim MayberryFix PBD::MMTIMER::reset_resolution and add some documen...
2015-09-16 Tim MayberryRemove glib timer test from pbd testsuite
2015-09-16 Tim MayberryMove Windows timer utility functions from PA backend...
2015-09-13 Robin Gareusallow to run unit-test under wine from srcdir.
2015-09-12 Robin Gareusplug some memory leaks in libs
2015-09-12 Robin GareusEvent Pool usage debugging, see also 6ade16b38
2015-09-05 Robin Gareusadd missing include
2015-09-04 Robin Gareusfix bitwise enum parsing
2015-09-02 Tim MayberryMove AudioBackend related debug bits into libardour
2015-08-19 Tim MayberryAdd PBD::DebugBit for debugging issues with undo history
2015-08-18 Tim MayberryChange return type and name of get_win_special_folder
2015-08-18 Tim MayberryFix Searchpath::operator+ to return by value rather...
2015-08-16 John EmmasAdd '_xgetbv()' for MSVC-9 and earlier
2015-08-14 Paul Davistweaks for AVX detection
2015-08-12 Robin Gareusfix PPC builds
2015-08-12 Paul Daviscomment tweak to show that the __cpuid() intrinsic...
2015-08-12 Robin Gareusfix mingw compilation
2015-08-12 Paul Daviscan't use xgetbv instruction with apple gcc under OS...
next