summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)Author
2013-01-19new take on getting SVN revision numberPaul Davis
2013-01-07fix i18n-caused error in determining svn revision (shoudl fix #5256)Paul Davis
2013-01-07fix error in wscript re: wiimotePaul Davis
2013-01-07reinstate wiimote support, thanks to work by jannis pohlmannPaul Davis
2013-01-06sys.platform == 'linux2' VA linux2.x and 3.xRobin Gareus
2013-01-05!darwin != linuxRobin Gareus
2013-01-04fix builds on newer gcc/ldPaul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-04bump versionPaul Davis
2012-12-04(re)fix for OS X 10.6 math.h breakagePaul Davis
2012-12-04fix for OS X 10.6 math.h breakagePaul Davis
2012-11-09clean up stupid confusion over ardour_system.rc and its contents. this file d...Paul Davis
2012-10-05Fix wscript when PKG_CONFIG_PATH is empty.Carl Hetherington
2012-10-04fix up various aspects of building against a private/personal dependency stackPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-26fix for fetching git revision, from robin gareusPaul Davis
2012-07-25we're not really a beta anymorePaul Davis
2012-07-25add a new -DBOOST_SYSTEM_NO_DEPRECATED to try to remove the need to link agai...Paul Davis
2012-07-25bump glibmm required version to 2.32Paul Davis
2012-07-24remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in ...Paul Davis
2012-07-23bump versionPaul Davis
2012-06-11Try to make cppunit mandatory if --test is passed toCarl Hetherington
2012-05-24Compile cleanly with clang.David Robillard
2012-05-23bump version because of paste deadlockPaul Davis
2012-05-22bump to beta4Paul Davis
2012-05-21remove Tranzport configure option, since the code will not workPaul Davis
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-17some tweaks to wscript, primary goal to make libintl stuff discoverable even ...Paul Davis
2012-05-17Fix posix_memalign checks.David Robillard
2012-05-16fixup generic build, which allows -arch i386 build on OS X, effectively cross...Paul Davis
2012-05-15fix dangling remnant of old system config varPaul Davis
2012-05-15add --generic flag to wscript to trigger -mtune=generic builds; stop using ol...Paul Davis
2012-05-15fix python3 incompatability in wscriptPaul Davis
2012-05-15Merge old a new signals code into one set of classes.Carl Hetherington
2012-05-11disable installing a3 for now, so that people don't scratch their heads when ...Paul Davis
2012-05-04use pkg-config to find curl and assume that version 7.X has curl_global_initPaul Davis
2012-05-04potential fix for ./waf configure problems introduced last nightPaul Davis
2012-05-04try to use --also-libdir to try to find curl, part 3Paul Davis
2012-05-04try to use --also-libdir to try to find curl, part 2Paul Davis
2012-05-04try to use --also-libdir to try to find curlPaul Davis
2012-05-04provide a way to add additional libraries so that we can find libs that (stup...Paul Davis
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-05-01Remove now unnecessary check for RecMutex.Carl Hetherington
2012-04-26Use Glib::Threads::RecMutex rather than Glib::RecMutex whereCarl Hetherington
2012-04-20Remove support for old and/or experimental LV2 stuff.David Robillard
2012-03-29fix bizarre typo in OS X build (bizarre because its not clear how it could ha...Paul Davis
2012-03-16tweak2Paul Davis
2012-03-16tweakPaul Davis
2012-03-16hack for OS X builds where explicit linkage against libintl can be required b...Paul Davis
2012-03-14Write SVN revision on every build (#4770).Carl Hetherington