summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Collapse)Author
2018-09-21Fix --no-nls (1/5): ENABLE_NLS = 1/0 configRobin Gareus
system-wide gettext uses `#if ENABLE_NLS`, not #ifdef
2018-09-19AppData: 'revision' in revision.cc is expected in the 2nd lineGuido Aulisi
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
2018-09-19generate revision.cc with one item per lineNils Philippsen
2018-09-19AppData release tags need a date to be validNils Philippsen
Or a timestamp, but that's deprecated. Create it from the last commit, store it in/retrieve it from revision.cc and substitute it in the template. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases
2018-05-12First draft of a-expanderJohannes Mueller
2018-01-30Add factory plugin tags + favoritesRobin Gareus
2018-01-28Adds support for building in Mac OS High SierraChris Dennis
2017-10-21Detected boost using a compile-time check (works w/x-compile)Robin Gareus
2017-09-24part two of initial libtemporal creationPaul Davis
2017-09-20Fix buildstack revision reportRobin Gareus
2017-09-19Fix buildstack reportRobin Gareus
2017-09-18Don't build ni-maschine support by defaultRobin Gareus
While the pads work, overall integration is still not present, mainly because the device does not lend itself for editing & mixing in a DAW environment.
2017-09-16Add libzita-resampler as libRobin Gareus
This simplifies x-compiling and x-platform builds as well allows to statically link, if needed.
2017-09-03Fix the Unicode workaround in wscriptJulien "_FrnchFrgg_" RIVAUD
The previous code was supposed to ensure VERSIONĀ and PROGRAM_VERSION were *not* Unicode objects since though they are the correct type to represent strings in Python 2, too many libraries have strange issues dealing with them, and UnicodeErrors can creep in with implicit conversions from/to Unicode objects. But in fact it did exactly the contrary since str.decode() always returns Unicode objects, whose type corresponds to the str class in Python 3. Fix it so that in both Python 2 and 3 the constants are eventually instances of str.
2017-08-24fix waf template installRobin Gareus
2017-08-23Deploy Session-templatesRobin Gareus
2017-08-05full integration of beatbox test app into ardour tree+build systemPaul Davis
Plus a few attempts at catching note on/off quantization stuff
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
A canvas is just a canvas. Move WaveView into its own library.
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-06-26Output the setting of the --no-threaded-waveviews option during configureTim Mayberry
2017-05-12Remove cfgtool, it's not useful anymoreRobin Gareus
cfgtool was used to dump the current config defaults into ./system_config on the system it runs. It was manually invoked (usually on Linux) and hence produced incorrect settings for Windows and OSX variants. Since ea4bbcf5 Ardour binaries bundle a minimal empty system_config, and the built-in defaults are used (correct for every platform).
2017-04-07Fix linking on El CapitanRobin Gareus
Modern xcode, does not allow std::locale::numeric with 10.8 SDK
2017-04-04Fix build-stack revision path (3d952b095)Robin Gareus
2017-04-04Include build-stack rev in config reportRobin Gareus
2017-04-04Sort and group configuration reportRobin Gareus
2017-02-26Fix yet another oversight for the windows icon file updateRobin Gareus
2017-02-19Allow to keep environment C/XXFLAGS with debug buildsRobin Gareus
this is needed for e.g. windows debug builds to pass mstackrealign
2017-01-14consolidate --help text, allow to generate man page.Robin Gareus
2017-01-05adapted wscript for macos sierrapowerpaul17
2017-01-05fixed compilation on osx, minimal version was wrongPaul Tirk
2016-12-11Add a small tool to experiment with libcanvasRobin Gareus
2016-12-04Always build dummy backend if building testsDavid Robillard
The libardour tests require the dummy backend to be present.
2016-11-29separate openbsd casesDavid Carlier
2016-11-29Making buildable under OpenBSD.David Carlier
2016-11-19Disable OSX 10.5/PPC support (MacVST is Cocoa UI only)Robin Gareus
2016-11-16Revert "disable MacVST support (until it's ready)"Robin Gareus
This reverts commit e0766e8f74e740cd24645f3712873a1b669e4995.
2016-11-13disable MacVST support (until it's ready)Robin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus
2016-10-23Include hidapi libraryRobin Gareus
2016-10-04allow linking unbundled version of qm-dspNils Philippsen
In the course, rename the bundled, built version libqm-dsp so it matches packaged versions.
2016-09-28clang on el capitan etc. no longer supports -fstrength-reducePaul Davis
2016-09-15Add defines necessary for successful gcc/mingw compile with --cxx11 optionTim Mayberry
_USE_MATH_DEFINES is required for M_PI WIN32 is no longer defined by gcc/mingw with --cxx11 option enabled(of course _WIN32 still is) but as it is used in a liblo header(even though it is probably incorrect to do so) define it.
2016-09-13Add support for built-in file/url unzip/untarRobin Gareus
This introduces new build-dependency: libarchive (http://www.libarchive.org/)
2016-08-24OSC: Add preset loading to OSC GUILen Ovens
2016-08-24a-fluidsynthRobin Gareus
2016-08-23Import libfluidsynth into the Ardour codebaseRobin Gareus
2016-07-12a-reverb prototype (based on setBfree b_reverb)Robin Gareus
2016-07-07Add a-EQ (basic 4 band EQ) with inline display based on SVF filtersDamien Zammit
2016-07-06Add a-Delay pluginDamien Zammit
2016-07-04add another warning-disable flag for clangPaul Davis