summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-19move portable copyfile function into tools/autowaf.py and use it in both gtk2...Paul Davis
2013-12-07Add README to mingw packageTim Mayberry
2013-12-07A few basic tests for AudioEngineTim Mayberry
2013-12-07Add --list option to script to run ardour tests with wineTim Mayberry
2013-12-07Add ability to run single libardour tests using wineTim Mayberry
2013-12-07Rename run-wine script to wine-ardour and run library tests from new scriptsTim Mayberry
2013-12-07Move environment setup to run tests in wine to new fileTim Mayberry
2013-12-07Use new version variable in windows packaging scriptsTim Mayberry
2013-12-07Strip all executables in a mingw release buildTim Mayberry
2013-12-07Don't include *.debug files in debug packageTim Mayberry
2013-12-07Use DEBUG flag as defined by tools/define_versions.sh in mingw buildTim Mayberry
2013-12-07Only call define versions script in mingwenv after a build is successfulTim Mayberry
2013-12-07Updates to windows/mingw README fileTim Mayberry
2013-12-07Add two scripts for running gdb so source listing works when debuggingTim Mayberry
2013-12-07Remove two scripts no longer usedTim Mayberry
2013-12-07Add script to copy package directory to directory shared by VMTim Mayberry
2013-12-07Refer to external repository for instructions on setting up Fedora to cross c...Tim Mayberry
2013-12-07Add scripts for building using mingw compiler with distccTim Mayberry
2013-12-07Use correct header include for _fullpathTim Mayberry
2013-12-05fix error in mingw version of realpath()Paul Davis
2013-12-05add (likely, partial) windows implementation of POSIX realpath() for COMPILER...Paul Davis
2013-12-05remove unnecessary recently-added include for realpath, which is not actively...Paul Davis
2013-12-05extra source no longer requiredPaul Davis
2013-12-05we don't use realpath() anymore so there is need for a special mingw includePaul Davis
2013-12-05we don't use realpath() anymore so there is need for a special mingw includePaul Davis
2013-12-05additional header needed for mingw build to get realpath()Paul Davis
2013-12-05additional source file for mingw buildPaul Davis
2013-12-05make mingw-based pthread comparison function work with both 32 and 64 bit var...Paul Davis
2013-12-05workaround compilation issues with assembler in fpu code and mingwPaul Davis
2013-12-05fix platform portability issues caused by use of shell cp(1) command and perl...Paul Davis
2013-12-05fix another instance of the horrible "interface" keyword collisionPaul Davis
2013-12-05remove unnecessary and *nix-centric LANG= from start of command used to get g...Paul Davis
2013-12-05new/extended windows packaging scripts and associated resourcesPaul Davis
2013-12-04Merge branch 'master' into windowsPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep() (and remember that we need t...Paul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep()Paul Davis
2013-12-03Merge branch 'windowspush' of https://github.com/mojofunk/ardour into windowsPaul Davis
2013-12-03Merge branch 'master' into windowsPaul Davis
2013-12-03Reinstate call to package config for JACK backendTim Mayberry
2013-12-03Use Sleep instead of usleep on windows in JACK backendTim Mayberry
2013-12-02minor tweaks to MIDI clock support, including delivery of position events/mes...Paul Davis
2013-12-02don't run MIDI clock "tick" if session is silent (e.g. due to a locate)Paul Davis
2013-12-02Replace non-portable printf format specifierTim Mayberry
2013-12-02Remove command line string quoting when forming jack command line on windowsTim Mayberry
2013-12-02Fix pattern used to search for audio backends on windowsTim Mayberry
2013-12-02Waf options are not valid during build stage so use environment variableTim Mayberry
2013-12-02Use PBD::canonical_path instead of ::realpathTim Mayberry
2013-12-02Include pbd/localtime_r.h in session_jack.cc for MinGWTim Mayberry
2013-12-02Use PBD::pthread_name in MTC_Slave for portabilityTim Mayberry