summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/cmake.py
AgeCommit message (Expand)Author
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens
2021-05-28modules: Stop using InterpreterObjectXavier Claessens
2021-05-28modules: Remove snippet methodsXavier Claessens
2021-04-01interpreter: Move to its own folder and split itXavier Claessens
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens
2021-01-13build/interperter: Add annotations and move input validation to interpreterDylan Baker
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2020-10-13include_type: Add CMake subporject dependency method (fixes #6879)Daniel Mensinger
2020-08-09cmake: Make the CMake targte not found error more useful (see #7567)Daniel Mensinger
2020-07-01Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen
2020-06-12modules/cmake: Fix setting install_dirDylan Baker
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker
2020-02-19modules/cmake: Use the noPosargs helperDylan Baker
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-01cmake: subproject() supports the 'required' kwargXavier Claessens
2019-09-26cmake: define set_and_check in CMake package config (fixes #5889)Daniel Mensinger
2019-07-13cmake: Handle disabling subprojectsThibault Saunier
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger
2019-05-20Remove compilers from ModuleState objectJon Turney
2019-04-28cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218)Daniel Mensinger
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-01-17add support for generating cmake filesDavid Fort