aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts
AgeCommit message (Expand)Author
2022-04-30[Android][CMake] Escape custom_target commandsHuang, Zhaoquan
2022-04-29[cmake] Tools/depends platform toolchain propagate tarball dirfuzzard
2022-04-29[cmake][android] cleanup packaging make targets after PR #20599fuzzard
2022-04-29Merge pull request #21321 from taoyouh/fix-path-spacefuzzard
2022-04-28[cmake] rename CORE_HOST_IS_TARGET to HOST_CAN_EXECUTE_TARGETfuzzard
2022-04-28[Android][CMake] Fix custom_target commands when PATH has spacesHuang, Zhaoquan
2022-04-20Merge pull request #21273 from fuzzard/depends_libandroidjnifuzzard
2022-04-18[cmake] build libandroidjni as cmake dependencyfuzzard
2022-04-16[android] remove checks for unused tools aapt/dx/d8/zipalignfuzzard
2022-04-13Merge pull request #20506 from basilgello/kodiconfig-cmake-nexusVasyl Gello
2022-04-13Merge pull request #20985 from fitzsim/support-ppc64leVasyl Gello
2022-04-02[cmake] extract common CMAKE_INSTALL_LIBDIR to all cmake based internal dep b...fuzzard
2022-03-24[cmake] BUILD_DEP_TARGET add DEP_BUILDENV to CONFIGURE_COMMAND invocationsfuzzard
2022-03-21[cmake] rework DEBUG_POSTFIX usage in SETUP_BUILD_VARS macrofuzzard
2022-03-12[cmake] FindSpdlog enable windows ENABLE_INTERNAL_SPDLOG buildfuzzard
2022-03-07[cmake] BUILD_DEP_TARGET append Toolchain when CMAKE_ARGS passedfuzzard
2022-03-07[cmake] BUILD_DEP_TARGET move include and add docinfofuzzard
2022-03-07[cmake] SETUP_BUILD_VARS create MODULE_LIBRARY/INCLUDE_DIR/VER variablesfuzzard
2022-03-07[cmake] ModuleHelper read BYPRODUCT from VERSION filesfuzzard
2022-03-07[cmake] create macro to handle module externalproject_add calls for internal ...fuzzard
2022-03-02[cmake] introduce module download macrofuzzard
2022-02-28[cmake] linux: refactor linker selectionwsnipex
2022-02-27[cmake] add mold linker supportwsnipex
2022-02-12Add support for ppc64le in ArchSetup.cmakeThomas Fitzsimmons
2022-02-06Merge pull request #20947 from lrusak/cppcheck-updatesLukas Rusak
2022-02-03[cmake] cppcheck: add suppression xml to remove unwanted foldersLukas Rusak
2022-02-02[cmake] cppcheck: add rules to help suppress false positivesLukas Rusak
2022-02-02[cmake] cppcheck: remove WORKING_DIRECTORY and folder (we use compile_command...Lukas Rusak
2022-02-02[cmake] cppcheck: remove conflicting switchesLukas Rusak
2022-02-02[cmake] cppcheck: remove uneeded template switchLukas Rusak
2022-02-01[cmake] remove -Wno-deprecated-copyLukas Rusak
2022-01-24[cmake] add URL_HASH to ExternalProject_add calls in Find modulesfuzzard
2022-01-24[cmake] change ARCHIVE to LIBNAME_ARCHIVEfuzzard
2022-01-17[cmake] set TARBALLS_DIR for overriding tarball download locationfuzzard
2022-01-11[cmake] linux: fix extra warning flags when using clangwsnipex
2022-01-08[cmake] create helper to parse VERSION files for dependenciesfuzzard
2021-12-31Merge pull request #20719 from lrusak/werror-changesLukas Rusak
2021-12-29[cmake] remove old static analysis methodsLukas Rusak
2021-12-29[cmake] add targets for cppcheck and clang-tidyLukas Rusak
2021-12-25[cmake] allow building with -Wnon-virtual-dtorLukas Rusak
2021-12-25[cmake] enable -Wextra and disable a few warning that it enablesLukas Rusak
2021-12-20Revert "Revert "Merge pull request #18403 from lrusak/cpp17""Lukas Rusak
2021-12-18Merge pull request #20665 from lrusak/werror-changesLukas Rusak
2021-12-14[cmake] add -Wsign-compare warningLukas Rusak
2021-12-14[cmake] clean up compile optionsLukas Rusak
2021-12-14[cmake] allow specifying compile options for core units onlyLukas Rusak
2021-12-11[cmake] add clang-tidy support for androidRechi
2021-11-30[android] use gradle to sign rather than explicit jarsigner/apksignerfuzzard
2021-11-30[tools/android/packaging] update gradlefuzzard
2021-11-19[tools/depends] android 28.0+ uses d8 instead of dxfuzzard