summaryrefslogtreecommitdiffstats
path: root/build/depends.py
AgeCommit message (Expand)Author
2016-01-03repair scons vamp=0 Bug #1530454Daniel Schürmann
2016-01-03move libX11 dependency from vamp section to Linux sectionDaniel Schürmann
2015-12-13Remove stary orDaniel Schürmann
2015-12-13Use the fpclassify wrapper only for gnu toolchainDaniel Schürmann
2015-12-12fpclassify: drop -ffast-math flag onlyDaniel Schürmann
2015-12-12Clone scons environment, and disable denormal testDaniel Schürmann
2015-12-12Introduced a wrapper arround the fpclassify functions.Daniel Schürmann
2015-11-20Fix SCons 'optimize' flag so that it's remembered across runs.RJ Ryan
2015-10-28Merge pull request #665 from illuusio/1.12-shoutcast-fixesOwen Williams
2015-10-13remove /Zc:wchar_t- flag and don't use QString::fromWCharArray on WindowsDaniel Schürmann
2015-09-28Make Qt5 working on openSUSE.Johannes Obermayr
2015-08-23Added EnginenetWorkStream SoundDeviceNetwork, to treat network streams as a d...Daniel Schürmann
2015-08-21Merge pull request #650 from daschuer/launchimageDaniel Schürmann
2015-07-18split controller PresetInfoEnumerator class into its own cpp/h filesbe_
2015-07-17Added LaunchImageDaniel Schürmann
2015-06-14Comment trailing "/" of settingsPath as candidate for removalSebastien Blaisot
2015-06-09switch MacOSX preference folder to QDesktopServices::storageLocation(QDesktop...Sebastien Blaisot
2015-06-09Revert changes for Linux and MACOS as it appears that QDesktopServices::stora...Sebastien Blaisot
2015-06-08Revert "correct missing directory part of settings path"Sebastien Blaisot
2015-06-08correct missing directory part of settings pathSebastien Blaisot
2015-06-05Update settings path to %LOCALUSERPROFILE% on windowsSebastien Blaisot
2015-05-28add image file formats for Qt4 and Qt5 and correct gif typoSebastien Blaisot
2015-05-28fix indentation errorSebastien Blaisot
2015-05-28added missing @staticmethod in depends.pySebastien Blaisot
2015-05-28Add imageformats QT plugins to workout JPEG cover art bug on windows (lp:1448...Sebastien Blaisot
2015-05-12Move Windows console code to a new console classDaniel Schürmann
2015-05-11Flag DEBUGCONSOLE removedDaniel Schürmann
2015-05-05Define _USING_V110_SDK71_ to declare we are using the v120_xp toolset.RJ Ryan
2015-04-28Quick hack to get the build number in the title bar.RJ Ryan
2015-04-22Merge pull request #450 from ferranpujolcamins/bpm-improvementsRJ Ryan
2015-03-24Removed ScalerDummy entirelyDaniel Schürmann
2015-02-26Move src/xmlparse.cpp/h to src/util/xml.cpp/h.RJ Ryan
2015-02-26Disable Q_ASSERT in release builds.RJ Ryan
2015-02-15Also remove (now unused) sse_enabled method.RJ Ryan
2015-02-15Remove SSE-checks from SoundTouch configuration.RJ Ryan
2015-02-11Support legacy numbering scheme, define constants, remove build=none, etc.RJ Ryan
2015-02-09removed tray MIXXX_BUILD_RELEASEDaniel Schürmann
2015-02-03Merge remote-tracking branch 'upstream/master' into optimize_gccDaniel Schürmann
2015-02-02Added build=none to compile without any C FlagsDaniel Schürmann
2015-02-01check for 9 when setting soundtouch flagsDaniel Schürmann
2015-01-27Merge branch 'master' into bpm-improvementsFerran Pujol Camins
2015-01-18Fix flags to optimize string relations,Daniel Schürmann
2015-01-17rename optimze options to legacy, tuned, portableMax Linke
2015-01-14Finish Singleton implementationOwen Williams
2015-01-14Merge branch 'master' into library-reparentingOwen Williams
2015-01-11First attempt at creating only one Library widget and reparenting as the view...Owen Williams
2015-01-08merge enginevinylsoundemu with pregain and remove ditheringDaniel Schürmann
2015-01-03Moved movinginterquartilemean.h /.cpp and tapfilter.h / .cpp to src/util.Ferran Pujol Camins
2015-01-02Changed name of MovingTruncatedIQM to MovingInterquartileMean.Ferran Pujol Camins
2015-01-01Renamed TruncatedIQM to MovingTruncatedIQM.Ferran Pujol Camins