summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2012-04-05Implement LV2 worker extension.David Robillard
2012-04-02Missing file.Carl Hetherington
2012-04-01Remove unused ustring version of url_decode(). ReworkCarl Hetherington
2012-04-01Fix libpbd tests and add test for url_decode().Carl Hetherington
2012-03-21Fix test build.Carl Hetherington
2012-03-20some deep changes to xml++ in which we retain a C-level xmlDocPtr as a member...Paul Davis
2012-03-07implement XMLNode::operator=() as a deep operation with the same semantics as...Paul Davis
2012-03-01use #include <typeinfo> before using typeidPaul Davis
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2012-01-18new file, a small ideaPaul Davis
2012-01-11complete the do-not-free-data-from-getmntinfo() fixPaul Davis
2012-01-09fix nasty memory-related crashes caused by not noticing a bug in getmntinfo()...Paul Davis
2012-01-09Fix typo.Carl Hetherington
2012-01-08sort debug optionsPaul Davis
2011-12-28new DEBUG_ENABLED(bits) macro, potentially useful here and therePaul Davis
2011-12-26explain MXCSR shenanigans in libs/pbd/fpu.ccPaul Davis
2011-12-17Clear up confusion with overloads of _frozen and frozen()Carl Hetherington
2011-12-15Add basic test of playlist layering.Carl Hetherington
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington
2011-12-02use compiler-generated _LP64 macro to detect x86_64 rather than USE_X86_64_ASMPaul Davis
2011-11-29Speculative fix for crash with untranslated messagesCarl Hetherington
2011-11-21tweak wscript files to set PACKAGE in one placePaul Davis
2011-11-21Simple ambiguitity-resolution wrapper for gettext; use forCarl Hetherington
2011-11-16Slightly unpleasant fix for creation of tracks fromCarl Hetherington
2011-11-16remove stupid symlink stuffPaul Davis
2011-11-15utility function to detect symlinksPaul Davis
2011-11-15utility function to detect symlinksPaul Davis
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-10-22Add function to recover a full path from something like '.'Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-30make libpbd header checks non-mandatory (for OS X)Paul Davis
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-26Add Signal5.Carl Hetherington
2011-09-21Use a MementoCommandBinder for Crossfades so that the undo record can contain...Carl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-05-23Fix build.Carl Hetherington
2011-05-23Assorted doxygen fixes; no functional changes.Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-19allow invalidation-of-UI-request-by-object-deletion to work more often by set...Paul Davis
2011-04-09add PBD::sys::path::exists_and_writable() method to help replace access(2)Paul Davis
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
2011-03-30Spurious character in GPL boilerplate.Carl Hetherington
2011-03-26remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (...Paul Davis