58 Commits (125566b329f68c68d235d50a22963f8d40df9f20)

Author SHA1 Message Date
Daniel Mensinger 0332d7e350 cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249) 5 years ago
D Scott Phillips f6a842821b Fix python3 installed from the Windows Store 5 years ago
Dylan Baker 5663b4a3e8 dependencies: Remove finish_init method 5 years ago
Alexander Neumann ec7ee8fd9e fix cmake target configuration selection. 5 years ago
Dylan Baker 29ef4478df compilers/d: Add b_ndebug support 5 years ago
Xavier Claessens 245d659522 ConfigToolDependency: Don't fallback to system tool when cross compiling 5 years ago
Xavier Claessens 9ddbcd301a ExternalProgram: Do special windows tricks even when name is provided 5 years ago
Dylan Baker 57b468c75a Use pkg_resource to find resources files (data) 5 years ago
Daniel Stone f5f3805ce2 dependencies/cmake: Only use abs paths as link args 5 years ago
Daniel Stone 0f4e88b181 dependencies/cmake: Suffix bare library dependencies on Windows 5 years ago
Daniel Stone 98e5e1ddc5 dependencies/cmake: Add Windows/VS library regex 5 years ago
John Ericson 3a4388e51d Fix legacy env var support with cross 5 years ago
Dylan Baker f6e50da49a dependencies/base: Make the ConfigTool Dependency more flexible 5 years ago
Daniel Mensinger 673ca982f1 cmake: Add find_package COMPONETS support 5 years ago
Dylan Baker 08797e13d9 dependencies: Use CompilerType not Compiler 5 years ago
Gerion Entrup b1304f7290 version parsing: match only when version starts with a number 5 years ago
Gerion Entrup 08d8cfbbb6 base.py: remove trailing whitespace 5 years ago
Max 3d70e3bc63
Fix import dependency from dub 5 years ago
Xavier Claessens 8201b725ed Qt5: Do not use system qmake if not specified in cross file 5 years ago
Daniel Mensinger 273aeb8473 deps: Fix prelimenary CMake lookup. 5 years ago
Dylan Baker 5ab29e264b dependencies: Rename _add_sub_dependency2 to _add_sub_dependency 5 years ago
Dylan Baker 081de4bfbc dependencies: Split detect_compiler out of dependency 5 years ago
Dylan Baker fbad73c939 dependencies: Use a DependencyFactory for threads 5 years ago
Dylan Baker a8817a8e68 dependencies: Remove now dead code 5 years ago
Dylan Baker b0f0d30cf3 dependencies: Add a decorator for dependency factory functions 5 years ago
Dylan Baker 29b6d3e63c dependencies: Use a DependencyFactory for LLVM 5 years ago
Dylan Baker 8a9d6b1ed9 dependencies: Add a sub_dependency_method that takes a list of 5 years ago
Dylan Baker 2c844f86f2 dependencies: Add a DependencyFactory class 5 years ago
Dylan Baker fd892ad7ce dependencies: Make Dependency initializer signatures match 5 years ago
Dylan Baker f85d6cee6a dependencies/base: Split process_method_kw out of Dependency 5 years ago
Daniel Mensinger 3607f50d7f
cmake: Refactor CMakeExecutor and CMakeTraceParser 5 years ago
Daniel Mensinger bc27ebacc9 cmake: Always Add C, CXX if no language is specified (fixes #6441) 5 years ago
Stéphane Cerveau 958df63dac envconfig: add pkg_config_libdir property 5 years ago
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
Dylan Baker cd895be99a dependencies: Add ability to set arbitrary variables on 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