summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake
AgeCommit message (Expand)Author
2020-07-16mdata: remove setuptools and use mesondata insteadDaniel Mensinger
2020-07-01Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen
2020-06-30Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev93
2020-06-13cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger
2020-06-12dependencies: Don't allow using the default binary for host on cross compilesDylan Baker
2020-06-12cmake: Use shared find_external_program instead of open codingDylan Baker
2020-06-12cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger
2020-06-09cmake_traceparser: ignore parse errorMichael Hirsch
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger
2020-06-02cmake: always split property lists (fixes #7228)Daniel Mensinger
2020-05-24fix cmake target configuration selection.Alexander Neumann
2020-05-15cmake: Print supported stds when warningNirbheek Chauhan
2020-05-14cmake: Fix string substitution index errorNirbheek Chauhan
2020-05-12cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger
2020-05-08More robust cmake version detectionReza Housseini
2020-04-28Adding a conditional case in _guess_files to confirm that the complete path i...georgev93
2020-04-24Adjust regex to handle cases such as C:/Program Files/foldergeorgev93
2020-04-22Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installedAlexandre Lavigne
2020-04-21Use pkg_resource to find resources files (data)Dylan Baker
2020-04-17cmake: Do not compile explicit header filesDaniel Mensinger
2020-04-12Merge pull request #6963 from mensinda/cmFixCCmdJussi Pakkanen
2020-04-12cmake: Preserve include directory order (fixes #6959)Daniel Mensinger
2020-04-12cmake: Capture stdout with UNIX pipesDaniel Mensinger
2020-04-12cmake: Fix custom command CMake list issueDaniel Mensinger
2020-03-29cmake: Only expand executable targets in COMMAND (fixes #6857)Daniel Mensinger
2020-03-23Fix legacy env var support with crossJohn Ericson
2020-03-08cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger
2020-03-02review: Initial fixupDaniel Mensinger
2020-03-02types: Annotate mparser.pyDaniel Mensinger
2020-02-23Merge pull request #6635 from mensinda/cmOTMFixJussi Pakkanen
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger
2020-02-19cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger
2020-02-19cmake: traceparser better handle listsDaniel Mensinger
2020-02-19cmake: Fix dependency loops in custom targets (fixes #6632)Daniel Mensinger
2020-02-15cmake: Fix crash when no C++ compiler is not installed (fixes #6559)Daniel Mensinger
2020-02-12cmake: Add support for the new JSON trace formatDaniel Mensinger
2020-02-04cmake: Fix spaces in compile flags (fixes #6566)Daniel Mensinger
2020-02-04cmake: Sanitize CMake names (fixes #6554)Daniel Mensinger
2020-01-26cmake: Add support for --trace-redirectDaniel Mensinger
2020-01-26cmake: Refactor CMakeExecutor and CMakeTraceParserDaniel Mensinger
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger
2019-12-22cmake: Fix obeject librariesDaniel Mensinger
2019-12-10cmake: subprocess external .decode(errors='ignore') to avoid tracebackMichael Hirsch, Ph.D
2019-12-09cmake: add fortran cache contentMichael Hirsch, Ph.D
2019-12-05lgtm: fix Non-iterable used in for loopDaniel Mensinger
2019-11-30cmake: Make output_target_map more robust (fixes #6208)Daniel Mensinger
2019-11-28cmake: Reassign dependencies from header-only targetsDaniel Mensinger