summaryrefslogtreecommitdiff
path: root/mesonbuild/envconfig.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-051-0/+3
* check that compiler name is not blank or emptyMichael Hirsch, Ph.D2019-07-061-2/+2
* env: Do not return empty tool env varsMarvin Scholz2019-07-051-0/+4
* tvOS: added support AppleTVOSRoman Shpuntov2019-06-131-2/+2
* Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson2019-05-161-35/+1
* envconfig: mingw is also WindowsRoss Burton2019-05-021-2/+2
* mesonlib: Make a few type annotations stringsDylan Baker2019-05-021-3/+3
* Add some type annotations and fix lintsJohn Ericson2019-05-021-2/+2
* envconfig: Add type annotationsDylan Baker2019-04-221-54/+54
* envconfig: simplify exception handling.Dylan Baker2019-04-221-10/+6
* envconfig: remove unused parse_datafile()Ross Burton2019-03-201-10/+0
* envconfig: Store whether the cpu_familiy is 64 bitDylan Baker2019-03-141-0/+13
* Sync up initialization logic with Properties and BinaryTableJohn Ericson2019-02-271-6/+27
* Move some configuration classes out of environment.pyJohn Ericson2019-02-271-0/+397