4358 Commits (217036f2d9d7f90b47e6d9cad43f3144882a3b91)

Author SHA1 Message Date
Dylan Baker 225c93c5c0 linkers: Concatenate -L and the directory 5 years ago
Dylan Baker 506eb998d1 linkers: Use PosixDynamicLinkerMixin for Cuda 5 years ago
Jussi Pakkanen ba1367b588 Bump version number for new development. [skip ci] 5 years ago
Jussi Pakkanen 2779603c68 Updated version numbers for 0.52.0 release. 5 years ago
Jussi Pakkanen 0b4d1e8afd Cross build is defined by the existance of a cross file. 5 years ago
Martin Hostettler 507cf47941 wrap: Rework `depth` support for git. 5 years ago
Gerion Entrup 7d01629580 mtest: add gdb_path option 5 years ago
Daniel Mensinger 4185a00057
Revert "cmake: postprocess libraries names with so version" 5 years ago
Daniel Mensinger 8103af1d76
cmake: fix detection of libraries with .so version 5 years ago
Daniel Mensinger 66c129c52f
cache all gnulike_default_include_dirs invocations 5 years ago
Daniel Mensinger 73d52266b5
Use include_type instead of is_system 5 years ago
Daniel Mensinger e5c720ff60
Move generate_system_dependency to Dependency 5 years ago
Daniel Mensinger b1b8a7a7e3
Use -isystem instead of -idirafter 5 years ago
Daniel Mensinger a7c4682be1
Also add support for declare_dependency objects 5 years ago
Daniel Mensinger c6938bd579
Handle -idirafter in unix_args_to_native 5 years ago
Daniel Mensinger 8593506b7b
add is_system kwarg to dependency 5 years ago
Daniel Mensinger f508b4cf80
use getters for dependency access 5 years ago
Dylan Baker 00aba4a279 interpreter: Combine test and benchmark args 5 years ago
Dylan Baker 0fb1d029b6 interpreter: Correctly handle arguments to benchmark 5 years ago
Matthew Waters 8d3fcb3dc4 dependencies: account for frameworks without a Versions directory 5 years ago
Jussi Pakkanen d3b389f349 Add clang-tidy target. Closes #2383. 5 years ago
Jussi Pakkanen 5a52983f16 Refactor clang tool generation to its own function. 5 years ago
Jussi Pakkanen 5b422fce87 Make Python 2 tests optional(er) to prepare for py2 purge in Debian. 5 years ago
Xavier Claessens 7d9e58f125 cmake: Add support for normal libraries 5 years ago
Xavier Claessens 90a12ed3f0 cmake: Fix 'properies' typo 5 years ago
Xavier Claessens a4b0d216b5 cmake: COMMAND could have ';' separated arguments 5 years ago
Xavier Claessens 73f0061498 cmake: postprocess libraries names with so version 5 years ago
Xavier Claessens 22d578e1a0 Remove unused 'required' argument 5 years ago
Xavier Claessens 7a83668b6b cmake: Generate declare_dependency() only for libraries 5 years ago
Xavier Claessens 71bfec7ec1 cmake: subproject() supports the 'required' kwarg 5 years ago
Xavier Claessens 70b1391248 cmake: Write AST into build dir 5 years ago
Xavier Claessens dd5a0df3ec Recursively include all objects from uninstalled static libraries 5 years ago
Xavier Claessens a3153747b9 Do not promote to link_whole when an internal library links to another 5 years ago
Xavier Claessens 19fc692b25 pkgconfig: Include dependencies of uninstalled static libraries 5 years ago
Xavier Claessens dc5ad1fad9 pkgconfig: Do not include uninstalled static libraries 5 years ago
Xavier Claessens 484b721369 Fix link_with of a static library with an uninstalled static library 5 years ago
Xavier Claessens f396c71c52 Fix link_whole of static libraries 5 years ago
Marc-André Lureau 01569fee2e Add depfile to configure_file() 5 years ago
Olexa Bilaniuk e32b0f8fbb Deduplicate PKG_CONFIG_PATH entries when initializing the array option pkg_config_path. 5 years ago
Olexa Bilaniuk 2057ffccc3 Correct obviously-wrong test for gold linker. 5 years ago
Christoph Weiss 0008b326ff Add support for `depth` option in wrap-git 5 years ago
Marc-André Lureau a65d5801f3 environment: Support taking values from dict 5 years ago
Marc-André Lureau 18897b6afd ConfigurationDataHolder: pass initial_values to ctor 5 years ago
Marc-André Lureau 6c72119cfd configure_file: add feature version checks for taking dict 5 years ago
Ting-Wei Lan 24bd029437 environment: LLVM 9 is now a stable release 5 years ago
Ting-Wei Lan 0390b673f1 Find clang-format with alternative names 5 years ago
Ting-Wei Lan 08ce1fb541 Move the list of LLVM version suffixes to a common place 5 years ago
Dylan Baker d6c4e79c84 mtest: Don't require an exe wrapper for if the cross file says we don't need one 5 years ago
Dylan Baker f724cc2042 backends: Add needs_exe_wrapper to test serialization 5 years ago
Andrew Conrad 714908e5d9 Catch NotADirectoryError to fix selinux error 5 years ago