aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/envconfig.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Allow selecting the dynamic linkerDylan Baker1-0/+2
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-20Fix all flake8 warningsDaniel Mensinger1-2/+0
2019-10-15envconfig: Add Alpha CPU familyMatt Turner1-0/+2
2019-09-26envconfig: Add MicroBlaze CPU familyNathan Rossi1-0/+1
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-3/+3
2019-08-27envconfig: make MachineInfo.is_windows and is_cygwin match mesonlibDylan Baker1-2/+2
2019-08-27envconfig: Add missing MachineInfo is_<os> methodsDylan Baker1-0/+13
2019-08-23NetBSD detection in envconfig.MachineInfonia1-0/+6
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen1-0/+3
2019-07-06check that compiler name is not blank or emptyMichael Hirsch, Ph.D1-2/+2
2019-07-05env: Do not return empty tool env varsMarvin Scholz1-0/+4
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov1-2/+2
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson1-35/+1
2019-05-02envconfig: mingw is also WindowsRoss Burton1-2/+2
2019-05-02mesonlib: Make a few type annotations stringsDylan Baker1-3/+3
2019-05-02Add some type annotations and fix lintsJohn Ericson1-2/+2
2019-04-22envconfig: Add type annotationsDylan Baker1-54/+54
2019-04-22envconfig: simplify exception handling.Dylan Baker1-10/+6
2019-03-20envconfig: remove unused parse_datafile()Ross Burton1-10/+0
2019-03-14envconfig: Store whether the cpu_familiy is 64 bitDylan Baker1-0/+13
2019-02-27Sync up initialization logic with Properties and BinaryTableJohn Ericson1-6/+27
2019-02-27Move some configuration classes out of environment.pyJohn Ericson1-0/+397