aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
AgeCommit message (Expand)AuthorFilesLines
2022-08-24fix incorrect type annotations for coredata compile/link argsEli Schwartz1-2/+2
2022-07-31Only reconfigure if configure options actually changedDaan De Meyer1-2/+2
2022-07-03Bump version number for new development.Jussi Pakkanen1-1/+1
2022-07-03Finalize the release.0.63.0Jussi Pakkanen1-1/+1
2022-06-27Bump version number for rc2.0.63.0.rc2Jussi Pakkanen1-1/+1
2022-06-19Update version numbers for rc1.0.63.0rc1Jussi Pakkanen1-1/+1
2022-06-16minstall: Add more safety checks when unpickling installdataXavier Claessens1-15/+4
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-1/+1
2022-05-03add prefer_static built-in optionDudemanguy1-0/+1
2022-04-27improve help for -DdebugPaolo Bonzini1-1/+1
2022-04-21Allow deprecating an option for a new oneXavier Claessens1-1/+14
2022-04-19pkgconfig: Add relocatable module optionFredrik Salomonsson1-0/+4
2022-03-22coredata: Do not forget subproject's default_optionsXavier Claessens1-6/+9
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens1-8/+9
2022-03-22Bump version number for new development.Jussi Pakkanen1-1/+1
2022-03-21Prepare the 0.62.0 release.0.62.0Jussi Pakkanen1-2/+2
2022-03-16coredata: be even more robust on unpickling errorsPaolo Bonzini1-1/+1
2022-03-15Bump version number for rc2.0.62.0rc2Jussi Pakkanen1-1/+1
2022-03-10Bump version numbers for rc1 release.0.62.0rc1Jussi Pakkanen1-1/+1
2022-03-07merge various TYPE_CHECKING blocks into oneEli Schwartz1-3/+1
2022-03-03coredata: fix annotations of get_optionDylan Baker1-1/+1
2022-03-01fix missing encodingsEli Schwartz1-0/+6
2022-02-22python module: add option to specify a python environment to install toEli Schwartz1-0/+2
2022-02-09meson: Allow directory options outside of prefixJan Tojnar1-19/+17
2022-01-10Bump version number for new development.Jussi Pakkanen1-1/+1
2022-01-10Prepare release 0.61.0.0.61.0Jussi Pakkanen1-1/+1
2022-01-02Bump version numbers for rc1.0.61.0rc1Jussi Pakkanen1-1/+4
2021-12-30fix crash during MesonExceptionEli Schwartz1-1/+1
2021-11-21Support Visual Studio 2022 backendCrend King1-1/+1
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-1/+1
2021-10-24Bump version number for new development.Jussi Pakkanen1-1/+1
2021-10-24Bump version number for release.0.60.0Jussi Pakkanen1-1/+2
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