Age | Commit message (Expand) | Author | Files | Lines |
2021-11-01 | coverage generator: obey the documentation and only generate supported outputs | Eli Schwartz | 1 | -4/+4 |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 1 | -3/+3 |
2021-10-04 | fix extra whitespace | Eli Schwartz | 1 | -1/+0 |
2021-09-24 | pylint: check for duplicate imports | Dylan Baker | 1 | -1/+0 |
2021-08-30 | environment: correctly handle cpu value aarch64_be | Dylan Baker | 1 | -1/+7 |
2021-08-30 | environment: add ppc -> ppc64 for aix to detect_cpu | Dylan Baker | 1 | -0/+4 |
2021-08-30 | environment: Add a few type annotations | Dylan Baker | 1 | -6/+4 |
2021-08-27 | environment: Add correct annotation for wrap_resolver | Dylan Baker | 1 | -1/+2 |
2021-08-20 | environment: add annotations and fix get_meson_command | Dylan Baker | 1 | -3/+7 |
2021-08-20 | environment: add some missing annotations | Dylan Baker | 1 | -5/+5 |
2021-07-05 | more f-strings too complex to be caught by pyupgrade | Eli Schwartz | 1 | -2/+2 |
2021-06-25 | typing: Annotate compilers.detect | Daniel Mensinger | 1 | -1/+1 |
2021-06-25 | Split compiler detection from Environment | Daniel Mensinger | 1 | -1363/+5 |
2021-06-14 | environment: Add LLVM suffixes for 11 and 12 | Ting-Wei Lan | 1 | -2/+4 |
2021-06-09 | typing: Fully annotate run_project_tests.py | Daniel Mensinger | 1 | -2/+2 |
2021-06-07 | environment: Add detection logic for cython | Dylan Baker | 1 | -0/+28 |
2021-04-12 | dependency: Add JDK system dependency | Tristan Partin | 1 | -2/+3 |
2021-04-06 | environment: simplify handling of native files with no cross files | Dylan Baker | 1 | -7/+3 |
2021-04-06 | environment: fix typos in comment | Dylan Baker | 1 | -1/+1 |
2021-04-06 | environment: don't load project options from a native file in a cross build | Dylan Baker | 1 | -1/+3 |
2021-04-06 | environment: Add some comments to the _load_machine_file_options method | Dylan Baker | 1 | -2/+11 |
2021-04-01 | environment: get environment variables for both host and build machines | Dylan Baker | 1 | -6/+2 |
2021-03-30 | Split environment variable and command line cflags | Dylan Baker | 1 | -1/+22 |
2021-03-19 | split program related classes and functions out of dependencies | Dylan Baker | 1 | -3/+3 |
2021-03-14 | ninjabackend: Use rsp_file_syntax method | Dylan Baker | 1 | -1/+1 |
2021-03-08 | remove unused environment function | Eli Schwartz | 1 | -4/+0 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -8/+8 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -2/+2 |
2021-02-18 | environment: Allow setting build options in cross files | Dylan Baker | 1 | -4/+11 |
2021-02-17 | Environment: Fix passing envrionment variables CPPFLAGS and CFLAGS | Dylan Baker | 1 | -7/+12 |
2021-02-03 | environment: fix typos | Ali Alnubani | 1 | -4/+4 |
2021-01-23 | split mesonlib into a package | Dylan Baker | 1 | -2/+2 |
2021-01-11 | make some Environment methods protected | Dylan Baker | 1 | -5/+5 |
2021-01-11 | clean up get_env_var_pair | Dylan Baker | 1 | -14/+8 |
2021-01-11 | move get_env_var_pair to environment | Dylan Baker | 1 | -4/+30 |
2021-01-11 | boost: default machine file properties to env var values | Dylan Baker | 1 | -0/+21 |
2021-01-11 | Move BinaryTable environment lookups to Environment | Dylan Baker | 1 | -6/+20 |
2021-01-11 | move handling of CFLAGS and friends to environment | Dylan Baker | 1 | -30/+53 |
2021-01-11 | move CMAKE_PREFIX_PATH env var handling to environment | Dylan Baker | 1 | -6/+20 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -9/+10 |
2021-01-04 | move OptionKey to mesonlib | Dylan Baker | 1 | -12/+12 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -9/+11 |
2021-01-04 | use the OptionKey type for command line and machine files | Dylan Baker | 1 | -43/+50 |
2020-12-29 | Implement support of dlang -makedeps switch (#8119) | Remi Thebault | 1 | -1/+1 |
2020-12-17 | environment.py: Detect all mips* architectures (#8108) | Persian Prince | 1 | -3/+9 |
2020-12-13 | Add support for driving lld-link indirectly through clang on Windows | Laurin-Luis Lehning | 1 | -1/+5 |
2020-11-26 | Bump Ninja requirement to 1.8. | Jussi Pakkanen | 1 | -2/+2 |
2020-11-13 | environment: Fix detection of rust compilers, more | Dylan Baker | 1 | -11/+27 |
2020-11-13 | compilers/rust: warn about setting -C linker in your compiler args | Dylan Baker | 1 | -0/+7 |
2020-11-13 | compilers/rust: add and use an implementation of use_linker_args | Dylan Baker | 1 | -7/+7 |