summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
2015-09-10Add DSPLoadCalculator class to libardourTim Mayberry
2015-09-02Add enums to AudioBackend class for getting standard error and device name st...Tim Mayberry
2015-08-12another waf/regexp issue (amend 4666711)Robin Gareus
2015-08-03sha1: cleanup & separate unit testRobin Gareus
2015-07-25Remove sse optimization sources from test applicationsTim Mayberry
2015-07-05remove tabs from python codeRobin Gareus
2015-06-29try to correctly set up build of AVX code for windows and linux, using compil...Paul Davis
2015-06-29Added optimized AVX function for sample processingPaul Davis
2015-06-29add engine_state_controller.cc to libardour sources when building tracksPaul Davis
2015-04-21more windows related SSE build fixesPaul Davis
2015-04-21typoPaul Davis
2015-04-21use compiler target to determine whether to use 64 bit windows assembler, not...Paul Davis
2015-04-21Revert "as an experiment, try original asm on windows."Paul Davis
2015-04-21as an experiment, try original asm on windows.Paul Davis
2015-04-21improve logic flowPaul Davis
2015-04-21[Summary] Added SSE sound processing functions support for Windows. Version 1.Greg Zharun
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-07Fix LV2 preset deletion and clash between plugins.David Robillard
2015-03-05Handle edits while playing precisely.David Robillard
2015-02-15Add TestUI class to properly handle EventLoop invalidationTim Mayberry
2015-02-13Fix LV2 UIs with spacey paths (e.g. Pianoteq).David Robillard
2015-01-17waf: fix concurrency issue with duplicate targetsRobin Gareus
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-08remove hardcoded major version in build scriptsRobin Gareus
2015-01-05prepare for 'ardour4'Robin Gareus
2014-12-28MIDI transform dialog.David Robillard
2014-12-24Add --no-lrdf configure option.David Robillard
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-09correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bitPaul Davis
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-12-03Use PBD::tmp_writable_directory in libardour test_util.ccTim Mayberry
2014-12-03Move libardour test utility code into one source fileTim Mayberry
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-31Use precise define names for LV2 version configure checks.David Robillard
2014-07-15Support saving LV2 presets multiple times (fix #0005949).David Robillard
2014-06-11add delayline implementaion (in prep for latency compensation)Robin Gareus
2014-06-08prepare MIDI latency measurement (backend)Robin Gareus
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
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-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-11amend previous commit, remove cruft, no more extern function pointersRobin Gareus
2014-04-07Make tests build again (fix linker issues)Sakari Bergen
2014-03-23remove dead code (PIChaser has been superseded with PLL,DLL)Robin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-02use "new" VST search path code and adjust build system to reflect new source ...Paul Davis
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus