5234 Commits (f3c988c26b2efc07b551eaba654e319be2659606)

Author SHA1 Message Date
Nirbheek Chauhan f3c988c26b ninjabackend: Fix coverage rule generation 4 years ago
Nirbheek Chauhan ef326f8568 mtest: Actually call colorize_console() 4 years ago
Xavier Claessens 759e65d693 interpreter: Don't force fallback when subproject failed to configure 4 years ago
Nirbheek Chauhan 35cc4595bf cmake: Use a mapping when writing compiler ID 4 years ago
Nirbheek Chauhan 1ddbf8b365 cmake: Fix hard-coded values in fake CMakeLists for MSVC 4 years ago
Daniel Mensinger 433ea2037b cmake: Detect custom command targets in compiler args 4 years ago
Daniel Mensinger 571b76ab51 cmake: Make the CMake targte not found error more useful (see #7567) 4 years ago
Elad Lahav 7f0836d394 Use uname -p to detect x86_64 on QNX. 4 years ago
Jussi Pakkanen d4213ee6cb Better log message on rpath error. 4 years ago
Daniel Mensinger 8ac89b7be9 cmake: make the traceparser permissive by default (fixes #7501) 4 years ago
Xavier Claessens 835d28080c interpreter: Lower case languages before checking if 'c' is in the list 4 years ago
Daniel Mensinger 535a2d7285 cmake: resolve IMPORTED executables in custom commands (fixes #7509) 4 years ago
Nirbheek Chauhan 0fc3e456d8 cmake: Use the DEBUG config when linking to the debug CRT 4 years ago
Nirbheek Chauhan d8aed35ed2 cmake: Do not split CMAKE_PREFIX_PATH with ':' on Windows 4 years ago
Zbigniew Jędrzejewski-Szmek d2b73ff914 "Downgrade" warning when regenerating after version bump 4 years ago
Zbigniew Jędrzejewski-Szmek 5cbe0d15ee Fix typo 4 years ago
Zbigniew Jędrzejewski-Szmek 6bff0fd35b Avoid warning about multiple outputs when building private directory name 4 years ago
Zbigniew Jędrzejewski-Szmek 0c6fad9466 Only emit warning about "native:" on projects with minimum required version 4 years ago
James Hilliard a0b1abf634 backends: fix rpath match pattern 4 years ago
Marcel Hollerbach 9a6824147e ninjabackend: check if target has compiler attribute 4 years ago
Daniel Mensinger 0240d760c7 mdata: remove setuptools and use mesondata instead 4 years ago
Daniel Mensinger 2e6bdfe5a8 mdata: Generate mesondata.py from */data folders 4 years ago
Daniel Mensinger c7f92866d5 deps: Do not deepcopy internal libraries (fixes #7457) 4 years ago
Nirbheek Chauhan 8f5643e929 compilers: Cache gnu-mixins has_arguments() checks 4 years ago
Xavier Claessens 9b8edbb51e visualstudio: warning_level 0 should not map to /W1 4 years ago
Nirbheek Chauhan 34323b4f4a Don't spam about usage of rspfiles to stdout 4 years ago
Jussi Pakkanen 00462661c2 Do not add rpaths for static libs. Closes #5191. 4 years ago
Xavier Claessens 2557eade9d wrap: Raise MesonException when git command fails 4 years ago
Eli Schwartz f14fbe4b2a qt module: rcc supports depfiles now, given a recent enough version of Qt5 4 years ago
Nirbheek Chauhan 03415160f4 Fix native builds on Windows ARM64 machines 4 years ago
Jussi Pakkanen d0c68dc115 Updated everything for release 0.55.0. 5 years ago
Jussi Pakkanen 7ab0090d2a Update version number for rc 2. 5 years ago
Nirbheek Chauhan 40319c9634 Don't make unactionable warnings fatal 5 years ago
Xavier Claessens e1094df77e wrap: Add back filename member in PackageDefinition 5 years ago
Xavier Claessens b510d644fe find_program: Do not use fallback when before parsing project() 5 years ago
Xavier Claessens f66c8c35da qt: Fix has_tools() when required=False 5 years ago
Alexander Neumann 92075f5ef3 give user control of option skip_sanity_check 5 years ago
Jussi Pakkanen f8bec97084 Bump version number for RC1. 5 years ago
Marvin Scholz 85686e21d7 environment: Correctly detect arm64 as aarch64 5 years ago
Xavier Claessens 7c90639078 interpreter: Don't abort if dep isn't required and sub didn't override 5 years ago
Xavier Claessens f7a07ee91a interpreter: Already configured fallback should be used for optional dep 5 years ago
Xavier Claessens 41aefd2145 wrap: Abort if multiple wraps provide the same dep or program 5 years ago
Xavier Claessens 13316f99fe wrap: Refactor to split wraps dictionary into 3 separate dicts 5 years ago
Xavier Claessens fba796cf13 Fix typo: coma->comma 5 years ago
Xavier Claessens f08eed37cb find_program: Fallback if a wrap file provide the program name 5 years ago
Xavier Claessens 288d1ae5a5 wrap: Do not fallback implicitly on optional dependency 5 years ago
Xavier Claessens 71804e56eb wrap: Add special 'dependency_names' key in [provide] section 5 years ago
Xavier Claessens 2a7f72885f wrap: Add 'provide' section 5 years ago
Xavier Claessens 56c9e95b04 Implicit dependency fallback when a subproject wrap or dir exists 5 years ago
georgev93 5acd8acd51 Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.py, as well as enclose everything in a run() function so it can be called by `meson --internal cmake_run_ctgt ...`. Also, include mesonbuild/cmake/data/ in the msi package. 5 years ago