summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Collapse)Author
2015-03-22small tool to dump default config.Robin Gareus
2015-03-10fix OSX/Clang optimized buildsRobin Gareus
not quite sure how -fomit-frame-pointer can make a difference with 64bit builds, but it does crash on start in gdk_window_new -> .. -> [NSColor _controlColor] -> GetThemeImage -> _NSAppKitThemeLock with no other threads involved. full backtrace: http://pastebin.com/FxsCMzSY
2015-03-08add a no-jack-metadata option for poor 12.04 soulsRobin Gareus
(jack does have metadata support but ubuntu packaged a version with a wrong header)
2015-03-07I’m starting to regret these checks..Robin Gareus
2015-03-07fix linux detectionRobin Gareus
2015-03-06build system tweaks for coreaudio/waves-coreaudioRobin Gareus
2015-02-25fix osx version detection in da975aeRobin Gareus
2015-02-25allow carbon support on 10.6, 32bitRobin Gareus
2015-01-22Revert "use product-neutral name for LV2 install dir"Paul Davis
This reverts commit 44ca3c948c00a5403400d8cd46e5258ab13ff5be.
2015-01-21use product-neutral name for LV2 install dirPaul Davis
2015-01-20fix bundled LV2 installation path (waf install)Robin Gareus
2015-01-08prepare for release candidate tags:Robin Gareus
regexp: /[0—9]+-[0-9]+(-rc[0-9]*)?/ <Major>-<Minor>[-rc[<num>]] valid tag examples: 4.0, 4.1-rc3, 5.0-rc
2015-01-08remove hardcoded major version in build scriptsRobin Gareus
2015-01-05prepare for 'ardour4'Robin Gareus
2015-01-02Increase minimum required Glib version to 2.28 for g_get_monotonic_timeTim Mayberry
2015-01-01Add tests that show the timing differences between the Glib/mm based timeoutsTim Mayberry
This shows that PBD::Timer is pretty much identical in terms of timing and CPU usage as Glib TimeoutSources. They also show the differences on Windows when setting the minimum Multimedia Timer resolution using timeBeginPeriod
2014-12-24Add --no-lrdf configure option.David Robillard
2014-12-22fix spelling error in MSVC compiler flags dictionaryPaul Davis
2014-12-22Add some preliminary options for building with msvc and wafJohn Emmas
2014-12-22Don't check for 'dlopen' or 'dlfcn.h' if we're building with MSVCJohn Emmas
2014-12-18allow generic i386 builds with OSX/clangRobin Gareus
2014-12-18fix —optimize and —debug-symbols configure flagsRobin Gareus
“execv() arg 2 must contain only strings”
2014-12-18Nuke user CFLAGS/CXXFLAGS if debug is set.David Robillard
2014-12-17add missing quotesRobin Gareus
2014-12-17potentially a better check for MSVCPaul Davis
2014-12-17remove debug outputPaul Davis
2014-12-17new wscript using compiler flags dictionary and very basic provision for msvcPaul Davis
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