aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/envconfig.py
AgeCommit message (Expand)AuthorFilesLines
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