summaryrefslogtreecommitdiff
path: root/libs/pbd/wscript
AgeCommit message (Expand)Author
2013-10-17get everything compiling with libardour built using -fvisibility=hiddenPaul Davis
2013-10-16add export visibility control to libpbd (works thus far on linux/gcc)Paul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-13Add PBD::init and PBD::cleanupTim Mayberry
2013-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02Resolve duplicate symbol 'cocoa_open_uri' on OSX builds.Michael Fisher
2013-07-17Add PBD::ffs functionTim Mayberry
2013-07-15(reapply with fixes) Build system changes to support mingw build targetPaul Davis
2013-07-15Revert "Build system changes to support mingw build target"Paul Davis
2013-07-15Build system changes to support mingw build targetPaul Davis
2013-07-13Add test for Glib::Mutex::trylockPaul Davis
2013-07-11Add ::localtime_r implementation for mingwPaul Davis
2013-07-11Add PBD::GlibSemaphore class that uses PBD::atomic_counter etc.Paul Davis
2013-07-11Add pbd/resource.h for portable access to resource limitsPaul Davis
2013-07-11Use boost::uuid instead of libuuidPaul Davis
2013-07-11Add test_search_path function in PBD testsuitePaul Davis
2013-04-22Disable obsolete compilation of libs/pds/dmalloc.ccAdrian Knoth
2013-04-01fix compilation on OS XPaul Davis
2013-03-24Fix PBD wscript to be python3 compatibleSakari Bergen
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
2013-03-20move path_expand() and search_path_expand() into libpbd, and use them to expa...Paul Davis
2012-06-23Remove unused pbd/filesystem.h/ccTim Mayberry
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-17Fix posix_memalign checks.David Robillard
2012-05-16Tweak comment.Carl Hetherington
2012-05-15Merge old a new signals code into one set of classes.Carl Hetherington
2012-05-14Build libs/pbd/pbd/signal.h from its generator pythonCarl Hetherington
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-05-14fix for --test build on OSXPaul Davis
2012-04-27Possibly hacky fix for tests on newer Ubuntu (or maybeCarl Hetherington
2012-04-01Fix libpbd tests and add test for url_decode().Carl Hetherington
2011-11-21tweak wscript files to set PACKAGE in one placePaul Davis
2011-11-16remove stupid symlink stuffPaul 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-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-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-04Test tweaks.Carl Hetherington
2011-02-08build-side of UUID reversionPaul Davis
2011-02-07switch to Boost UUID's and away from libuuidPaul Davis
2011-01-19Configure option to abort when malloc is called in the process thread.Carl Hetherington
2010-12-23add EPA stuff from 2.XPaul Davis
2010-11-18steps toward a working VBAP pannerPaul Davis