aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-11allow setting directory locations in a native fileDylan Baker1-3/+9
2019-02-02Never access environment.properties downstreamJohn Ericson1-34/+54
2019-01-31Use ConfigParser instead of deprecated SafeConfigParserNirbheek Chauhan1-1/+1
2019-01-23coredata: Only reject a load if major version differsNirbheek Chauhan1-2/+5
2019-01-17coredata: Serialize native files into the cmd_line.txt fileDylan Baker1-0/+6
2019-01-17coredata: Handle EOFError like UnpicklingErrorDylan Baker1-1/+1
2019-01-17coredata: Handle AttributeError in unpickling coredataDylan Baker1-1/+6
2019-01-16mintro: Introspection interpreter refactoring (#4733)Daniel Mensinger1-0/+39
2019-01-06use same code for printing options in mconf and msetupNicolas Schneider1-0/+8
2019-01-06fix meson configure exception when install_umask is not an intNicolas Schneider1-1/+1
2019-01-02Get rid of `ConfigData`John Ericson1-36/+0
2018-12-29Introspection refactoringDaniel Mensinger1-0/+30
2018-12-30Default libdir is "lib" when cross compiling. Closes #2535.Jussi Pakkanen1-0/+8
2018-12-20Factor out more option iteratingJohn Ericson1-1/+6
2018-12-18Factor out iterator over options dictionariesJohn Ericson1-14/+15
2018-12-10Bump version number for new development.Jussi Pakkanen1-1/+1
2018-12-09Update everything for release 0.49.00.49.0Jussi Pakkanen1-1/+1
2018-12-03Combine `run_tests` import lines in `run_unittests`John Ericson1-2/+3
2018-11-14Get basic native config file loading workingDylan Baker1-0/+76
2018-11-09coredata: Do not use ':' as key delimited in cmd_line.txtXavier Claessens1-3/+9
2018-11-06Recover when coredata cannot be loadedXavier Claessens1-1/+42
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen1-3/+9
2018-09-22Updated version number for new development.Jussi Pakkanen1-1/+1
2018-09-22Bump version number for release.Jussi Pakkanen1-1/+1
2018-09-18Drop unnecessary periods from help stringsZbigniew Jędrzejewski-Szmek1-25/+25
2018-09-13New numbering scheme for pre-release versions. [skip ci]Jussi Pakkanen1-1/+1