Remove the MSVC 'poll()' emulation now that Ardour's stopped using poll()
[ardour.git] / libs / pbd / pbd /
2016-11-18 John EmmasRemove the MSVC 'poll()' emulation now that Ardour...
2016-10-29 Robin GareusAllow to construct a XML tree from a text buffer
2016-10-09 Tim MayberryRemove PropertyMap from XMLNode class
2016-10-09 Tim MayberryAdd XMLNode::operator==/!=() for comparing XMLNode...
2016-10-09 Tim MayberryAdd PBD::Timing::elapsed_msecs() as convenience API
2016-09-19 Robin Gareusadd API to create [tar.xz] archives
2016-09-19 Tim MayberryMove PBD::canonical_path to pbd/file_utils.h/cc and...
2016-09-14 Robin Gareusimplement file-[un]archive progress report
2016-09-13 Robin GareusAdd support for built-in file/url unzip/untar
2016-08-19 John EmmasMove 'round()' / 'trunc()' etc so that they won't confl...
2016-08-19 John Emmas'roundf()' wasn't introduced in MSVC until VS2013 ...
2016-08-14 Paul Davischange PBD::Transmitter code to use PBD::Signal<> not...
2016-07-19 Robin Gareusre-add TLSF
2016-07-14 Robin Gareusprevent duplicate symbols (fix OSX compilation)
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Paul Davisredesign PBD::LocaleGuard to work correctly (i.e. not...
2016-07-14 Robin Gareusadd a natural sort algorithm
2016-07-10 Robin Gareusadd a single-element ring-buffer write function
2016-07-01 Paul Davisadd the potential for a bit more debugging of signal...
2016-07-01 Paul Davisadd the potential for a bit more debugging of signal...
2016-06-26 Robin GareusEnable build for FreeBSD (part 1/2)
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisadd a new Controllable::NotAutomable flag
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-28 John EmmasEmulate 'log1p()' and 'expm1()' using 'log()' and ...
2016-05-07 Robin Gareuslocale debugging
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Robin Gareusrework locale-guard for C and C++ locales
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-03 Robin Gareusadd a const method to check for existing key/value...
2016-04-24 Robin Gareussome notes on mem-leaks...
2016-04-12 Robin Gareussome strategic documentation
2016-04-08 Robin GareusRevert "experimental session-save speedup" -- needs...
2016-04-08 Robin Gareusmore potential session-save speedup.
2016-04-08 Robin Gareusexperimental session-save speedup
2016-04-03 Robin Gareusdon't collect rt-mempoll statistics anymore (by default)
2016-03-30 Robin GareusAdd a few class documentations to override inherited...
2016-03-19 Robin Gareussuppress realloc-poll debug messages in optimized builds
2016-03-14 Paul Davisadd new Controllable::GroupDisposition value, ForGroup...
2016-02-22 Robin Gareusrealloc-pool unit-test
2016-02-22 Robin Gareustime-bound memory-pool
2016-02-22 Paul Davisadd syntax and scaffolding for MIDI binding maps to...
2016-02-17 Robin Gareusallot to open OSX Finder with arbitrary paths
2016-02-13 Robin Gareusamend d814acb - SystemExec/Export debugging
2016-02-13 Ben Loftisadd some debugging capability for users of SystemExec...
2016-01-22 Paul Davisrename Controllable::WholeGroup => InverseGroup to...
2016-01-16 Paul Davisclean up functors used in cross-thread call_slot()...
2016-01-14 Paul Davisremove debug output
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 Davismore event loop debugging
2016-01-13 Paul Davistypo fix
2016-01-13 Paul Davislots more DEBUG_TRACE statements for analysing malfunct...
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-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-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-12 Paul Davisprovide a mechanism to force ID regeneration/reset...
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-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-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-27 Robin Gareusupdate semantics of PBD::remove_directory()
2015-09-18 John EmmasMake sure that those recently moved functions will...
2015-09-17 Paul Davisadd string_compose argument specializations so that...
2015-09-17 Robin Gareusfix g_lstat()
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 MayberryMove Windows MMCSS related utility functions into libpbd
2015-09-16 Tim MayberryAdd PBD::DebugBit for debugging thread related debuggin...
2015-09-16 Tim MayberryRename PBD::QPC::get_timer_valid to check_timer_valid...
2015-09-16 Tim MayberryFix PBD::MMTIMER::reset_resolution and add some documen...
2015-09-16 Tim MayberryMove Windows timer utility functions from PA backend...
2015-09-12 Robin Gareusplug some memory leaks in libs
2015-09-12 Robin GareusEvent Pool usage debugging, see also 6ade16b38
2015-09-04 Robin Gareusfix bitwise enum parsing
next