summaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
Commit message (Expand)AuthorAgeFilesLines
* coredata: Fixup the default libdir value, not the set valueNirbheek Chauhan2020-05-141-3/+3
* Merge pull request #6620 from jon-turney/test-output-checkDylan Baker2020-05-131-1/+1
|\
| * Be more careful about the use of repr() in error messagesJon Turney2020-04-301-1/+1
* | Fix outdated cross-compilation checksOle André Vadla RavnÄs2020-05-131-1/+3
* | Merge pull request #7076 from mesonbuild/revertcrossfixupJussi Pakkanen2020-05-061-1/+1
|\ \
| * | Revert "coredata: init_builtins should always call libdir_cross_fixup"Jussi Pakkanen2020-05-041-1/+1
| |/
* | coredata: init IntegerOption choices to the correct valueEric Engestrom2020-05-041-3/+3
|/
* Compiler options per langJohn Ericson2020-04-201-33/+52
* Bump version number for new development. [skip ci]Jussi Pakkanen2020-03-291-1/+1
* Update everything for new release.0.54.0Jussi Pakkanen2020-03-291-1/+1
* Make werror per subproject optionXavier Claessens2020-03-241-1/+1
* Bump version number for rc1.0.54.0.rc1Jussi Pakkanen2020-03-241-1/+1
* Fix legacy env var support with crossJohn Ericson2020-03-231-16/+31
* coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan2020-03-111-0/+7
* coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan2020-03-111-3/+4
* coredata: Set default options as cmdline args that override each otherNirbheek Chauhan2020-03-111-8/+13
* coredata: Convert all option parsing to OrderedDict()Nirbheek Chauhan2020-03-111-5/+5
* coredata: init_builtins should always call libdir_cross_fixupStéphane Cerveau2020-03-021-1/+1
* coredata: Fix search and replace mistakeDylan Baker2020-02-211-2/+2
* coredata: Warn on reconfigure if PKG_CONFIG_PATH has changedDylan Baker2020-02-211-11/+15
* coredata: Fix crash when cmd_line_options contains booleansXavier Claessens2020-02-191-2/+5
* Add unity block size option.Jussi Pakkanen2020-02-121-0/+1
* Refactor UserIntegerOption to work with BuiltinOption.Jussi Pakkanen2020-02-121-5/+6
* Make 'default_library' per-subproject builtin optionXavier Claessens2020-02-061-18/+40
* Fix prefix dependent option defaults (#6552)Jon Turney2020-02-041-3/+3
* typing: Fix Any --> T.AnyDaniel Mensinger2020-01-311-1/+1
* Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D2020-01-301-11/+20
* Always disable interpolation for ini parsers.Jussi Pakkanen2020-01-271-1/+1
* mconf: Recommend using --reconfigure when setting unknown optionsXavier Claessens2020-01-251-0/+2
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-51/+48
* Bump version number for new development.Jussi Pakkanen2020-01-071-1/+1
* Prepare new release.0.53.0Jussi Pakkanen2020-01-071-1/+1
* Consider compiler arguments in linker detection logicDylan Baker2019-12-121-3/+4
* Allow setting <lang>_args before the compiler is detectedDylan Baker2019-12-121-2/+19
* catch malformed command line array option with helpful errorMichael Hirsch, Ph.D2019-12-071-1/+4
* type annoMichael Hirsch, Ph.D2019-12-071-2/+2
* lgtm: Fix redundant codeDaniel Mensinger2019-12-051-3/+1
* lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger2019-12-051-20/+20
* coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves2019-11-131-1/+1
* Fix typos found by codespellWolfgang Stöggl2019-11-061-2/+2
* Bump version number for new development. [skip ci]Jussi Pakkanen2019-10-061-1/+1
* Updated version numbers for 0.52.0 release.0.52.0Jussi Pakkanen2019-10-061-1/+1
* Cross build is defined by the existance of a cross file.Jussi Pakkanen2019-10-061-1/+1
* Deduplicate PKG_CONFIG_PATH entries when initializing the array option pkg_co...Olexa Bilaniuk2019-09-301-1/+7
* Print user defined options in meson-log.txtXavier Claessens2019-09-251-0/+14
* mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-051-6/+6
* correct function callClinton Roy2019-09-031-1/+1
* Made build. options alias basic ones when native building.Jussi Pakkanen2019-08-061-0/+23
* Made set_option kwargs named-only.Jussi Pakkanen2019-08-061-2/+2
* coredata: Ignore directories when searching for machine filesDylan Baker2019-07-311-6/+14