summaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4952 from mensinda/cacheCompilesDylan Baker2019-05-021-0/+1
|\
| * Cache compile results in coredataDaniel Mensinger2019-04-281-0/+1
* | Add some type annotations and fix lintsJohn Ericson2019-05-021-1/+1
|/
* coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker2019-04-211-31/+28
* Updated meson --help outputTheQwertiest2019-04-201-33/+35
* Add support for VS2019. Closes #4640.Jussi Pakkanen2019-04-101-1/+1
* coredata: Add ability to mark options as having separate cross valuesDylan Baker2019-04-051-11/+21
* dependencies: Add command line option for pkg_config_pathDylan Baker2019-04-051-1/+7
* coredata: Don't log warnings about reserved prefixesDylan Baker2019-04-051-2/+2
* coredata: Fold add_builtin_argument into BuiltinOptionDylan Baker2019-04-041-26/+22
* coredata: Merge get_builtin_option_cmdline_name into BuiltinOptionDylan Baker2019-04-041-8/+9
* coredata: merge get_builtin_option_default in to BuiltinOptionDylan Baker2019-04-041-15/+11
* coredata: pull get_builtin_option_choices into BuiltinOptionDylan Baker2019-04-041-13/+8
* coredata: Remove get_builtin_option_descriptionDylan Baker2019-04-041-7/+1
* coredata: Move argparse action getterin into BuiltinOption classDylan Baker2019-04-041-9/+14
* coredata: Remove is_builtin_optionDylan Baker2019-04-041-6/+3
* coredata: remove get_builtin_optionsDylan Baker2019-04-041-5/+2
* coredata: Add an object to abstract builtinsDylan Baker2019-04-041-48/+67
* Reuse build setup for host when native compiling. Closes #5047.Jussi Pakkanen2019-04-011-1/+1
* Don't collect preprocssor flags separately from compiler flagsJohn Ericson2019-03-271-21/+3
* mesonbuild: allow multiple --cross-file optionsRoss Burton2019-03-201-45/+7
* load_configs: generalise the search pathRoss Burton2019-03-191-3/+3
* Bump version number for new development.Jussi Pakkanen2019-03-101-1/+1
* Update everything for new release.0.50.0Jussi Pakkanen2019-03-101-1/+1
* Feed compiler Properties to get its options defaultedJohn Ericson2019-02-271-6/+3
* Add warning level zerojml17952019-02-191-1/+1
* Fix cross file initialization of CPPFLAGSJohn Ericson2019-02-151-1/+7
* allow setting directory locations in a native fileDylan Baker2019-02-111-3/+9
* Never access environment.properties downstreamJohn Ericson2019-02-021-34/+54
* Use ConfigParser instead of deprecated SafeConfigParserNirbheek Chauhan2019-01-311-1/+1
* coredata: Only reject a load if major version differsNirbheek Chauhan2019-01-231-2/+5
* coredata: Serialize native files into the cmd_line.txt fileDylan Baker2019-01-171-0/+6
* coredata: Handle EOFError like UnpicklingErrorDylan Baker2019-01-171-1/+1
* coredata: Handle AttributeError in unpickling coredataDylan Baker2019-01-171-1/+6
* mintro: Introspection interpreter refactoring (#4733)Daniel Mensinger2019-01-161-0/+39
* use same code for printing options in mconf and msetupNicolas Schneider2019-01-061-0/+8
* fix meson configure exception when install_umask is not an intNicolas Schneider2019-01-061-1/+1
* Get rid of `ConfigData`John Ericson2019-01-021-36/+0
* Introspection refactoringDaniel Mensinger2018-12-291-0/+30
* Default libdir is "lib" when cross compiling. Closes #2535.Jussi Pakkanen2018-12-301-0/+8
* Factor out more option iteratingJohn Ericson2018-12-201-1/+6
* Factor out iterator over options dictionariesJohn Ericson2018-12-181-14/+15
* Bump version number for new development.Jussi Pakkanen2018-12-101-1/+1
* Update everything for release 0.49.00.49.0Jussi Pakkanen2018-12-091-1/+1
* Combine `run_tests` import lines in `run_unittests`John Ericson2018-12-031-2/+3
* Get basic native config file loading workingDylan Baker2018-11-141-0/+76
* coredata: Do not use ':' as key delimited in cmd_line.txtXavier Claessens2018-11-091-3/+9
* Recover when coredata cannot be loadedXavier Claessens2018-11-061-1/+42
* Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen2018-10-071-3/+9
* Updated version number for new development.Jussi Pakkanen2018-09-221-1/+1