aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-10Add support for VS2019. Closes #4640.Jussi Pakkanen1-1/+1
2019-04-05coredata: Add ability to mark options as having separate cross valuesDylan Baker1-11/+21
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker1-1/+7
2019-04-05coredata: Don't log warnings about reserved prefixesDylan Baker1-2/+2
2019-04-04coredata: Fold add_builtin_argument into BuiltinOptionDylan Baker1-26/+22
2019-04-04coredata: Merge get_builtin_option_cmdline_name into BuiltinOptionDylan Baker1-8/+9
2019-04-04coredata: merge get_builtin_option_default in to BuiltinOptionDylan Baker1-15/+11
2019-04-04coredata: pull get_builtin_option_choices into BuiltinOptionDylan Baker1-13/+8
2019-04-04coredata: Remove get_builtin_option_descriptionDylan Baker1-7/+1
2019-04-04coredata: Move argparse action getterin into BuiltinOption classDylan Baker1-9/+14
2019-04-04coredata: Remove is_builtin_optionDylan Baker1-6/+3
2019-04-04coredata: remove get_builtin_optionsDylan Baker1-5/+2
2019-04-04coredata: Add an object to abstract builtinsDylan Baker1-48/+67
2019-04-01Reuse build setup for host when native compiling. Closes #5047.Jussi Pakkanen1-1/+1
2019-03-27Don't collect preprocssor flags separately from compiler flagsJohn Ericson1-21/+3
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton1-45/+7
2019-03-19load_configs: generalise the search pathRoss Burton1-3/+3
2019-03-10Bump version number for new development.Jussi Pakkanen1-1/+1
2019-03-10Update everything for new release.0.50.0Jussi Pakkanen1-1/+1
2019-02-27Feed compiler Properties to get its options defaultedJohn Ericson1-6/+3
2019-02-19Add warning level zerojml17951-1/+1
2019-02-15Fix cross file initialization of CPPFLAGSJohn Ericson1-1/+7