aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-21coredata: Fix search and replace mistakeDylan Baker1-2/+2
2020-02-21coredata: Warn on reconfigure if PKG_CONFIG_PATH has changedDylan Baker1-11/+15
2020-02-19coredata: Fix crash when cmd_line_options contains booleansXavier Claessens1-2/+5
2020-02-12Add unity block size option.Jussi Pakkanen1-0/+1
2020-02-12Refactor UserIntegerOption to work with BuiltinOption.Jussi Pakkanen1-5/+6
2020-02-06Make 'default_library' per-subproject builtin optionXavier Claessens1-18/+40
2020-02-04Fix prefix dependent option defaults (#6552)Jon Turney1-3/+3
2020-01-31typing: Fix Any --> T.AnyDaniel Mensinger1-1/+1
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D1-11/+20
2020-01-27Always disable interpolation for ini parsers.Jussi Pakkanen1-1/+1
2020-01-25mconf: Recommend using --reconfigure when setting unknown optionsXavier Claessens1-0/+2
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-51/+48
2020-01-07Bump version number for new development.Jussi Pakkanen1-1/+1
2020-01-07Prepare new release.0.53.0Jussi Pakkanen1-1/+1
2019-12-12Consider compiler arguments in linker detection logicDylan Baker1-3/+4
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker1-2/+19
2019-12-07catch malformed command line array option with helpful errorMichael Hirsch, Ph.D1-1/+4
2019-12-07type annoMichael Hirsch, Ph.D1-2/+2
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-3/+1
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger1-20/+20
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves1-1/+1
2019-11-06Fix typos found by codespellWolfgang Stöggl1-2/+2
2019-10-06Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2019-10-06Updated version numbers for 0.52.0 release.0.52.0Jussi Pakkanen1-1/+1
2019-10-06Cross build is defined by the existance of a cross file.Jussi Pakkanen1-1/+1
2019-09-30Deduplicate PKG_CONFIG_PATH entries when initializing the array option pkg_co...Olexa Bilaniuk1-1/+7
2019-09-25Print user defined options in meson-log.txtXavier Claessens1-0/+14
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-6/+6
2019-09-03correct function callClinton Roy1-1/+1
2019-08-06Made build. options alias basic ones when native building.Jussi Pakkanen1-0/+23
2019-08-06Made set_option kwargs named-only.Jussi Pakkanen1-2/+2
2019-07-31coredata: Ignore directories when searching for machine filesDylan Baker1-6/+14
2019-07-23coredata: Add a type for the options dictDylan Baker1-0/+2
2019-07-07expanduser for tildeMichael Hirsch, Ph.D1-0/+1
2019-06-23coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker1-6/+27
2019-06-16Update version number for new development.Jussi Pakkanen1-1/+1
2019-06-16Update things for new release.0.51.0Jussi Pakkanen1-1/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-28/+11
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-83/+112
2019-05-27coredata: add cmake_prefix_path optionDylan Baker1-0/+8
2019-05-20Use dependency cacheDylan Baker1-1/+8
2019-05-17coredata: Introduce a class to act as the dependency cacheDylan Baker1-0/+111
2019-05-16coredata: fix bugs reading PKG_CONFIG_PATHDylan Baker1-2/+5
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson1-1/+1
2019-05-15UserOption no longer has a name field.John Ericson1-43/+47
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker1-0/+1
2019-05-02Add some type annotations and fix lintsJohn Ericson1-1/+1
2019-04-28Cache compile results in coredataDaniel Mensinger1-0/+1
2019-04-21coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker1-31/+28
2019-04-20Updated meson --help outputTheQwertiest1-33/+35