summaryrefslogtreecommitdiff
path: root/libs/pbd/wscript
AgeCommit message (Expand)Author
2013-08-13Add PBD::init and PBD::cleanupTim Mayberry
2013-08-02Resolve duplicate symbol 'cocoa_open_uri' on OSX builds.Michael Fisher
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
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10fix OS X compilationPaul Davis
2010-07-25Fix up evoral test suite.Carl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-04-02Some stub tests for scalar properties.Carl Hetherington
2010-04-02Build libpbd tests using waf.Carl Hetherington
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-02(1) stop using mangled names in history state, use demangled ones instead (2)...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis