summaryrefslogtreecommitdiffstats
path: root/build/util.py
AgeCommit message (Collapse)Author
2020-04-18Fixes to allow Scons build to work with python 3 on windows.JosepMaJAZ
(we are moving away from scons to cmake, but while we're not on 2.4, we might maintain this compatibility)
2019-06-05Move version into own file and use version file in default.nixDaniel Poelzleithner
Due the nature of nix, using "git describe" will always waste a copy of the source folder and is quite slow. Since nix string functions are very limited and extracting the version is difficult, the best compromise was to move the version into a small file as a single source of truth.
2018-09-21Bundle OpenGL and OpenGLES DLLs when building Windows packages.RJ Skerry-Ryan
Fixes Bug #1786718.
2018-09-07Use SCons to get the path to product_definition.plist in get_osx_min_version.RJ Skerry-Ryan
Lookups were silently failing when performed from within osx64_build. The minimum version in the resulting app plist was "File Doesn't Exist, Will Create: build/osx/product_definition.plist".
2016-12-04Simplify macOS minimum version enforcement.RJ Ryan
* Remove osx_sdk_version_min scons flag. It didn't actually set the minimum version is all the necessary places. * Use build/osx/product_definition.plist as the source of truth for the minimum verison.
2016-11-23Fix package naming collision from appveyorSebastien Blaisot
Add PR# to branch name if building a PR in appveyor
2016-11-23Take branch name from env variable when built on appveyor in detached head stateSebastien Blaisot
2016-11-22Change VERSION to MIXXX_VERSION to avoid conflict with Soundtouch's VERSION ↵Sean M. Pappalardo
#define
2016-01-19enforce version format in sconsSebastien Blaisot
2014-09-16Update MSVC++ runtime installation.RJ Ryan
* Distribute the runtime executable installer instead of an MSI. * Remove hacky util.get_mssdk_path() since it essentially picks an SDK at random if you have multiple installed. * Update NSIS to use MSVC2013 runtime registry key.
2014-03-13Add values from statMarcos CARDINOT
2014-03-13Change permissions of build.h fileMarcos CARDINOT
2013-12-07make build script pep8 conformMax Linke
I hate that my pep8 checker goes crazy everytime I open one of them
2013-10-23Prevent exception running on a tarball export.RJ Ryan
2013-09-27fixed i18n dependency when compiled with detached HEADDaniel Schürmann
2013-08-09Fixed tainted flag in revision numberDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan