aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/executor.py
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge remote-tracking branch 'upstream/master' into lang-enumlang-enumJohn Ericson1-23/+28
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger1-1/+1
2020-06-12dependencies: Don't allow using the default binary for host on cross compilesDylan Baker1-1/+1
2020-06-12cmake: Use shared find_external_program instead of open codingDylan Baker1-22/+5
2020-06-12cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger1-0/+22
2020-05-08More robust cmake version detectionReza Housseini1-1/+1
2020-04-22Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installedAlexandre Lavigne1-1/+1
2020-04-21More progressJohn Ericson1-3/+3
2020-04-21WIP: Create enum to use instead of strings for languageJohn Ericson1-2/+2
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+1
2020-02-15cmake: Fix crash when no C++ compiler is not installed (fixes #6559)Daniel Mensinger1-46/+50
2020-01-26cmake: Refactor CMakeExecutor and CMakeTraceParserDaniel Mensinger1-11/+84
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-9/+9
2019-12-10cmake: subprocess external .decode(errors='ignore') to avoid tracebackMichael Hirsch, Ph.D1-9/+14
2019-12-09cmake: add fortran cache contentMichael Hirsch, Ph.D1-15/+37
2019-08-23correct logic for too old cmakeMichael Hirsch, Ph.D1-1/+1
2019-08-17avoid cmake syntax error due to "\" path separators on windowsNorbert Nemec1-0/+6
2019-07-11cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger1-11/+52
2019-06-12cmake: Moved finding and running CMake out of dependencyDaniel Mensinger1-0/+215