summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-24GitHub Actions: Add Windows buildJan Holthuis
2020-11-24GitHub Actions: Replace --ghactions flag with GITHUB_ENV var in scriptsJan Holthuis
2020-11-24CMake: Add support for building with just protobuf-lite installedJan Holthuis
2020-11-23Merge pull request #3360 from uklotzde/clazy-range-loop-analysisBe
2020-11-23Merge pull request #3361 from Be-ing/macos_build_env_mixxxBe
2020-11-23download macOS build environment from downloads.mixxx.orgBe
2020-11-23Fix float-conversion warning on macOSUwe Klotz
2020-11-23Fix clazy range-loop-analysis warnings in macOS buildUwe Klotz
2020-11-23Merge pull request #3357 from uklotzde/clazy_error_limitDaniel Schürmann
2020-11-22deploy.sh: fix getting file extensionBe
2020-11-22GH Actions: deploy macOS builds to downloads.mixxx.orgBe
2020-11-22add allow-unsigned-executable-memory macOS entitlement for JS JITBe
2020-11-23GitHub CI: Don't abort clazy build on errors (2nd attempt)Uwe Klotz
2020-11-23Revert "GitHub CI: Don't abort clazy build on errors"Uwe Klotz
2020-11-22GH Actions: fix macOS codesigningBe
2020-11-22GitHub CI: Don't abort clazy build on errorsUwe Klotz
2020-11-21Merge pull request #3354 from Holzhaus/gh-actions-ubuntu-fixBe
2020-11-21GitHub Actions: Fix syntax issue in ubuntu_buildenv.sh scriptJan Holthuis
2020-11-21Merge pull request #3353 from Holzhaus/protobuf-fallbackBe
2020-11-21CMake: Fall back to libprotobuf if libprotobuf-lite was not foundJan Holthuis
2020-11-21Merge pull request #3351 from Holzhaus/gh-actions-improvementsBe
2020-11-21gitignore: Exclude buildenv directoryJan Holthuis
2020-11-21GitHub Actions: Improve ccache size limit build step nameJan Holthuis
2020-11-21GitHub Actions: Improve artifact names of build workflowJan Holthuis
2020-11-21GitHub Actions: Move Ubuntu package installation to buildenv scriptJan Holthuis
2020-11-21Merge branch '2.3' of github.com:mixxxdj/mixxx into gh-actions-improvementsJan Holthuis
2020-11-21GitHub Actions: Use matrix.os in ccache cache keyJan Holthuis
2020-11-21tools: Print information about buildenv in scriptsJan Holthuis
2020-11-21GitHub Actions: Merge CI build steps using matrix buildJan Holthuis
2020-11-20Merge pull request #3348 from uklotzde/gh-actions-ubuntu-2004Be
2020-11-20GitHub CI: Partition cache by matrix.os instead of runner.osUwe Klotz
2020-11-20GitHub Actions: Streamline macOS buildenv setupJan Holthuis
2020-11-20Merge pull request #3347 from Holzhaus/clazy-returning-void-expressionUwe Klotz
2020-11-20Merge pull request #3349 from ronso0/shade-crossfaderronso0
2020-11-20Shade: unblur crossfader knobronso0
2020-11-20CMake: Remove Protobuf workaround for unsupported CMake versionJan Holthuis
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-20Paintable: Use a switch case instead of if/else ladderJan Holthuis
2020-11-20Merge branch '2.3' into gh-actions-ubuntu-2004Uwe Klotz
2020-11-20GitHub CI: No need to mention the default compiler for UbuntuUwe Klotz
2020-11-20GitHub CI: Use build matrix for macOSUwe Klotz
2020-11-20Merge pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
2020-11-20GitHub CI: Add Ubuntu 20.04 buildUwe Klotz
2020-11-19Merge pull request #3346 from uklotzde/cmakeflagsUwe Klotz
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Fix naming of CMake build flags env varUwe Klotz
2020-11-19GitHub Actions: Use clazy level2 blocklist to make skipped tests explicitJan Holthuis
2020-11-19Fix -Wclazy-old-style-connect issues from *.ui filesJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-19Merge pull request #3340 from uklotzde/type_castsDaniel Schürmann