summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)Author
2013-03-10welcome to version 3.0Paul Davis
2013-03-08switch to Lucida Sans Typewriter as OS X monospace font; new pingback code to...Paul Davis
2013-03-08get 1040 vs 1070 OS X min requirement working (for lion, at least)Paul Davis
2013-03-08include min OS X spec in CXXFLAGS as well as CFLAGSPaul Davis
2013-03-08correct python syntaxPaul Davis
2013-03-08potential fix, part two, for Tiger-based font issues. this also switches thin...Paul Davis
2013-03-06two fixes from TheCranston to help out on OS X with disk space measurement, m...Paul Davis
2013-03-04allow build/packaging scripts to find the right version ID for as long as we ...Paul Davis
2013-03-04bump version to rc3, but keep OS X releases as "beta"Paul Davis
2013-02-26add --depstack-root option to waf to allow building with gtk/ardour dependenc...Paul Davis
2013-02-20reinstate decode() call on Popen.communicate() output, needed for python 3Paul Davis
2013-02-20revert 14046 which attempted to "fix" something with python3 but broke variou...Paul Davis
2013-02-13add MIDNAM (patchfiles) to child list so that they get installedPaul Davis
2013-02-03Make fetch_svn_revision work properly with python 3Sakari Bergen
2013-01-23reverse logic used to decide whether or not to explicitly link against libint...Paul Davis
2013-01-21fix git-svn version extraction for local git branchesRobin Gareus
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