summaryrefslogtreecommitdiff
path: root/mesonbuild/envconfig.py
Commit message (Expand)AuthorAgeFilesLines
* modules/gnome: use envconfig for VAPIGENDylan Baker2021-11-011-0/+1
* Add sccache support.Jussi Pakkanen2021-10-251-0/+19
* holders: Introduce HoldableObjectDaniel Mensinger2021-06-181-2/+2
* add cpu family cskyRandy Yates2021-05-181-0/+1
* dependency: Add JDK system dependencyTristan Partin2021-04-121-4/+8
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-5/+5
* add loongarch supportXiaotian Wu2021-02-061-0/+2
* Fix misspellsAntonin Décimo2021-01-131-3/+3
* move get_env_var_pair to environmentDylan Baker2021-01-111-34/+2
* boost: default machine file properties to env var valuesDylan Baker2021-01-111-8/+0
* Move BinaryTable environment lookups to EnvironmentDylan Baker2021-01-111-42/+21
* pull env to program mappings out of BinaryType classDylan Baker2021-01-111-45/+45
* Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen2020-11-221-1/+1
|\
| * use real pathlib moduleDylan Baker2020-11-201-1/+1
* | envconfig: use debug for "using * from environment variables messagesDylan Baker2020-11-211-1/+1
|/
* cmake: Add cross compilation supportDaniel Mensinger2020-10-131-13/+84
* envconfig: fix return type of get_env_var_pairDylan Baker2020-09-161-4/+2
* external-project: New module to build configure/make projectsXavier Claessens2020-09-131-0/+1
* typing: Fix code reviewDaniel Mensinger2020-09-081-5/+5
* typing: fix code reviewDaniel Mensinger2020-09-081-5/+5
* typing: fix envconfig typingDaniel Mensinger2020-09-081-1/+1
* Be stricter when detecting Windows/CygwinChristoph Reiter2020-08-301-2/+2
* machine-files: deprecate the paths sectionDylan Baker2020-08-011-40/+0
* envconfig: Add [constants] section in machine filesXavier Claessens2020-06-291-28/+1
* envconfig: Add support SuperH SH-4Dylan Baker2020-06-191-2/+3
* Updated to resolve issue identifying SGI CPUs on IRIX systemsEric Dodd2020-06-101-1/+5
* Add AVR to cpu families. Closes #7085.Jussi Pakkanen2020-05-111-0/+1
* envconfig: Always honor PKG_CONFIG_PATHDylan Baker2020-05-071-1/+1
* switch python2 %s for python3 .formatMichael2020-04-211-5/+5
* Recognize Hurd as platform/OSPino Toscano2020-04-101-0/+6
* Revert "Naturally use env vars a bit more to match Autoconf"Jussi Pakkanen2020-03-231-2/+2
* Naturally use env vars a bit more to match AutoconfJohn Ericson2020-03-231-2/+2
* Fix legacy env var support with crossJohn Ericson2020-03-231-49/+65
* -Add xc16 and c2000 C,Cpp toolchain supportalanNz2020-03-211-0/+3
* envconfig: Make compiler and linker environment variables matchDylan Baker2020-03-171-7/+23
* Add m68k to known cpus for Motorola 68000 series processorsDylan Baker2020-01-231-0/+1
* environment: Replace LD with <LANG>LDDylan Baker2020-01-221-1/+9
* envconfig: add pkg_config_libdir propertyStéphane Cerveau2020-01-221-0/+6
* envconfig: s390x is 64bitDylan Baker2020-01-151-0/+1
* Add s390 to list of known architecturesDylan Baker2020-01-151-0/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-32/+32
* Allow selecting the dynamic linkerDylan Baker2019-12-021-0/+2
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* Fix all flake8 warningsDaniel Mensinger2019-10-201-2/+0
* envconfig: Add Alpha CPU familyMatt Turner2019-10-151-0/+2
* envconfig: Add MicroBlaze CPU familyNathan Rossi2019-09-261-0/+1
* mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-051-3/+3
* envconfig: make MachineInfo.is_windows and is_cygwin match mesonlibDylan Baker2019-08-271-2/+2
* envconfig: Add missing MachineInfo is_<os> methodsDylan Baker2019-08-271-0/+13
* NetBSD detection in envconfig.MachineInfonia2019-08-231-0/+6