246 Commits (c5c0c467fedb909c1cfe7547abe477fdabb5526c)

Author SHA1 Message Date
Nirbheek Chauhan 04e275cdcc find_program: Always use USERPROFILE instead of HOME 5 years ago
Nirbheek Chauhan 64432e9448 find_program: Ignore programs in the WindowsApps directory 5 years ago
Daniel Mensinger 09b53c534f types: import typing as T (fixes #6333) 5 years ago
Michael Hirsch, Ph.D e1dd310333 bugfix: check len before index 5 years ago
Ting-Wei Lan 04e08f5a1f PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATH 5 years ago
Jonathan Perkin c3d0b95a58 dependencies: Fix executable file test on Unix. 5 years ago
Daniel Mensinger 38d3fbca94 dep: Try extraframework before cmake (fixes #6113) 5 years ago
Michael Hirsch, Ph.D 98fd4e5557 cmake: add project language to cmakelists.txt 5 years ago
Jussi Pakkanen a17746e2ab Fix typing import bug. 5 years ago
Xavier Claessens b872099468 find_program(): Add 'dirs' keyword argument 5 years ago
Daniel Mensinger 0cf31e2340 lgtm: fix Multiple calls to __init__ 5 years ago
Daniel Mensinger e4a0ee205d lgtm: Fix redundant code 5 years ago
Daniel Mensinger b5cec1c632 lgtm: ignore all safe `__init__ method calls overridden method` warnings 5 years ago
Daniel Mensinger fe853ee516 lgtm: fix Missing call to __init__ during object initialization 5 years ago
Daniel Mensinger 286b9f0921 lgtm: Fix Module imported with `import` and `import from` 5 years ago
Michael Hirsch, Ph.D 818c92003c
fix extraneous '\\ ' in some windows pkg-config files 5 years ago
Xavier Claessens 80dd3e30ce Fix crash when checking multi version on subproject dep 5 years ago
Daniel Mensinger 2e62d6a203
Highlight '(cached)' and add color to the dependency version 5 years ago
Jussi Pakkanen 2a73517e08 Revert "Add `-Wl,-rpath-link` for secondary dependencies" 5 years ago
Marvin Scholz 2fe75ab31d dependencies/pkgconfig: Log pkg-config exceptions 5 years ago
Marvin Scholz 273d6e75ea dependencies/pkgconfig: Fix error reporting 5 years ago
Marvin Scholz fc86339b39 dependencies/pkgconfig: Fix found state ignoring errors 5 years ago
Wolfgang Stöggl f037e7ef45 Fix typos found by codespell 5 years ago
Aleksey Gurtovoy f56ef583d3 dependency('cuda') 5 years ago
Wolfgang Stöggl bd27769030 Fix split of CMAKE_PREFIX_PATH under Windows 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 c6938bd579
Handle -idirafter in unix_args_to_native 5 years ago
Daniel Mensinger 8593506b7b
add is_system kwarg to dependency 5 years ago
Matthew Waters 8d3fcb3dc4 dependencies: account for frameworks without a Versions directory 5 years ago
Xavier Claessens 90a12ed3f0 cmake: Fix 'properies' typo 5 years ago
David Seifert 7b9c348102 Add `-Wl,-rpath-link` for secondary dependencies 5 years ago
Aleksey Gurtovoy 75daed27bc mesonlib.split_args/quote_arg/join_args 5 years ago
Daniel Mensinger f097b96883 cmake: fix missing -lpthread (fixes #5821) 5 years ago
Marcin Niestroj 987539e233 Improve support for crosscompiled CMake modules 5 years ago
Daniel Mensinger e2499fab8b meson: Use CMAKE_PREFIX_PATH environment variable 5 years ago
Michael Hirsch, Ph.D a348174313 str => pathlib for cmakelists 5 years ago
Daniel Mensinger d9eac2544c cmake: additional debug logging 5 years ago
Daniel Mensinger 845f0e1133 cmake: Fix empty -D due to empty strings (closes #5522) 5 years ago
Norbert Nemec 748c9d817d try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependencies 5 years ago
Dylan Baker e182dba61f dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross file 6 years ago
Daniel Mensinger b1cf0fd380
cmake: Move parsing the CMake trace into the CMake module 6 years ago
Daniel Mensinger 6083cfa6c8
cmake: Moved finding and running CMake out of dependency 6 years ago
John Ericson b9d7e98e59 Simplify `ConfigToolDependency` for_machine 6 years ago
John Ericson 07777e15d4 Purge `is_cross` and friends without changing user interfaces 6 years ago
Daniel Mensinger e1863719cb
cmake: Made CMake executable finding availiable for other functions 6 years ago
John Ericson af2d7af998 Per machine do 'build.' and '' option prefixes 6 years ago
John Ericson 126100b166 mlog.debug the meson-set PKG_CONFIG_PATH 6 years ago
Dylan Baker 31ab962753 dependencies/cmake: Handle spaces in set_target_properties 6 years ago