summaryrefslogtreecommitdiff
path: root/mesonbuild/envconfig.py
AgeCommit message (Expand)Author
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger
2021-05-18add cpu family cskyRandy Yates
2021-04-12dependency: Add JDK system dependencyTristan Partin
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-02-06add loongarch supportXiaotian Wu
2021-01-13Fix misspellsAntonin Décimo
2021-01-11move get_env_var_pair to environmentDylan Baker
2021-01-11boost: default machine file properties to env var valuesDylan Baker
2021-01-11Move BinaryTable environment lookups to EnvironmentDylan Baker
2021-01-11pull env to program mappings out of BinaryType classDylan Baker
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen
2020-11-21envconfig: use debug for "using * from environment variables messagesDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-10-13cmake: Add cross compilation supportDaniel Mensinger
2020-09-16envconfig: fix return type of get_env_var_pairDylan Baker
2020-09-13external-project: New module to build configure/make projectsXavier Claessens
2020-09-08typing: Fix code reviewDaniel Mensinger
2020-09-08typing: fix code reviewDaniel Mensinger
2020-09-08typing: fix envconfig typingDaniel Mensinger
2020-08-30Be stricter when detecting Windows/CygwinChristoph Reiter
2020-08-01machine-files: deprecate the paths sectionDylan Baker
2020-06-29envconfig: Add [constants] section in machine filesXavier Claessens
2020-06-19envconfig: Add support SuperH SH-4Dylan Baker
2020-06-10Updated to resolve issue identifying SGI CPUs on IRIX systemsEric Dodd
2020-05-11Add AVR to cpu families. Closes #7085.Jussi Pakkanen
2020-05-07envconfig: Always honor PKG_CONFIG_PATHDylan Baker
2020-04-21switch python2 %s for python3 .formatMichael
2020-04-10Recognize Hurd as platform/OSPino Toscano
2020-03-23Revert "Naturally use env vars a bit more to match Autoconf"Jussi Pakkanen
2020-03-23Naturally use env vars a bit more to match AutoconfJohn Ericson
2020-03-23Fix legacy env var support with crossJohn Ericson
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz
2020-03-17envconfig: Make compiler and linker environment variables matchDylan Baker
2020-01-23Add m68k to known cpus for Motorola 68000 series processorsDylan Baker
2020-01-22environment: Replace LD with <LANG>LDDylan Baker
2020-01-22envconfig: add pkg_config_libdir propertyStéphane Cerveau
2020-01-15envconfig: s390x is 64bitDylan Baker
2020-01-15Add s390 to list of known architecturesDylan Baker
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-02Allow selecting the dynamic linkerDylan Baker
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-20Fix all flake8 warningsDaniel Mensinger
2019-10-15envconfig: Add Alpha CPU familyMatt Turner
2019-09-26envconfig: Add MicroBlaze CPU familyNathan Rossi
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-08-27envconfig: make MachineInfo.is_windows and is_cygwin match mesonlibDylan Baker
2019-08-27envconfig: Add missing MachineInfo is_<os> methodsDylan Baker
2019-08-23NetBSD detection in envconfig.MachineInfonia
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen
2019-07-06check that compiler name is not blank or emptyMichael Hirsch, Ph.D