summaryrefslogtreecommitdiffstats
path: root/build/features.py
AgeCommit message (Expand)Author
2020-06-10Enable secure credential storingDaniel Schürmann
2020-05-22Fix building without HID enabledDaniel Schürmann
2020-05-21Remove obsolete gcc < 5 workaroundDaniel Schürmann
2020-05-21Remove link, resulting in 404 NotFoundDaniel Schürmann
2020-05-13Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-05-13build libshout out of source treeDaniel Schürmann
2020-05-02Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-05-02Scons: add missing include when using interal libshoutDaniel Schürmann
2020-04-08Merge branch 'master' of github.com:mixxxdj/mixxx into controller-fixes-part2Jan Holthuis
2020-04-08controllers: Move savePreset() from Controller into Preset classesJan Holthuis
2020-04-06update hidapi to 0.9.0Be
2020-01-20Merge remote-tracking branch 'upstream/2.2'Jan Holthuis
2020-01-19Use internal libshout if systm provided one is olderDaniel Schürmann
2020-01-17Dispose shoutcast_internal because it was confusing without a real use caseDaniel Schürmann
2020-01-17Bump minimum shoutcast version to 2.4.4, because 2.4.3 is still affected from...Daniel Schürmann
2020-01-15Bump minimum shoutcast version to 2.4.4, because 2.4.3 is still affected from...Daniel Schürmann
2020-01-12Fix the googletest/benchmark SCons buildUwe Klotz
2020-01-12Upgrade googletest from 1.7.0 to 1.8.x (2019-01-30)Uwe Klotz
2020-01-11move build.flags['shoutcast_internal'] above the enabled() check to avoid a K...Daniel Schürmann
2019-12-22Move build.flags['shoutcast_internal'] assignment to `enabled` to avoid a Key...RJ Skerry-Ryan
2019-12-17Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-12-17Merge pull request #2040 from daschuer/libshout_internUwe Klotz
2019-12-06default shoutcast_internal to 0Daniel Schürmann
2019-12-06remove trailing white spacesDaniel Schürmann
2019-12-06Explicit force shoutcast_internal for 2.4.2Daniel Schürmann
2019-12-06fix indendtDaniel Schürmann
2019-09-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-09-14Merge pull request #1356 from uklotzde/ffmpeg31Be
2019-09-12Fix path in bulk featureDaniel Schürmann
2019-09-08Enable modplug feature implicitly if availableUwe Klotz
2019-09-07Disable modplug feature by defaultUwe Klotz
2019-08-17Force the shout_internal flag if the systems libshout is > 2.4.2Daniel Schürmann
2019-08-17Enable (lib)modplug support on Linux by defaultUwe Klotz
2019-08-15Added patch for ssl 1.1 compatibilityDaniel Schürmann
2019-08-15linke ssl version expliciteDaniel Schürmann
2019-08-15Added ths static libshout config to sconsDaniel Schürmann
2019-07-03Replace SoundSourceFFmpeg with new implementation for FFmpeg 4.xUwe Klotz
2019-06-30Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-06-06Add support for the battery widget on BSD systems (via upower)Raphael Graf
2019-06-04Improve BSD compatibilityRaphael Graf
2019-05-08dynamic load gl functions, removed workaround with scons OpenGLES featureDaniel Schürmann
2019-04-11Fix error messages about missing build dependenciesUwe Klotz
2019-04-09Adjust feature nameUwe Klotz
2019-02-10remove trailing white space charactersDaniel Schürmann
2019-02-10First version with libfaadloader and FAAD enabled by default on linuxDaniel Schürmann
2019-02-08Increase required FFmpeg version from 3.1 to 4.0Uwe Klotz
2019-02-08Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ffmpeg31Uwe Klotz
2019-01-12Fix the build when opus is disabled and add Opus streaming/recording to the c...RJ Skerry-Ryan
2019-01-09Merge branch 'engine_function_pointer_connections' of https://github.com/Be-i...Daniel Schürmann
2019-01-06move EngineControls to their own folderBe