238 Commits (7ce2a24f42ce546ad7b26594b3c9b3f087d83f94)

Author SHA1 Message Date
Dylan Baker 019f73dd7c coredata: Add a type for the options dict 5 years ago
Michael Hirsch, Ph.D 85cc424712 expanduser for tilde 5 years ago
Dylan Baker 56f7e5c74f coredata: Correctly handle receiving a pipe for native/cross files 5 years ago
Jussi Pakkanen 8dfc24dbf1 Update version number for new development. 5 years ago
Jussi Pakkanen 5ecab57667 Update things for new release. 5 years ago
John Ericson 07777e15d4 Purge `is_cross` and friends without changing user interfaces 6 years ago
John Ericson af2d7af998 Per machine do 'build.' and '' option prefixes 6 years ago
Dylan Baker 0714ba58c7 coredata: add cmake_prefix_path option 6 years ago
Dylan Baker 146e97e974 Use dependency cache 6 years ago
Dylan Baker 5df6823bd8 coredata: Introduce a class to act as the dependency cache 6 years ago
Dylan Baker 0b66a106e3 coredata: fix bugs reading PKG_CONFIG_PATH 6 years ago
John Ericson 957d8e051c Make `PerMachine` and `MachineChoice` have just `build` and `host` 6 years ago
John Ericson 4030e7cb7a UserOption no longer has a name field. 6 years ago
John Ericson 4c2617a9c6 Add some type annotations and fix lints 6 years ago
Daniel Mensinger 2b5831f94f
Fix flake8-bugbear warnings 6 years ago
Daniel Mensinger c9bd84fd25
Cache compile results in coredata 6 years ago
Dylan Baker 3edc7f343b coredata: store cross/native files in the same form they will be used (#5224) 6 years ago
TheQwertiest bf65660509 Updated meson --help output 6 years ago
Jussi Pakkanen 04710b087a Add support for VS2019. Closes #4640. 6 years ago
Dylan Baker 377b652b93 coredata: Add ability to mark options as having separate cross values 6 years ago
Dylan Baker 569e646e1e dependencies: Add command line option for pkg_config_path 6 years ago
Dylan Baker 5ce0d9fbbb coredata: Don't log warnings about reserved prefixes 6 years ago
Dylan Baker 863de72599 coredata: Fold add_builtin_argument into BuiltinOption 6 years ago
Dylan Baker 1d7eda5fc8 coredata: Merge get_builtin_option_cmdline_name into BuiltinOption 6 years ago
Dylan Baker c3cb966631 coredata: merge get_builtin_option_default in to BuiltinOption 6 years ago
Dylan Baker 5aa2219f50 coredata: pull get_builtin_option_choices into BuiltinOption 6 years ago
Dylan Baker 1e5496d1ba coredata: Remove get_builtin_option_description 6 years ago
Dylan Baker 6940848f0b coredata: Move argparse action getterin into BuiltinOption class 6 years ago
Dylan Baker f8fcc7174d coredata: Remove is_builtin_option 6 years ago
Dylan Baker c6060d795c coredata: remove get_builtin_options 6 years ago
Dylan Baker d778a371ac coredata: Add an object to abstract builtins 6 years ago
Jussi Pakkanen 1a79fdd7e7 Reuse build setup for host when native compiling. Closes #5047. 6 years ago
John Ericson e677704d21 Don't collect preprocssor flags separately from compiler flags 6 years ago
Ross Burton 65e59c84a1 mesonbuild: allow multiple --cross-file options 6 years ago
Ross Burton d57dd1092e load_configs: generalise the search path 6 years ago
Jussi Pakkanen 35c3cf2822 Bump version number for new development. 6 years ago
Jussi Pakkanen 9f48f5fe94 Update everything for new release. 6 years ago
John Ericson 2d6d242aec Feed compiler Properties to get its options defaulted 6 years ago
jml1795 a9e63568fe Add warning level zero 6 years ago
John Ericson 9d7f38eccd Fix cross file initialization of CPPFLAGS 6 years ago
Dylan Baker 5b896ed70b allow setting directory locations in a native file 6 years ago
John Ericson 19f81d3e33 Never access environment.properties downstream 6 years ago
Nirbheek Chauhan a683fc30ab Use ConfigParser instead of deprecated SafeConfigParser 6 years ago
Nirbheek Chauhan d02ec7111e coredata: Only reject a load if major version differs 6 years ago
Dylan Baker dbe2a29637 coredata: Serialize native files into the cmd_line.txt file 6 years ago
Dylan Baker 8668a4e2ec coredata: Handle EOFError like UnpicklingError 6 years ago
Dylan Baker ed0ad91f1c coredata: Handle AttributeError in unpickling coredata 6 years ago
Daniel Mensinger af38722f89 mintro: Introspection interpreter refactoring (#4733) 6 years ago
Nicolas Schneider 3232f780d8 use same code for printing options in mconf and msetup 6 years ago
Nicolas Schneider 735e138382 fix meson configure exception when install_umask is not an int 6 years ago