summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Collapse)Author
2014-12-09correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bitPaul Davis
2014-12-06fix typo in wscriptRobin Gareus
2014-12-01Relax VAMP version from 2.4 to 2.1Julien de Kozak
2014-11-26Replace individual waf options for enabling backends with one ↵Tim Mayberry
--with-backends option
2014-11-25Revert "Don't add non-clang flag regardless of platform."Robin Gareus
Apple's g++ on 10.6. does not understand -Wno-unused-local-typedefs either This reverts commit 9dd8024e41f35e581b3db5f4a873126398db9d45.
2014-11-25Check for clang with an actual code check.David Robillard
Turns out Apple in its infinite wisdom installs clang as /usr/bin/g++, so guessing based on executable name doesn't work.
2014-11-25Shup up clang about gtkmm/papertraits.h.David Robillard
2014-11-25Don't add non-clang flag regardless of platform.David Robillard
2014-11-25Fix clang check for versioned clang executables.David Robillard
2014-11-24waf is funRobin Gareus
2014-11-24OSX gcc does not support local-typedef warningRobin Gareus
2014-11-24lost quoteRobin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus
* ifdef unused static functions * brackets around assignment and comparision * no return statement in function returning non-void * boost concept_checks.hpp unused-local-typedefs
2014-11-14the return of the PPC nostalgiaRobin Gareus
2014-10-28allow to use cairo-image/software surface for canvas & cairowidgetsRobin Gareus
2014-10-25fix gcc/C++11Robin Gareus
2014-10-23weak/runtime jack linking: load libjack dynamically at runtimeRobin Gareus
2014-10-23silence clang ‘unused include file/compiler flag’ warningsRobin Gareus
2014-10-19separate host and target (OSX)Robin Gareus
2014-10-16add OSX 10.9 version flagsRobin Gareus
TODO: here, Xcode 6.0.1 and OS10.9.5 mmacosx-version-min=10.5 works and produces binaries compatible with 10.5 or later, but that may no be standard. - Please x-check, for now 10.8 should work everywhere.
2014-10-07add explanatory comment for future historiansPaul Davis
2014-10-07NOOP, proper label for flat carbon header includesRobin Gareus
2014-10-07OSX 10.9.5 compile fixes - part oneRobin Gareus
2014-10-05windows application iconRobin Gareus
2014-10-01add --with-wavesbackend config option (disabled by default)Robin Gareus
2014-10-01also build clearerlooks for windowsRobin Gareus
2014-09-29revert stupid change that breaks python3 and was probably related to other ↵Paul Davis
python-related issues fixed when support for python3 was added to our wscript files
2014-09-17fix small thinko with --no-lxvst optionPaul Davis
2014-09-10add --no-lxvst optionRobin Gareus
2014-09-07rename system and user config files with product-neutral namesPaul Davis
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-07-16parameterize the version number used to define the config directory namePaul Davis
2014-07-15fix attempt at making -framework Accelerate arguments work correctlyPaul Davis
2014-07-15fix argument list for -framework Accelerate on OS X (arguments were fused ↵Paul Davis
into a single string)
2014-07-13minor fixes to wscript files to make things python3 compatiblePaul Davis
2014-07-08add --debug-symbols configure option.Robin Gareus
This allows for --optimize --debug-symbols for profiling.
2014-07-08make WINDOWS_KEY value propagate correctly into wscript files for use when ↵Paul Davis
generating key bindings
2014-06-07Fix install path of ardour_system.rcTim Mayberry
2014-06-05mark dbus reservation tool optionalRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-06-03fix wscript for x-compilingRobin Gareus
2014-06-02fix linking against libasoundRobin Gareus
2014-06-02make ALSA backend optional and disable by defaultRobin Gareus
2014-05-28make building the dummy backend be a configure-time option. defaults to ↵Paul Davis
False for the time being
2014-05-28fix wscript to handle git revision ID that consists of just MAJOR.MINOR, as ↵Paul Davis
will happen if the repo is at the exact same rev as the MAJOR.MINOR tag
2014-05-25really fix osx mavericks detectionRobin Gareus
2014-05-24fix script breakagePaul Davis
2014-05-24osx 10.9 needs c++11 (it's now default and used for the build-stack)Robin Gareus
2014-05-24fix typo link*er*_flags for OSX w/c++11Robin Gareus
2014-05-19Merge branch 'noppc' of https://github.com/mojofunk/ardour into cairocanvasPaul Davis