Do not try to restore Route solo state after clearing all solo state
[ardour.git] / libs / pbd /
2016-11-24 Robin GareusFix mysterious crashes such as #7049
2016-11-18 John EmmasRemove the MSVC 'poll()' emulation now that Ardour...
2016-11-17 Robin Gareusfix mingw64 debug build
2016-11-10 Tim MayberryFix for conflicting definition of _xgetbv with mingw...
2016-10-29 Robin GareusAllow to construct a XML tree from a text buffer
2016-10-17 Paul Davisfix potentially crash-inducing race condition by removi...
2016-10-09 Tim MayberryUse std::vector::reserve to improve performance of...
2016-10-09 Tim MayberryRemove PropertyMap from XMLNode class
2016-10-09 Tim MayberryUse references rather than copying containers in libpbd...
2016-10-09 Tim MayberryAdd test of pbd/xml++.h API performance with three...
2016-10-09 Tim MayberryAdd XMLNode::operator==/!=() for comparing XMLNode...
2016-10-09 Tim MayberryChange position of average in PBD::timing_summary and...
2016-10-09 Tim MayberryAdd PBD::Timing::elapsed_msecs() as convenience API
2016-10-04 Kamil RytarowskiNetBSD ships with backtrace(3) in libexecinfo
2016-10-04 Kamil RytarowskiNetBSD uses statvfs for the functionality of statfs...
2016-09-19 Robin Gareusadd API to create [tar.xz] archives
2016-09-19 Tim MayberryPBD::canonical_path will no longer throw so change...
2016-09-19 Tim MayberryMove PBD::canonical_path to pbd/file_utils.h/cc and...
2016-09-19 Tim MayberryAdd test for PBD::canonical_path on Windows using utf8...
2016-09-19 Tim MayberryGive the Windows MMTimer test a better chance of passing
2016-09-15 John EmmasModify our MSVC project to use the newly introduced...
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-30 John EmmasUpdate our MSVC project files to generate the most...
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-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-19 Robin Gareusadd missing header include
2016-07-19 Robin Gareustweak realloc-pool realloc behavior.
2016-07-19 Robin Gareusre-add TLSF
2016-07-18 Paul Davisadd exception handling in LocaleGuard, to try to cover...
2016-07-18 John EmmasAdd a newly introduced source file to our MSVC project...
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-12 Paul Davisfix simple but fatal mistake in defining PBD::Controlla...
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-06-01 John EmmasAccommodate recently removed source(s) in our MSVC...
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 new enums
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-31 Paul Davisremove debug output
2016-05-31 Paul Davismostly restore VCA state on session loading.
2016-05-28 John EmmasEmulate 'log1p()' and 'expm1()' using 'log()' and ...
2016-05-21 John EmmasAccommodate the fact that 'msvc_resources.rc.in' got...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-07 Robin Gareuslocale debugging
2016-05-06 Robin Gareustrying to get to the bottom of the decimal comma.
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Robin Gareusremove assert()s from LocaleGuard
2016-05-05 Paul Davisminor comment change
2016-05-05 Paul Davisspelling fixes and an explanatory comment
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-26 Robin Gareuslet GMainContext clean up after us.
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 Gareusfix optimized build
2016-03-19 Robin Gareussuppress realloc-poll debug messages in optimized builds
2016-03-14 Paul Davisadd new Controllable::GroupDisposition value, ForGroup...
2016-03-08 Florian Weimerfix __cpuid() on x86
2016-03-04 Robin Gareusallow to override FPU detection
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-23 Robin Gareusmissing include for rand() in self-tests
2016-02-22 Robin Gareusadd realloc pool to MSVC project
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-22 Adrian KnothSpelling correction patch from Debian
2016-02-17 Robin Gareusnow with return value
2016-02-17 Robin Gareusallot to open OSX Finder with arbitrary paths
2016-02-14 Robin Gareusfix rare livelock in std::map thread_buffer_requests
2016-02-13 Robin Gareusand another typo in d442190b
2016-02-13 Robin Gareusfix typos in d442190b
2016-02-13 Robin Gareusslightly improved windows post-export hook support.
2016-02-13 Robin Gareussome half-baked support for windows command-arg substit...
2016-02-13 Robin Gareusamend d814acb - SystemExec/Export debugging
2016-02-13 Ben Loftisadd some debugging capability for users of SystemExec...
2016-02-11 Robin GareusOpen URis with spaces.
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...
next