summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2016-09-19Add test for PBD::canonical_path on Windows using utf8 stringsTim Mayberry
2016-09-19Give the Windows MMTimer test a better chance of passingTim Mayberry
2016-09-15Modify our MSVC project to use the newly introduced 'libarchive' library (lib...John Emmas
2016-09-14implement file-[un]archive progress reportRobin Gareus
2016-09-13Add support for built-in file/url unzip/untarRobin Gareus
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-08-19Move 'round()' / 'trunc()' etc so that they won't conflict with any versions ...John Emmas
2016-08-19'roundf()' wasn't introduced in MSVC until VS2013 - so for the time being, le...John Emmas
2016-08-14change PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since t...Paul Davis
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-19add missing header includeRobin Gareus
2016-07-19tweak realloc-pool realloc behavior.Robin Gareus
2016-07-19re-add TLSFRobin Gareus
2016-07-18add exception handling in LocaleGuard, to try to cover more OS X wierd/corner...Paul Davis
2016-07-18Add a newly introduced source file to our MSVC project (libpbd)John Emmas
2016-07-14prevent duplicate symbols (fix OSX compilation)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14redesign PBD::LocaleGuard to work correctly (i.e. not break translations)Paul Davis
2016-07-14add a natural sort algorithmRobin Gareus
2016-07-12fix simple but fatal mistake in defining PBD::Controllable::Flags enums.Paul Davis
2016-07-10add a single-element ring-buffer write functionRobin Gareus
2016-07-01add the potential for a bit more debugging of signal connectsPaul Davis
2016-07-01add the potential for a bit more debugging of signal connectsPaul Davis
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
2016-06-01Accommodate recently removed source(s) in our MSVC project (libpbd)John Emmas
2016-05-31move ControllableDescriptor from libpbd to libardour; add support for describ...Paul Davis
2016-05-31a slew of as-yet incomplete work to get VCA solo+mute closer to workingPaul Davis
2016-05-31add new enumsPaul Davis
2016-05-31add a new Controllable::NotAutomable flagPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31change API of Controllable::Changed signal to include (from_self, GroupContro...Paul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31mostly restore VCA state on session loading.Paul Davis
2016-05-28Emulate 'log1p()' and 'expm1()' using 'log()' and 'exp()'John Emmas
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-07locale debuggingRobin Gareus
2016-05-07trying to get to the bottom of the decimal comma.Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-05remove assert()s from LocaleGuardRobin Gareus
2016-05-05minor comment changePaul Davis
2016-05-05spelling fixes and an explanatory commentPaul Davis
2016-05-05rework locale-guard for C and C++ localesRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-03add a const method to check for existing key/value propertiesRobin Gareus
2016-04-26let GMainContext clean up after us.Robin Gareus
2016-04-24some notes on mem-leaks...Robin Gareus
2016-04-12some strategic documentationRobin Gareus
2016-04-08Revert "experimental session-save speedup" -- needs C++11Robin Gareus
2016-04-08more potential session-save speedup.Robin Gareus