summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/executor.py
Commit message (Expand)AuthorAgeFilesLines
* cmake: check that `re.search` returned a non-None valueDylan Baker2023-02-131-6/+12
* micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz2023-02-011-2/+2
* Fix purely white space issues reported by flake8Alf Henrik Sauge2022-08-261-1/+1
* move various unused typing-only imports into type-checking blocksEli Schwartz2022-07-031-2/+5
* remove double importEli Schwartz2021-10-041-2/+2
* pylint: check for duplicate importsDylan Baker2021-09-241-1/+0
* upgrade percent formatted strings pyupgrade did not catchEli Schwartz2021-06-071-3/+3
* split program related classes and functions out of dependenciesDylan Baker2021-03-191-5/+4
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-4/+4
* move CMAKE_PREFIX_PATH env var handling to environmentDylan Baker2021-01-111-18/+0
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-1/+1
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-2/+2
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* cmake: Add cross compilation supportDaniel Mensinger2020-10-131-175/+10
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* cmake: switch to pathlib (fixes #7322)Daniel Mensinger2020-10-041-20/+20
* typing: fully annotate cmake.executorDaniel Mensinger2020-09-281-31/+35
* cmake: Fix detection of AppleClangDylan Baker2020-08-221-6/+19
* cmake: Use a mapping when writing compiler IDNirbheek Chauhan2020-08-121-1/+26
* cmake: Fix hard-coded values in fake CMakeLists for MSVCNirbheek Chauhan2020-08-121-16/+28
* cmake: Do not split CMAKE_PREFIX_PATH with ':' on WindowsNirbheek Chauhan2020-08-051-1/+6
* cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger2020-06-131-1/+1
* dependencies: Don't allow using the default binary for host on cross compilesDylan Baker2020-06-121-1/+1
* cmake: Use shared find_external_program instead of open codingDylan Baker2020-06-121-22/+5
* cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger2020-06-121-0/+22
* More robust cmake version detectionReza Housseini2020-05-081-1/+1
* Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installedAlexandre Lavigne2020-04-221-1/+1
* Fix legacy env var support with crossJohn Ericson2020-03-231-1/+1
* cmake: Fix crash when no C++ compiler is not installed (fixes #6559)Daniel Mensinger2020-02-151-46/+50
* cmake: Refactor CMakeExecutor and CMakeTraceParserDaniel Mensinger2020-01-261-11/+84
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-9/+9
* cmake: subprocess external .decode(errors='ignore') to avoid tracebackMichael Hirsch, Ph.D2019-12-101-9/+14
* cmake: add fortran cache contentMichael Hirsch, Ph.D2019-12-091-15/+37
* correct logic for too old cmakeMichael Hirsch, Ph.D2019-08-231-1/+1
* avoid cmake syntax error due to "\" path separators on windowsNorbert Nemec2019-08-171-0/+6
* cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger2019-07-111-11/+52
* cmake: Moved finding and running CMake out of dependencyDaniel Mensinger2019-06-121-0/+215