aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2022-03-07[cmake] Find CrossGUID utilise automated variablesfuzzard
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] FindUdfread use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] FindSpdlog use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] FindRapidJSON use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] FindFstrcmp use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] FindFMT use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] FindFlatbuffers use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] FindDav1d use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] FindCrossGUID use BUILD_DEP_TARGET macrofuzzard
2022-03-07[cmake] create macro to handle module externalproject_add calls for internal ...fuzzard
2022-03-07[tools/depends] rename libudfread to udfreadfuzzard
2022-03-07[tools/depends] rename libspdlog to spdlogfuzzard
2022-03-07[tools/depends] rename libfstrcmp to fstrcmpfuzzard
2022-03-07[tools/depends] rename libfmt to fmtfuzzard
2022-03-07Merge pull request #21077 from fuzzard/depends_ffmpegcmakefuzzard
2022-03-07[cmake] FindGnuTLS silence pkgconfig mismatch warningfuzzard
2022-03-05IThreadImpl: move platform code to platform dirLukas Rusak
2022-03-04Merge pull request #20905 from fuzzard/cmake_refactor1fuzzard
2022-03-02[cmake] Refresh FindFFMPEG module to be more consistent with other find modulesfuzzard
2022-03-02[cmake] FindUdfread use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindSpdlog use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindRapidJSON use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindGtest use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindFstrcmp use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindFmt use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindFlatBuffers use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindDavid use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] FindCrossGuid use SETUP_BUILD_VARS macrofuzzard
2022-03-02[cmake] introduce module download macrofuzzard
2022-03-01Merge pull request #21009 from garbear/game-improvementsGarrett Brown
2022-02-28[cmake] linux: refactor linker selectionwsnipex
2022-02-27[cmake] add mold linker supportwsnipex
2022-02-22[cmake] Introduce Property to allow handling deps for GLOBAL_TARGET_DEPSfuzzard
2022-02-22[cmake] Fix FindUdfread module variables and standardise layoutfuzzard
2022-02-22[cmake] FindFstrcmp update to standard layoutfuzzard
2022-02-22[cmake] FindFMT update layout to standard formatfuzzard
2022-02-22[cmake] FindDav1d update module to standard layoutfuzzard
2022-02-22[cmake] FindCrossguid update to consistant layout with other modulesfuzzard
2022-02-18Sort CMake installdata/treedata and system XMLGarrett Brown
2022-02-18Ports: Refactor ports into new folderGarrett Brown
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