Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -5/+5 |
2021-02-06 | add loongarch support | Xiaotian Wu | 1 | -0/+2 |
2021-01-13 | Fix misspells | Antonin DĂ©cimo | 1 | -3/+3 |
2021-01-11 | move get_env_var_pair to environment | Dylan Baker | 1 | -34/+2 |
2021-01-11 | boost: default machine file properties to env var values | Dylan Baker | 1 | -8/+0 |
2021-01-11 | Move BinaryTable environment lookups to Environment | Dylan Baker | 1 | -42/+21 |
2021-01-11 | pull env to program mappings out of BinaryType class | Dylan Baker | 1 | -45/+45 |
2020-11-22 | Merge pull request #8011 from dcbaker/submit/post-python36-cleanups | Jussi Pakkanen | 1 | -1/+1 |
2020-11-21 | envconfig: use debug for "using * from environment variables messages | Dylan Baker | 1 | -1/+1 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-13 | cmake: Add cross compilation support | Daniel Mensinger | 1 | -13/+84 |
2020-09-16 | envconfig: fix return type of get_env_var_pair | Dylan Baker | 1 | -4/+2 |
2020-09-13 | external-project: New module to build configure/make projects | Xavier Claessens | 1 | -0/+1 |
2020-09-08 | typing: Fix code review | Daniel Mensinger | 1 | -5/+5 |
2020-09-08 | typing: fix code review | Daniel Mensinger | 1 | -5/+5 |
2020-09-08 | typing: fix envconfig typing | Daniel Mensinger | 1 | -1/+1 |
2020-08-30 | Be stricter when detecting Windows/Cygwin | Christoph Reiter | 1 | -2/+2 |
2020-08-01 | machine-files: deprecate the paths section | Dylan Baker | 1 | -40/+0 |
2020-06-29 | envconfig: Add [constants] section in machine files | Xavier Claessens | 1 | -28/+1 |
2020-06-19 | envconfig: Add support SuperH SH-4 | Dylan Baker | 1 | -2/+3 |
2020-06-10 | Updated to resolve issue identifying SGI CPUs on IRIX systems | Eric Dodd | 1 | -1/+5 |
2020-05-11 | Add AVR to cpu families. Closes #7085. | Jussi Pakkanen | 1 | -0/+1 |
2020-05-07 | envconfig: Always honor PKG_CONFIG_PATH | Dylan Baker | 1 | -1/+1 |
2020-04-21 | switch python2 %s for python3 .format | Michael | 1 | -5/+5 |
2020-04-10 | Recognize Hurd as platform/OS | Pino Toscano | 1 | -0/+6 |
2020-03-23 | Revert "Naturally use env vars a bit more to match Autoconf" | Jussi Pakkanen | 1 | -2/+2 |
2020-03-23 | Naturally use env vars a bit more to match Autoconf | John Ericson | 1 | -2/+2 |
2020-03-23 | Fix legacy env var support with cross | John Ericson | 1 | -49/+65 |
2020-03-21 | -Add xc16 and c2000 C,Cpp toolchain support | alanNz | 1 | -0/+3 |
2020-03-17 | envconfig: Make compiler and linker environment variables match | Dylan Baker | 1 | -7/+23 |
2020-01-23 | Add m68k to known cpus for Motorola 68000 series processors | Dylan Baker | 1 | -0/+1 |
2020-01-22 | environment: Replace LD with <LANG>LD | Dylan Baker | 1 | -1/+9 |
2020-01-22 | envconfig: add pkg_config_libdir property | Stéphane Cerveau | 1 | -0/+6 |
2020-01-15 | envconfig: s390x is 64bit | Dylan Baker | 1 | -0/+1 |
2020-01-15 | Add s390 to list of known architectures | Dylan Baker | 1 | -0/+1 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -32/+32 |
2019-12-02 | Allow selecting the dynamic linker | Dylan Baker | 1 | -0/+2 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 |
2019-10-20 | Fix all flake8 warnings | Daniel Mensinger | 1 | -2/+0 |
2019-10-15 | envconfig: Add Alpha CPU family | Matt Turner | 1 | -0/+2 |
2019-09-26 | envconfig: Add MicroBlaze CPU family | Nathan Rossi | 1 | -0/+1 |
2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 1 | -3/+3 |
2019-08-27 | envconfig: make MachineInfo.is_windows and is_cygwin match mesonlib | Dylan Baker | 1 | -2/+2 |
2019-08-27 | envconfig: Add missing MachineInfo is_<os> methods | Dylan Baker | 1 | -0/+13 |
2019-08-23 | NetBSD detection in envconfig.MachineInfo | nia | 1 | -0/+6 |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 1 | -0/+3 |
2019-07-06 | check that compiler name is not blank or empty | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-07-05 | env: Do not return empty tool env vars | Marvin Scholz | 1 | -0/+4 |
2019-06-13 | tvOS: added support AppleTVOS | Roman Shpuntov | 1 | -2/+2 |
2019-05-16 | Make `PerMachine` and `MachineChoice` have just `build` and `host` | John Ericson | 1 | -35/+1 |