summaryrefslogtreecommitdiff
path: root/libs/audiographer/wscript
AgeCommit message (Expand)Author
2020-01-14NO-OP: whitespaceRobin Gareus
2019-09-10Engage thread-safe fftw planner in libardourRobin Gareus
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2016-05-02prepare loudness normalizationRobin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-10audiographer unit-test libsRobin Gareus
2016-02-10Add VAMP SDK to audiographer deps.Robin Gareus
2016-02-10move export-analysis implementation into cc-file.Robin Gareus
2016-02-10Fix for undefined references to fftw lib when using gcc/mingwTim Mayberry
2015-06-29fix static library buildPaul Davis
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-01-14fix broken build after addition of normalizer.ccPaul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-17add export control with -fvisibility=hidden to audiographerPaul Davis
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-29Fix installation globsDavid Robillard
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2010-08-19Write BWF info on export. Fixes #3398.Carl Hetherington
2010-04-02Fix build.Carl Hetherington
2010-03-15Fix export, which has been broken since the boost::signals2 changes. Also upd...Sakari Bergen
2009-12-31Fix AudioGrapher library installation path and enable H/W optimizations in Au...Sakari Bergen
2009-12-27Re-integrate export-optimization branch.Sakari Bergen