summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2016-04-08experimental session-save speedupRobin Gareus
2016-04-03don't collect rt-mempoll statistics anymore (by default)Robin Gareus
2016-03-31Add a few class documentations to override inherited doc.Robin Gareus
2016-03-19fix optimized buildRobin Gareus
2016-03-19suppress realloc-poll debug messages in optimized buildsRobin Gareus
2016-03-14add new Controllable::GroupDisposition value, ForGroup, to identify changes b...Paul Davis
2016-03-08fix __cpuid() on x86Florian Weimer
2016-03-04allow to override FPU detectionRobin Gareus
2016-02-27Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
2016-02-23missing include for rand() in self-testsRobin Gareus
2016-02-22add realloc pool to MSVC projectRobin Gareus
2016-02-22realloc-pool unit-testRobin Gareus
2016-02-22time-bound memory-poolRobin Gareus
2016-02-22add syntax and scaffolding for MIDI binding maps to refer to selected tracks/...Paul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-17now with return valueRobin Gareus
2016-02-17allot to open OSX Finder with arbitrary pathsRobin Gareus
2016-02-14fix rare livelock in std::map thread_buffer_requestsRobin Gareus
2016-02-14and another typo in d442190bRobin Gareus
2016-02-14fix typos in d442190bRobin Gareus
2016-02-13slightly improved windows post-export hook support.Robin Gareus
2016-02-13some half-baked support for windows command-arg substitutionsRobin Gareus
2016-02-13amend d814acb - SystemExec/Export debuggingRobin Gareus
2016-02-12add some debugging capability for users of SystemExec. Needs review.Ben Loftis
2016-02-11Open URis with spaces.Robin Gareus
2016-02-03manually revert ec8cf4e4 with an extra comment explaining the significancePaul Davis
2016-01-27Fix ยต-iness.Robin Gareus
2016-01-22rename Controllable::WholeGroup => InverseGroup to reflect real intent.Paul Davis
2016-01-18add new enums to libs/pbd enums registrationPaul 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-14use correct type of lock when removing a thread request bufferPaul Davis
2016-01-14fully clean up request buffers when a thread diesPaul Davis