summaryrefslogtreecommitdiff
path: root/libs/pbd/wscript
AgeCommit message (Expand)Author
2014-03-01for windows build, add fallback_folders.cc to libpbd source listPaul Davis
2014-03-01add likely stub code for adding linkage to libole when building libpbd on win...Paul Davis
2014-03-01add -DPROGRAM_NAME to libpbd compile flagsPaul Davis
2014-02-19move SystemExec to libpbdRobin Gareus
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to libpbd, and make things workPaul Davis
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