172 Commits (a94099bc6554cac747475994ba5b6658f7c98bc8)

Author SHA1 Message Date
Xavier Claessens 05cab3dee5 Set wrap_mode to None by default to know if user passed a value 6 years ago
Xavier Claessens 576f3bb1bf UserArrayOption: Allow duplicates when used as <lang>_args option 6 years ago
Jussi Pakkanen d83f77109a
Convert buildtype to optimization and debug options (#3489) 6 years ago
Jussi Pakkanen 7bb5f82736 Added install target to VS. Closes #3841. 6 years ago
Nirbheek Chauhan 4fb00ee1d8 Add new method: mlog.deprecation() 6 years ago
Jon Turney b387ab1ee1 Fix flake8 issues (#3834) 6 years ago
Jussi Pakkanen 36fbb48b43 Bump version number for new development. [skip ci] 6 years ago
Jussi Pakkanen 5d08219464 Update everything for new release. 6 years ago
Dylan Baker f3a8f9c34d Options: treat array option -Dopt= and -Dopt=[] as equivalent 7 years ago
Xavier Claessens 99dd5f34de Downgrade unknown option from exception to warning 7 years ago
Xavier Claessens e565945253 Add UserFeatureOption type 7 years ago
Niklas Claesson 14716ea90c Visual Studio: Implement startup project 7 years ago
Jon Turney 2e34024a05 Refine cross file checking to ignore directories 7 years ago
Xavier Claessens 7c4736d27f Convert args.projectoptions into a dict 7 years ago
Xavier Claessens 75e501ceb8 coredata: Stop setting default option values as argparse attribute 7 years ago
Xavier Claessens af66656117 UserUmaskOption: Add 'preserve' in choices and use octal notation 7 years ago
Xavier Claessens 531722229b UserUmaskOption: Implement validate_value instead of set_value 7 years ago
Xavier Claessens da29e48d13 mconf: Set prefix first because other options depends on it 7 years ago
Xavier Claessens d503b1423e mconf: Report all unknown cmd line options instead of aborting on first 7 years ago
Xavier Claessens 8fb72510c3 Move to coredata some methods handling options 7 years ago
Xavier Claessens 5af98d16b9 Delay backend creation until project() is parsed 7 years ago
Xavier Claessens b7d442150d Move <lang>_args to coredata.compiler_options 7 years ago
Xavier Claessens 58a9555ddf UserArrayOption: Small cleanup in value parsing 7 years ago
Xavier Claessens 64bfc6cf7b UserArrayOption: Add support for splitting on space instead of coma 7 years ago
Salamandar dd91f96867 Move target_version from coredata to mesonlib 7 years ago
Salamandar ee2f8a0416 Add basic code for feature version detection: 7 years ago
Jussi Pakkanen e3be7f7021 Write coredata transactionally. Closes #3511. 7 years ago
Xavier Claessens 570c108635 Fix --warnlevel being renamed to --warning-level in latest release 7 years ago
Xavier Claessens cb5ad2f211 Remove duplicated definition of -D cmdline arg 7 years ago
Jussi Pakkanen d2f8f7e312 Bump version number for new development. [skip ci] 7 years ago
Jussi Pakkanen ade59f987f Updated version number for new release. 7 years ago
Filipe Brandenburger b0382733d8 Update default of install-umask to 022 7 years ago
Filipe Brandenburger 8651d55c6a Add new builtin option --install-umask 7 years ago
Niklas Claesson c6e03b9535 Use visual studio solution directories 7 years ago
Dylan Baker 8120ff9cf7 Move builtin_argument_registration to coredata 7 years ago
Dylan Baker 1452eb73c1 coredata: encapsulate destination name 7 years ago
Dylan Baker bbf71d9aa3 coredata: Add helper for setting action 7 years ago
Jussi Pakkanen bdb57cf62a Convert Gnome module to use find_program from interpreter. 7 years ago
Xavier Claessens 58f063978e coredata: UserOption subclasses only need to implement validate_value() 7 years ago
Xavier Claessens 68f9846b7c Add both_libraries() to build both shared and static libraries 7 years ago
Aleksey Filippov e4faf396e6 Do not use bare except [flake8] 7 years ago
Jussi Pakkanen 80b101d5f3 Bumped version number for new development. 7 years ago
Jussi Pakkanen daaae647d7 Updated information for new release. 7 years ago
Hemmo Nieminen 7fb8e518b2 Harmonize data pickling. 7 years ago
Jon Turney cf98f5e370 Enable searching system crossfile locations on more platforms 7 years ago
Jussi Pakkanen 54d7817087 User options can "yield to" a user option of the same name in superproject. Closes ##2853. 7 years ago
Jussi Pakkanen 0204895143 Expose integer options to build option files. 7 years ago
Jussi Pakkanen 0538009d30 Bump minimum supported Python from 3.4 to 3.5. 7 years ago
Iñigo Martínez 1eab075c8e Deprecate duplicated values in array options 7 years ago
Iñigo Martínez 3a1f4ab34c Remove duplicated values in array options 7 years ago