summaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
Commit message (Expand)AuthorAgeFilesLines
* Support Visual Studio 2022 backendCrend King2021-11-211-1/+1
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
* Bump version number for new development.Jussi Pakkanen2021-10-241-1/+1
* Bump version number for release.0.60.0Jussi Pakkanen2021-10-241-1/+2
* Update version number for rc2.0.60.0rc2Jussi Pakkanen2021-10-191-1/+1
* Bump version number for rc1.0.60.0.rc1Jussi Pakkanen2021-10-111-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* optinterpreter: Add deprecated kwargXavier Claessens2021-10-091-2/+28
* python: Add platlibdir and purelibdir optionsXavier Claessens2021-10-081-0/+8
* remove useless variables that are no longer or were never usedEli Schwartz2021-10-041-1/+1
* coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens2021-09-211-1/+5
* apply flake8 fixes for unused imports and missing importsEli Schwartz2021-09-141-4/+4
* interpreter: Add summary of all user defined optionsXavier Claessens2021-09-021-4/+2
* pylint: turn on superflous-parensDylan Baker2021-08-311-2/+2
* compilers: Fix annotations for run and cached_compileDylan Baker2021-08-161-3/+3
* editorconfig: add setting to trim trailing whitespaceEli Schwartz2021-08-151-1/+0
* coredata: throw a MesonException on unknown optionsFlorian Schmaus2021-07-261-8/+7
* Bump version number for new development.Jussi Pakkanen2021-07-181-1/+1
* Set up the 0.59.0 release.0.59.0Jussi Pakkanen2021-07-181-1/+1
* Update version number for rc2.0.59.0.rc2Jussi Pakkanen2021-07-121-1/+1
* Bump version number for rc1.0.59.0.rc1Jussi Pakkanen2021-07-051-1/+1
* more f-strings too complex to be caught by pyupgradeEli Schwartz2021-07-051-10/+8
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-4/+4
* Add Visual Studio 2012/2013 backends (#8803)fanc9992021-06-221-1/+1
* holders: Introduce HoldableObjectDaniel Mensinger2021-06-181-1/+3
* coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens2021-06-111-0/+9
* typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger2021-06-061-20/+20
* cmake: Fix CMakeToolchain (fixes #8293)Daniel Mensinger2021-05-291-0/+32
* Add a helper to simplify the usage of PerMachineDefaultableDylan Baker2021-05-281-5/+4
* coredata: Use a PerMachineDefaultable for the deps cacheDylan Baker2021-05-281-5/+9
* Bump version number for new development.Jussi Pakkanen2021-05-021-1/+1
* Release 0.58.0.0.58.0Jussi Pakkanen2021-05-021-1/+1
* Bump version number for rc1.0.58.0.rc1Jussi Pakkanen2021-04-261-1/+1
* store the list of initializes subprojects in the coredata structureDylan Baker2021-04-261-0/+5
* coredata: Check for built-in options as host optionsDylan Baker2021-04-061-1/+5
* Split environment variable and command line cflagsDylan Baker2021-03-301-2/+9
* coredata: Fix dependency cacheDylan Baker2021-03-281-1/+1
* cmd_line_file.txt: Use cross/native file path resolved by coredataXavier Claessens2021-03-221-2/+2
* coredata: be more robust on unpickling errorsPaolo Bonzini2021-03-161-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-16/+16
* various python neatness cleanupsEli Schwartz2021-03-041-2/+2
* Bump version for new development.Jussi Pakkanen2021-02-141-1/+1
* Set up release 0.57.0.57.0Jussi Pakkanen2021-02-141-1/+1
* Bump version numbers for rc1.0.57.0.rc1Jussi Pakkanen2021-02-091-2/+2
* bugfix concerning octal umasks (#8282)Volker-Weissmann2021-02-011-4/+11
* Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen2021-01-191-19/+29
* coredata: Add missing nopromote wrap_mode choiceXavier Claessens2021-01-141-1/+1
* move handling of CFLAGS and friends to environmentDylan Baker2021-01-111-1/+1
* fix LGTM warningsDylan Baker2021-01-041-1/+1
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-131/+85