summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)Author
2016-07-27Log invalid properties of audio signals as warningsUwe Klotz
2016-07-13Link against needed Windows lib for static libshout.Sean M. Pappalardo
2016-07-13Revert c425769, remove manual linking of Qt image format libs. (Doing so didn...Sean M. Pappalardo
2016-07-13Add static_qt flag, default to 0.Sean M. Pappalardo
2016-07-12Link in Qt image format librariesSean M. Pappalardo
2016-07-12White space fix depends.py, Removed old unused registry check in NSISSean M. Pappalardo
2016-07-11Run the correct vcredist file.Sean M. Pappalardo
2016-07-10(NSIS + wix) Update vcredist installation command for VS2015Sebastien Blaisot
2016-07-10Update NSIS and WiX scripts to look for MSVC 2015 runtimes.Sean M. Pappalardo
2016-07-09Set NSIS script to continue if no DLLs are present on a static dependency build.Sean M. Pappalardo
2016-06-25Move formatting of durations from Time into Duration classUwe Klotz
2016-06-25Add g72x.lib so a static libsndfile can link into Mixxx completely.Sean M. Pappalardo
2016-06-24Removed misplaced OPUS_EXPORT define.Sean M. Pappalardo
2016-06-23Link SQLite directly with static Qt.Sean M. Pappalardo
2016-06-23SCons changes for static Qt on MSVC2015Sean M. Pappalardo
2016-06-18(wix) update README.md wording to avoid confusionSebastien Blaisot
2016-06-13(wix) update README.md to explain how to test multilingual MSI in a foreign l...Sebastien Blaisot
2016-06-13Update README-Translations.mdS.Brandt
2016-06-13(wix) add note about character problems in README-Translations.mdSebastien Blaisot
2016-06-12Update README-Translations.mdS.Brandt
2016-06-11Merge pull request #960 from sblaisot/fix_wix_trabnslationsRJ Ryan
2016-06-11fix ro-ro installer translationSebastien Blaisot
2016-06-11Remove en_GB translation for installer, as this language is not present in wi...Sebastien Blaisot
2016-06-10(wix) Update translations from TransifexS.Brandt
2016-06-08Add libebur128's internal copy of BSD sys/queue.h if we don't detect one from...RJ Ryan
2016-06-08Allow building on Windows to proceedSean M. Pappalardo
2016-06-08Fix Ubuntu build and add staticdeps hack to qt5.py.RJ Ryan
2016-06-08Merge branch 'master' of https://github.com/mixxxdj/mixxxSean M. Pappalardo
2016-06-04Move build flags out of Debian rules file and into the package build step in ...RJ Ryan
2016-06-04Remove libsoundtouch1-dev from build-depends.RJ Ryan
2016-06-02Remove libqtwebkit-dev from depends.RJ Ryan
2016-05-30Remove deprecated dh_desktop call.RJ Ryan
2016-05-27Bump version of OS X to 10.7 in a couple places.RJ Ryan
2016-05-26Merge branch 'master' of https://github.com/mixxxdj/mixxxSean M. Pappalardo
2016-05-12Remove Saturn profiler support.RJ Ryan
2016-05-07Move PortAudio files out of src/ and into lib/portaudio.RJ Ryan
2016-05-06Merge branch 'master' of https://github.com/mixxxdj/mixxxSean M. Pappalardo
2016-05-06Fix building with static dependencies on Win64Sean M. Pappalardo
2016-05-03Make AutoDJ Crates non-optional.RJ Ryan
2016-05-03Fix the build with qdebug=0.RJ Ryan
2016-05-03Eliminate stdlib=libstdc++ on Mac since we require a standard library that su...RJ Ryan
2016-05-03Don't warn about deprecated register keyword.RJ Ryan
2016-05-02Warn on unintended fallthrough in switch statements.RJ Ryan
2016-04-28Move src/configobject.(h|cpp) to src/preferences/.RJ Ryan
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Delete Qt Creator .pro file.RJ Ryan
2016-04-27Replace "shoutcast" with "broadcast" in most places.RJ Ryan
2016-04-27Move DlgAbout and DlgDeveloperTools to src/dialog.RJ Ryan
2016-04-27Move MixxxKeyboard to src/controllers/keyboard/ and rename to KeyboardEventFi...RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan