aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-19Update version number for rc2.0.60.0rc2Jussi Pakkanen1-1/+1
2021-10-11Bump version number for rc1.0.60.0.rc1Jussi Pakkanen1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-09optinterpreter: Add deprecated kwargXavier Claessens1-2/+28
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens1-0/+8
2021-10-04remove useless variables that are no longer or were never usedEli Schwartz1-1/+1
2021-09-21coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens1-1/+5
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-4/+4
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens1-4/+2
2021-08-31pylint: turn on superflous-parensDylan Baker1-2/+2
2021-08-16compilers: Fix annotations for run and cached_compileDylan Baker1-3/+3
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
2021-07-26coredata: throw a MesonException on unknown optionsFlorian Schmaus1-8/+7
2021-07-18Bump version number for new development.Jussi Pakkanen1-1/+1
2021-07-18Set up the 0.59.0 release.0.59.0Jussi Pakkanen1-1/+1
2021-07-12Update version number for rc2.0.59.0.rc2Jussi Pakkanen1-1/+1
2021-07-05Bump version number for rc1.0.59.0.rc1Jussi Pakkanen1-1/+1
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-10/+8
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-4/+4
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc9991-1/+1
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger1-1/+3
2021-06-11coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens1-0/+9
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