do not include templates in a distributed version of ardour, they are useless. see...
[ardour.git] / wscript
2013-04-06 Paul Davisdo not include templates in a distributed version of...
2013-04-06 Paul Davisadd pkg-config check on liblo, now that NSM support...
2013-03-20 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-20 Paul Davisremaining part of static library commit, should have...
2013-03-19 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-18 Paul DavisMerge branch 'kdev4' of https://github.com/jdekozak...
2013-03-18 Julien de KozakSet the revision mechanism independent from the VCS...
2013-03-13 Robin Gareusvideotimline
2013-03-13 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-13 Robin Gareusprint the git version on build
2013-03-12 Robin Gareusgit revision extraction
2013-03-11 Paul Davisremove debug output from wscript
2013-03-11 Paul Davisremoval manual tree from source code, since this has...
2013-03-10 Paul Davisadd pseudo-target "tarball" needed in order to build...
2013-03-10 Paul Daviswelcome to version 3.0
2013-03-08 Paul Davisswitch to Lucida Sans Typewriter as OS X monospace...
2013-03-08 Paul Davisget 1040 vs 1070 OS X min requirement working (for...
2013-03-08 Paul Davisinclude min OS X spec in CXXFLAGS as well as CFLAGS
2013-03-08 Paul Daviscorrect python syntax
2013-03-08 Paul Davispotential fix, part two, for Tiger-based font issues...
2013-03-06 Paul Davistwo fixes from TheCranston to help out on OS X with...
2013-03-04 Paul Davisallow build/packaging scripts to find the right version...
2013-03-04 Paul Davisbump version to rc3, but keep OS X releases as "beta"
2013-02-26 Paul Davisadd --depstack-root option to waf to allow building...
2013-02-20 Paul Davisreinstate decode() call on Popen.communicate() output...
2013-02-20 Paul Davisrevert 14046 which attempted to "fix" something with...
2013-02-13 Paul Davisadd MIDNAM (patchfiles) to child list so that they...
2013-02-03 Sakari BergenMake fetch_svn_revision work properly with python 3
2013-01-23 Paul Davisreverse logic used to decide whether or not to explicit...
2013-01-21 Robin Gareusfix git-svn version extraction for local git branches
2013-01-19 Paul Davisnew take on getting SVN revision number
2013-01-07 Paul Davisfix i18n-caused error in determining svn revision ...
2013-01-07 Paul Davisfix error in wscript re: wiimote
2013-01-07 Paul Davisreinstate wiimote support, thanks to work by jannis...
2013-01-06 Robin Gareussys.platform == 'linux2' VA linux2.x and 3.x
2013-01-05 Robin Gareus!darwin != linux
2013-01-04 Paul Davisfix builds on newer gcc/ld
2012-12-14 Paul Davismerge robin gareus' libltc into ardour source tree...
2012-12-04 Paul Davisbump version
2012-12-04 Paul Davis(re)fix for OS X 10.6 math.h breakage
2012-12-04 Paul Davisfix for OS X 10.6 math.h breakage
2012-11-09 Paul Davisclean up stupid confusion over ardour_system.rc and...
2012-10-05 Carl HetheringtonFix wscript when PKG_CONFIG_PATH is empty.
2012-10-04 Paul Davisfix up various aspects of building against a private...
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-07-26 Paul Davisfix for fetching git revision, from robin gareus
2012-07-25 Paul Daviswe're not really a beta anymore
2012-07-25 Paul Davisadd a new -DBOOST_SYSTEM_NO_DEPRECATED to try to remove...
2012-07-25 Paul Davisbump glibmm required version to 2.32
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-07-23 Paul Davisbump version
2012-06-11 Carl HetheringtonTry to make cppunit mandatory if --test is passed to
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-23 Paul Davisbump version because of paste deadlock
2012-05-22 Paul Davisbump to beta4
2012-05-21 Paul Davisremove Tranzport configure option, since the code will...
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-17 Paul Davissome tweaks to wscript, primary goal to make libintl...
2012-05-17 David RobillardFix posix_memalign checks.
2012-05-16 Paul Davisfixup generic build, which allows -arch i386 build...
2012-05-15 Paul Davisfix dangling remnant of old system config var
2012-05-15 Paul Davisadd --generic flag to wscript to trigger -mtune=generic...
2012-05-15 Paul Davisfix python3 incompatability in wscript
2012-05-15 Carl HetheringtonMerge old a new signals code into one set of classes.
2012-05-11 Paul Davisdisable installing a3 for now, so that people don't...
2012-05-04 Paul Davisuse pkg-config to find curl and assume that version...
2012-05-04 Paul Davispotential fix for ./waf configure problems introduced...
2012-05-04 Paul Davistry to use --also-libdir to try to find curl, part 3
2012-05-04 Paul Davistry to use --also-libdir to try to find curl, part 2
2012-05-04 Paul Davistry to use --also-libdir to try to find curl
2012-05-04 Paul Davisprovide a way to add additional libraries so that we...
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-05-01 Carl HetheringtonRemove now unnecessary check for RecMutex.
2012-04-26 Carl HetheringtonUse Glib::Threads::RecMutex rather than Glib::RecMutex...
2012-04-20 David RobillardRemove support for old and/or experimental LV2 stuff.
2012-03-29 Paul Davisfix bizarre typo in OS X build (bizarre because its...
2012-03-16 Paul Davistweak2
2012-03-16 Paul Davistweak
2012-03-16 Paul Davishack for OS X builds where explicit linkage against...
2012-03-14 Carl HetheringtonWrite SVN revision on every build (#4770).
2012-03-12 Paul Davistell people that --universal is OS X only
2012-02-29 Paul Davisfix typo for OS X build
2012-02-07 Paul Davisbump version
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-14 Carl HetheringtonAdd some debug code to time things in the process
2012-01-05 Paul Davisfix over-zealous optimization in tempo map, caused...
2011-12-27 Carl HetheringtonRemove some wrongly commited stuff. Sorry\!
2011-12-27 Carl HetheringtonAdd configure option to raise a FP exception when a...
2011-12-21 Carl HetheringtonUn bit-rot the docbook manual build, just for kicks.
2011-12-04 Paul Davisdo that freesound build change properly
2011-12-04 Paul Davismake Freesound support default to true
2011-12-02 Paul Davisupdate and fix configure options (from Robin)
2011-12-02 Paul Davisuse compiler-generated _LP64 macro to detect x86_64...
2011-11-21 Paul Davisnew i18n targets (to be explained in TRANSLATORS)
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-21 Paul Davismore consistent --no-lv2 option
2011-11-21 Paul Davismake LV2 support the default, still
2011-11-21 Paul Davismake --lv2=0 work, as a workaround for LV2 release...
2011-11-18 David RobillardRemove redundant --extra-warn option (--strict does...
2011-11-17 Paul Davisanother attempt to fix win/86 VST builds
next