summaryrefslogtreecommitdiffstats
path: root/SConstruct
AgeCommit message (Expand)Author
2017-01-05Support ThreadSanitizer and UndefinedBehaviorSanitizer in addition to Address...RJ Ryan
2016-05-03Make AutoDJ Crates non-optional.RJ Ryan
2016-04-27Replace "shoutcast" with "broadcast" in most places.RJ Ryan
2016-04-10Make battery meter an optional feature.RJ Ryan
2016-01-11Merge remote-tracking branch 'mixxxdj/1.12'RJ Ryan
2016-01-11Use the actual env.Program result as an input to the copy Command.RJ Ryan
2015-10-03Merge pull request #706 from amvanbaren/openglesDaniel Schürmann
2015-09-16Add option to disable build time.Johannes Obermayr
2014-12-26Imprve comments for gcc optimisation flagsDaniel Schürmann
2014-09-24Merge pull request #256 from daschuer/localeCompareRJ Ryan
2014-09-15Various MSVC build changes in preparation for actually making debug builds.RJ Ryan
2014-09-15Remove unused msvshacks build option.RJ Ryan
2014-08-31Merge remote-tracking branch 'upstream/master' into localeCompareDaniel Schürmann
2014-07-08Ensure that Mac App Store build options are explicitly Mac-specific.Owen Williams
2014-07-08Create new appstore scons option for Mac App Store builds.Owen Williams
2014-05-07Register custom collation function directly to sqlite3Daniel Schürmann
2014-03-02Merge remote-tracking branch 'upstream/master' into opusTuukka Pasanen
2014-02-18Delete all LADSPA code.RJ Ryan
2014-02-01Merge remote-tracking branch 'upstream/master' into opusTuukka Pasanen
2014-01-29Fix recent build copying on OS X.RJ Ryan
2014-01-18Added Opus to SConstruct-scriptTuukka Pasanen
2014-01-17Add Clang-based features: address sanitizer and color diagnostics.RJ Ryan
2013-12-31Remove 'hifieq' SCons option.RJ Ryan
2013-10-08remove plugindownload code from dlfprefplaylistMax Linke
2013-07-08Merge branch 'master' into autodj-crates2Daniel Schürmann
2013-07-01Delete unused tonal analyser code copied from the CLAM project.RJ Ryan
2013-06-20Merge branch 'master' into auto-dj-cratesDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan
2015-09-04Added OpenGLES feature to SConstruct, created conditional statement to add Op...amvanbaren