Age | Commit message (Expand) | Author | Files | Lines |
2022-04-12 | cmake: Always use all compilers for LLVM (fixes #10249) | Daniel Mensinger | 1 | -1/+12 |
2022-03-29 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -2/+3 |
2022-03-04 | Add modules kwarg to JNI system dep | Tristan Partin | 1 | -3/+58 |
2022-03-02 | Rename JDK system dep to JNI | Tristan Partin | 1 | -3/+18 |
2022-03-01 | mark a bunch of dependencies with the version they were introduced | Eli Schwartz | 1 | -0/+1 |
2021-11-20 | dependencies/zlib: Allow for generic OS checks | Dudemanguy | 1 | -4/+1 |
2021-11-15 | dependencies/zlib: Add system zlib method for android | Dudemanguy | 1 | -2/+2 |
2021-10-27 | fix various flake8 whitespace errors | Eli Schwartz | 1 | -1/+1 |
2021-09-25 | dependencies: Add JDK system dependency for Solaris | Alan Coopersmith | 1 | -0/+2 |
2021-07-13 | dependencies: drop Dependency.methods and Dependency.get_methods() | Dylan Baker | 1 | -17/+0 |
2021-07-04 | dependencies: Deterministic LLVM compile and link arg ordering (#8959) | kira78 | 1 | -2/+2 |
2021-06-25 | Split compiler detection from Environment | Daniel Mensinger | 1 | -2/+2 |
2021-06-17 | move base class for system dependencies into base.py | Eli Schwartz | 1 | -2/+1 |
2021-06-14 | dependencies: Use the SystemDependency | Dylan Baker | 1 | -8/+9 |
2021-06-09 | compilers: Fix missing functions in Compiler base class | Daniel Mensinger | 1 | -2/+1 |
2021-06-09 | typing: Fully annotate dependencies | Daniel Mensinger | 1 | -28/+28 |
2021-06-03 | deps: Split dependencies.base | Daniel Mensinger | 1 | -4/+5 |
2021-05-28 | dependencies/zlib: System Dependency needs a clib_compiler on windows | Dylan Baker | 1 | -3/+8 |
2021-04-12 | dependency: Add JDK system dependency | Tristan Partin | 1 | -0/+56 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -10/+10 |
2020-10-22 | depenencies/llvm: Handle llvm-config --shared-mode failing (#7379) | Dylan Baker | 1 | -1/+7 |
2020-09-29 | dependencies/zlib: Fix header detection | Dylan Baker | 1 | -1/+1 |
2020-04-12 | Fix VS Intellisense for projects which depend on LLVM found via CMake. | Jesse Natalie | 1 | -0/+3 |
2020-04-10 | Log when ignoring LLVM because dynamic was requested | Jesse Natalie | 1 | -0/+1 |
2020-03-19 | cmake: Add find_package COMPONETS support | Daniel Mensinger | 1 | -1/+1 |
2020-01-31 | dependencies: Add a zlib system dependency for windows | Dylan Baker | 1 | -2/+20 |
2020-01-31 | dependencies: Add system zlib method for freebsd and dragonflybsd | Dylan Baker | 1 | -3/+8 |
2020-01-31 | dependencies: Add a zlib system dependency for macOS | Dylan Baker | 1 | -0/+30 |
2020-01-30 | Small cleanups for the LLVM dependency class (#6548) | Dylan Baker | 1 | -1/+6 |
2020-01-29 | dependencies: Rename _add_sub_dependency2 to _add_sub_dependency | Dylan Baker | 1 | -5/+5 |
2020-01-29 | dependencies: Use a DependencyFactory for threads | Dylan Baker | 1 | -5/+13 |
2020-01-29 | dependencies: Use DependencyFactory for gmock | Dylan Baker | 1 | -20/+23 |
2020-01-29 | dependencies: Use a DependencyFactory for gtest | Dylan Baker | 1 | -20/+21 |
2020-01-29 | dependencies: Use a DependencyFactory for LLVM | Dylan Baker | 1 | -27/+15 |
2020-01-29 | dependencies: Make Dependency initializer signatures match | Dylan Baker | 1 | -5/+5 |
2020-01-29 | dependencies/base: Split process_method_kw out of Dependency | Dylan Baker | 1 | -4/+4 |
2020-01-26 | cmake: Refactor CMakeExecutor and CMakeTraceParser | Daniel Mensinger | 1 | -0/+3 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -3/+3 |
2019-12-05 | lgtm: fix Multiple calls to __init__ | Daniel Mensinger | 1 | -6/+2 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -3/+3 |
2019-09-29 | Move the list of LLVM version suffixes to a common place | Ting-Wei Lan | 1 | -19/+2 |
2019-07-02 | dependencies/dev: Switch order of llvm dependency finders | Dylan Baker | 1 | -3/+3 |
2019-06-12 | cmake: Move parsing the CMake trace into the CMake module | Daniel Mensinger | 1 | -4/+4 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -9/+13 |
2019-05-27 | dependencies/llvm: Fixup bad output from llvm-config on windows | Dylan Baker | 1 | -2/+8 |
2019-05-03 | cmake: Fixed new thread dependency | Daniel Mensinger | 1 | -3/+1 |
2019-05-03 | cmake: LLVM better modules handling | Daniel Mensinger | 1 | -14/+18 |
2019-05-03 | cmake: revert module name mapping | Daniel Mensinger | 1 | -8/+12 |
2019-05-03 | cmake: minor code fixes | Daniel Mensinger | 1 | -7/+9 |
2019-05-03 | CMake: optional modules support | Daniel Mensinger | 1 | -3/+7 |