5431 Commits (05df8320dbc85fb77352d32fd26a60f72f40c5d7)

Author SHA1 Message Date
Elliot Haisley 063b74ebba fix msvc not recognising b_ndebug 4 years ago
Martin Storsjö 43129a11ed Fix a comment about cross compilation with clang-cl [skip ci] 4 years ago
Daniel Mensinger 05ddd6543d
mdata: remove setuptools and use mesondata instead 4 years ago
Daniel Mensinger 019ed04331
mdata: Generate mesondata.py from */data folders 4 years ago
Daniel Mensinger 9e0f78476d
deps: Do not deepcopy internal libraries (fixes #7457) 4 years ago
Xavier Claessens 2353d67c25 wrap: Raise MesonException when git command fails 4 years ago
Eli Schwartz f2dad788e7 qt module: rcc supports depfiles now, given a recent enough version of Qt5 4 years ago
Nirbheek Chauhan 848fcb6a53 Enable target override_options for llvm-ir 4 years ago
Nirbheek Chauhan 21da2c9040 Fix native builds on Windows ARM64 machines 4 years ago
Michael Hirsch, Ph.D f985bb7383
add Nvidia HPC SDK compilers 4 years ago
Jussi Pakkanen cd8bdef776 Bump version number for new development. [skip ci] 4 years ago
Jussi Pakkanen d0c68dc115 Updated everything for release 0.55.0. 4 years ago
Alan Coopersmith 20d405ec18 SolarisDynamicLinker: report ld's version instead of gcc's 4 years ago
Alan Coopersmith 5b82bb8689 SolarisDynamicLinker: Check if linker supports -z type=pie 4 years ago
Alan Coopersmith e801e0435e symbolextractor: use try/finally in solaris_syms when wrapping gnu_syms 4 years ago
Jussi Pakkanen 7ab0090d2a Update version number for rc 2. 4 years ago
Nirbheek Chauhan 40319c9634 Don't make unactionable warnings fatal 4 years ago
Xavier Claessens e1094df77e wrap: Add back filename member in PackageDefinition 4 years ago
Xavier Claessens b510d644fe find_program: Do not use fallback when before parsing project() 4 years ago
Xavier Claessens f66c8c35da qt: Fix has_tools() when required=False 4 years ago
Alexander Neumann 92075f5ef3 give user control of option skip_sanity_check 4 years ago
Jussi Pakkanen f8bec97084 Bump version number for RC1. 4 years ago
Marvin Scholz 85686e21d7 environment: Correctly detect arm64 as aarch64 4 years ago
Xavier Claessens 7c90639078 interpreter: Don't abort if dep isn't required and sub didn't override 4 years ago
Xavier Claessens f7a07ee91a interpreter: Already configured fallback should be used for optional dep 4 years ago
Xavier Claessens 41aefd2145 wrap: Abort if multiple wraps provide the same dep or program 4 years ago
Xavier Claessens 13316f99fe wrap: Refactor to split wraps dictionary into 3 separate dicts 4 years ago
Xavier Claessens fba796cf13 Fix typo: coma->comma 4 years ago
Xavier Claessens f08eed37cb find_program: Fallback if a wrap file provide the program name 4 years ago
Xavier Claessens 288d1ae5a5 wrap: Do not fallback implicitly on optional dependency 4 years ago
Xavier Claessens 71804e56eb wrap: Add special 'dependency_names' key in [provide] section 4 years ago
Xavier Claessens 2a7f72885f wrap: Add 'provide' section 4 years ago
Xavier Claessens 56c9e95b04 Implicit dependency fallback when a subproject wrap or dir exists 4 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. 4 years ago
Xavier Claessens 4a371c97f4 wrap: Apply patch even in VCS cases 4 years ago
Xavier Claessens 1c8731a100 envconfig: Add [constants] section in machine files 4 years ago
TheQwertiest 5696a5abba Added ability to specify target in `meson compile` 4 years ago
TheQwertiest 4d0233540f Added ability to pass arguments to backend in `meson compile` 4 years ago
Eli Schwartz 33167d40a2 wrap: add user agent when downloading files 4 years ago
Xavier Claessens d0f468fef1 pkgconfig: Add missing cflags in uninstalled files 4 years ago
Alan Coopersmith 28d1bb9016 SolarisDynamicLinker: add get_asneeded_args() & get_pie_args() 4 years ago
Alan Coopersmith 45793b6ee2 symbolextractor: Add support for Solaris 4 years ago
Dylan Baker d42cd735a4 arglist: Fix remaining mypy errors and warnings 4 years ago
Dylan Baker 4f6bd29ac9 arglist: Split the C/C++ specifics parts into a subclass for CLike 4 years ago
Dylan Baker 93c3ec7e2d compilers: Return CompilerArgs from compiler instance 4 years ago
Dylan Baker 9d0ad66c29 compilers: Split CompilerArgs into a separate module 4 years ago
Dylan Baker 386721f7fd compilers: Add missing annotations to CompilerArgs class 4 years ago
Dylan Baker b887212bee compilers: Use enum for for deupdlication returns in CompilerArgs 4 years ago
Igor Raits d6c6b933c4 mcompile: Add --verbose mode 4 years ago
Xavier Claessens e353b2e8d4 wrap: Add patch_directory support 4 years ago