summaryrefslogtreecommitdiffstats
path: root/SConscript
AgeCommit message (Collapse)Author
2020-11-06Delete unused compile definition UNIX_LIB_PATHUwe Klotz
2020-07-12Fixed SConscript syntax.JosepMaJAZ
2020-07-12Corrections to the doc installation path (CMake)JosepMaJAZ
Inclusion of the current QT 5 translation files (CMake and Scons) Corrected one resource path in glslwaveformrenderersignal.cpp Cleaned mixxx.qrc
2020-03-18Change USB HID udev rules from GROUP/MODE to TAG uaccessUwe Klotz
2020-01-12Upgrade googletest from 1.7.0 to 1.8.x (2019-01-30)Uwe Klotz
2018-12-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-11-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
Conflicts: SConscript src/defs_version.h src/sources/soundsourceproxy.cpp
2018-10-26Don't sign non-existent vamp plugins.RJ Skerry-Ryan
2018-10-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-10-24Build library objects in the SConscript variant_dir.RJ Skerry-Ryan
SCons has a feature that lets you declare a repository-root absolute path to a file (e.g. "#lib/soundtouch/..."). Using this feature prevents SCons from automatically re-directing built artifacts to a variant_dir. To work around this, this commit moves src/SConscript and src/SConscript.env to the root, and changes all paths in SConscripts to use SConscript-relative paths. This commit also switches to building an explicit static library for vamp-hostdk, vamp-sdk, and soundtouch when internal linking is enabled and the VAMP plugin now uses the system soundtouch if it is present. Fixes Bug #1191327 and Bug #1617802.