summaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
Commit message (Expand)AuthorAgeFilesLines
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
* Add support for module optionsXavier Claessens2021-10-081-0/+10
* remove f from f-string that has no formattingEli Schwartz2021-10-041-1/+1
* coredata: Invalidate deps cache when changing wrap_mode optionXavier Claessens2021-06-111-2/+1
* mconf: line wrap columns nicelyDylan Baker2021-04-201-6/+48
* mconf: cleanup up and sort importsDylan Baker2021-04-201-2/+7
* mconf: print core options for subprojectsDylan Baker2021-04-201-2/+4
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* mconf: only print correct options in the correct sectionsDylan Baker2021-02-171-2/+2
* Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen2021-01-191-0/+11
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-14/+20
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-40/+20
* move OptionKey to mesonlibDylan Baker2021-01-041-1/+2
* use OptionKey for compiler_optionsDylan Baker2021-01-041-7/+4
* use OptionKey for backend_optionsDylan Baker2021-01-041-2/+2
* use OptionKey for coredata.user_optionsDylan Baker2021-01-041-2/+15
* movve insert_build_prefix to mconfDylan Baker2021-01-041-2/+8
* use the OptionKey type for command line and machine filesDylan Baker2021-01-041-1/+1
* Refactor handling of machine file optionsXavier Claessens2020-10-161-8/+2
* typing: more fixesDaniel Mensinger2020-09-081-2/+6
* mconf/mintro: use authoritative list of options from coredataDylan Baker2020-08-011-13/+1
* mconf: Fix regression when printing all optionsXavier Claessens2020-06-181-8/+8
* Compiler options per langJohn Ericson2020-04-201-6/+11
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* mconf: Fix printing options when there is no compiler/project optionsXavier Claessens2019-10-221-3/+3
* mconf: Group all options per subproject and align all groupsXavier Claessens2019-10-181-72/+115
* mconf: Fix meson configure crash (fixes #5909)Daniel Mensinger2019-09-131-2/+2
* Do not print build and host settings when compiling natively.Jussi Pakkanen2019-08-061-8/+14
* Per machine do 'build.' and '' option prefixesJohn Ericson2019-06-051-5/+8
* Use dependency cacheDylan Baker2019-05-201-1/+2
* mconf: Don't change the type of coredata.depsDylan Baker2019-05-161-1/+1
* ast: fix #5376Daniel Mensinger2019-05-131-1/+2
* mconf: Limit the line length of the choices columnDaniel Mensinger2019-02-171-1/+15
* Merge pull request #4743 from dcbaker/native-file-extendedJussi Pakkanen2019-02-121-2/+1
|\
| * allow setting directory locations in a native fileDylan Baker2019-02-111-2/+1
* | Merge pull request #4826 from mensinda/confDefOptsJussi Pakkanen2019-02-121-11/+48
|\ \ | |/ |/|
| * Fixed some code issuesDaniel Mensinger2019-02-051-5/+9
| * mconf: Use introspection to print the project default options (fixes #2543)Daniel Mensinger2019-01-251-14/+47
* | Never access environment.properties downstreamJohn Ericson2019-02-021-1/+5
|/
* Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen2019-01-071-0/+4
|\
| * Added meson-info.jsonDaniel Mensinger2019-01-061-0/+4
* | use same code for printing options in mconf and msetupNicolas Schneider2019-01-061-11/+10
|/
* Merge pull request #4547 from mensinda/introIncDirsJussi Pakkanen2019-01-061-0/+2
|\
| * Split the monolithic introspection file into chunksDaniel Mensinger2019-01-061-1/+1
| * Update intro dump on meson configureDaniel Mensinger2019-01-061-0/+2
* | fix meson configure exception when install_umask is not an intNicolas Schneider2019-01-061-1/+1
|/
* Sorted arrays alphabeticallyDaniel Mensinger2018-11-241-11/+11
* Recover when coredata cannot be loadedXavier Claessens2018-11-061-0/+1
* Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-041-8/+2