aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger1-20/+20
2021-05-29cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger1-0/+32
2021-05-28Add a helper to simplify the usage of PerMachineDefaultableDylan Baker1-5/+4
2021-05-28coredata: Use a PerMachineDefaultable for the deps cacheDylan Baker1-5/+9
2021-05-02Bump version number for new development.Jussi Pakkanen1-1/+1
2021-05-02Release 0.58.0.0.58.0Jussi Pakkanen1-1/+1
2021-04-26Bump version number for rc1.0.58.0.rc1Jussi Pakkanen1-1/+1
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker1-0/+5
2021-04-06coredata: Check for built-in options as host optionsDylan Baker1-1/+5
2021-03-30Split environment variable and command line cflagsDylan Baker1-2/+9
2021-03-28coredata: Fix dependency cacheDylan Baker1-1/+1
2021-03-22cmd_line_file.txt: Use cross/native file path resolved by coredataXavier Claessens1-2/+2
2021-03-16coredata: be more robust on unpickling errorsPaolo Bonzini1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-16/+16
2021-03-04various python neatness cleanupsEli Schwartz1-2/+2
2021-02-14Bump version for new development.Jussi Pakkanen1-1/+1
2021-02-14Set up release 0.57.0.57.0Jussi Pakkanen1-1/+1
2021-02-09Bump version numbers for rc1.0.57.0.rc1Jussi Pakkanen1-2/+2
2021-02-01bugfix concerning octal umasks (#8282)Volker-Weissmann1-4/+11
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen1-19/+29
2021-01-14coredata: Add missing nopromote wrap_mode choiceXavier Claessens1-1/+1
2021-01-11move handling of CFLAGS and friends to environmentDylan Baker1-1/+1
2021-01-04fix LGTM warningsDylan Baker1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-131/+85
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-124/+120
2021-01-04move OptionKey to mesonlibDylan Baker1-196/+2
2021-01-04use OptionKey for compiler_optionsDylan Baker1-31/+32
2021-01-04use new optionkey.is_* methodsDylan Baker1-1/+1
2021-01-04coredata: Add a type to the OptionKeyDylan Baker1-18/+43
2021-01-04use OptionKey for backend_optionsDylan Baker1-11/+9
2021-01-04use OptionKey for coredata.user_optionsDylan Baker1-9/+11
2021-01-04movve insert_build_prefix to mconfDylan Baker1-7/+0
2021-01-04use the OptionKey type for command line and machine filesDylan Baker1-73/+52
2021-01-04coredata: Add OptionKey typeDylan Baker1-0/+169
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-11-01Fix #5492 (#7919)Elliot1-2/+2
2020-10-30Bump version number for new development.Jussi Pakkanen1-1/+1
2020-10-30Bump version number for release. This is the 10 000th commit!0.56.0Jussi Pakkanen1-1/+1
2020-10-26Update version number to rc2.0.56.0.rc2Jussi Pakkanen1-1/+1
2020-10-19Bump version number for rc1.0.56.0.rc1Jussi Pakkanen1-2/+2
2020-10-16Machine file pkg_config_path overrides environmentXavier Claessens1-1/+3
2020-10-16Refactor handling of machine file optionsXavier Claessens1-62/+64
2020-10-05options: Handle updates to choices in optionsDylan Baker1-5/+15
2020-10-05machinefiles: Allow keys to be stored case insensitiveDylan Baker1-2/+6
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-10-01mesonlib: make OptionOverrideProxy a true MutableMappingDylan Baker1-1/+2
2020-09-25dependencies/hdf5: Use the correct compilers for the machineDylan Baker1-1/+1
2020-09-24compilers/compilers: Fully type annotateDylan Baker1-2/+3
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker1-2/+2
2020-09-22pylint: turn on bad-indentation errorDylan Baker1-1/+1