201 Commits (f2e513791e56886a145a8e72854841b9f9122ca6)

Author SHA1 Message Date
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
John Ericson e147054d6f Get rid of `ConfigData` 6 years ago
Daniel Mensinger 10ce5deb71
Introspection refactoring 6 years ago
Jussi Pakkanen da5da5977a Default libdir is "lib" when cross compiling. Closes #2535. 6 years ago
John Ericson 9b13fb3672 Factor out more option iterating 6 years ago
John Ericson 4ffd009fe9 Factor out iterator over options dictionaries 6 years ago
Jussi Pakkanen 6124a97722 Bump version number for new development. 6 years ago
Jussi Pakkanen 51aaa15bda Update everything for release 0.49.0 6 years ago
John Ericson 0fd548e16f Combine `run_tests` import lines in `run_unittests` 6 years ago
Dylan Baker 3af4407a16 Get basic native config file loading working 6 years ago
Xavier Claessens 8aeb967773 coredata: Do not use ':' as key delimited in cmd_line.txt 6 years ago
Xavier Claessens 43101489cd Recover when coredata cannot be loaded 6 years ago
Jussi Pakkanen 4d986563dc Expose wrap_mode as an option. Closes #4266. 6 years ago
Jussi Pakkanen 3c4822e183 Updated version number for new development. 6 years ago
Jussi Pakkanen d1f3f1d023 Bump version number for release. 6 years ago
Zbigniew Jędrzejewski-Szmek 06646fe772 Drop unnecessary periods from help strings 6 years ago
Jussi Pakkanen 3f51745b41 New numbering scheme for pre-release versions. [skip ci] 6 years ago
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. 7 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