Age | Commit message (Expand) | Author | Files | Lines |
2023-01-04 | add objects keyword argument to declare_dependencies | Paolo Bonzini | 1 | -4/+5 |
2023-01-03 | Add fatal=False to many mlog.warnings() | Dylan Baker | 1 | -2/+2 |
2023-01-03 | dependencies/dev: refactor some code to make mypy happy | Dylan Baker | 1 | -4/+10 |
2022-12-25 | dependencies: better logging of pkg-config call outputs | Eli Schwartz | 1 | -1/+5 |
2022-12-15 | Change double quote doc comment to sinqle quote | Tristan Partin | 1 | -2/+2 |
2022-12-15 | Try to find the jni dependency when javac is a Darwin stub | Tristan Partin | 1 | -11/+25 |
2022-12-14 | Deduplicate code in JNISystemDependency conditional | Tristan Partin | 1 | -2/+2 |
2022-12-11 | typing: fix some broken Sequence annotations | Eli Schwartz | 1 | -2/+2 |
2022-12-04 | hdf5 dependency: correctly use machine files and respect cross | Eli Schwartz | 1 | -4/+5 |
2022-12-04 | refactor pkg-config dependency to allow statically finding the program | Eli Schwartz | 1 | -32/+36 |
2022-11-30 | pylint: enable the set_membership plugin | Dylan Baker | 5 | -12/+12 |
2022-11-29 | pylint: enable the bad_builtin checker | Dylan Baker | 1 | -1/+1 |
2022-11-29 | pylint: enable implicit-str-concat | Dylan Baker | 1 | -1/+1 |
2022-11-29 | Fix crash when toolchain is missing | SmallWood-D | 7 | -13/+23 |
2022-11-03 | dependencies: make the hdf5 dependency use Popen_safe | Eli Schwartz | 1 | -4/+3 |
2022-10-24 | Move JNISystemDependency to dependencies.base.detect_compiler | Tristan Partin | 1 | -3/+2 |
2022-10-09 | Fix some wording in a JNISystemDependency comment | Tristan Partin | 1 | -1/+1 |
2022-10-09 | Add BSD support to the JNISystemDependency | Tristan Partin | 1 | -0/+8 |
2022-10-06 | Add handling Qt6's EntryPoint library. | Hagen Möbius | 1 | -9/+18 |
2022-10-04 | pylint: enable use-a-generator | Dylan Baker | 2 | -8/+8 |
2022-09-28 | Move classes used by scripts to their own module | Xavier Claessens | 1 | -2/+1 |
2022-09-19 | compilers: perform targeted imports for detect | Eli Schwartz | 2 | -3/+3 |
2022-09-19 | compilers: directly import from subpackages | Eli Schwartz | 2 | -3/+4 |
2022-09-12 | dependencies: log the real reason for a dependency lookup failing | Eli Schwartz | 2 | -3/+6 |
2022-09-12 | dependencies: use better internal representation of factory methods | Eli Schwartz | 2 | -8/+7 |
2022-09-12 | dependencies: simplify log_tried into a staticmethod | Eli Schwartz | 7 | -12/+21 |
2022-09-12 | dependencies: simplify logging methods | Eli Schwartz | 3 | -15/+0 |
2022-08-29 | flake8: fix typing casts to not have actual objects | Eli Schwartz | 1 | -1/+1 |
2022-08-26 | Remove redundant backslash and fix white space issue | Alf Henrik Sauge | 1 | -4/+5 |
2022-08-26 | Fix purely white space issues reported by flake8 | Alf Henrik Sauge | 3 | -8/+8 |
2022-08-09 | dependencies: reject Qt6 pkg-config dependency if libexecdir is not known | Eli Schwartz | 1 | -0/+7 |
2022-08-09 | qt: fix qt 6 tools detection for pkg-config | Konstantin | 1 | -1/+21 |
2022-08-04 | typing: simplify type annotations for libraries | Eli Schwartz | 1 | -2/+2 |
2022-06-13 | flake8: fix non-idiomatic ordering of "if not in" checks | Eli Schwartz | 1 | -3/+3 |
2022-06-13 | flake8: fix various whitespace nits | Eli Schwartz | 1 | -3/+3 |
2022-06-10 | treewide: various cleanups to move imports for mypy into typechecking blocks | Eli Schwartz | 3 | -4/+6 |
2022-06-01 | dependencies: Fix d_module_version types | Dylan Baker | 1 | -1/+1 |
2022-05-25 | dependencies: Don't allow as_link_whole to complete with SharedLibraries | Dylan Baker | 1 | -1/+12 |
2022-05-25 | dependencies: Fix several annotations issues | Dylan Baker | 1 | -7/+11 |
2022-05-23 | move various imports into TYPE_CHECKING blocks for neatness | Eli Schwartz | 1 | -2/+3 |
2022-05-09 | dependencies/boost.py: ignore unknown files | fghzxm | 1 | -2/+14 |
2022-05-03 | add prefer_static built-in option | Dudemanguy | 4 | -7/+11 |
2022-05-03 | dependencies: cleanup kwargs.get('static') usage | Dudemanguy | 2 | -3/+2 |
2022-05-03 | interpreter: new function add_project_dependencies() | Paolo Bonzini | 1 | -0/+6 |
2022-05-03 | dependencies: extract code to get all leaf dependencies | Paolo Bonzini | 2 | -2/+19 |
2022-05-01 | cmake: Fix CMake LLVM dependency error (fixes #10322) | Daniel Mensinger | 1 | -2/+9 |
2022-05-01 | Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-files | Jussi Pakkanen | 4 | -17/+17 |
2022-04-30 | pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* env | Xavier Claessens | 1 | -20/+27 |
2022-04-13 | dependencies: tighten type checking and fix cmake API violation for get_variable | Eli Schwartz | 4 | -17/+17 |
2022-04-12 | qt dependency: adapt to the qmake command changed name | Eli Schwartz | 1 | -1/+1 |