5954 Commits (0.57)

Author SHA1 Message Date
Nirbheek Chauhan 6f745e980b
Bump to 0.57.2 for release 4 years ago
Dylan Baker 2aa515dde8 coredata: Check for built-in options as host options 4 years ago
Dylan Baker 42ee564459 environment: simplify handling of native files with no cross files 4 years ago
Dylan Baker 88902c5d9b environment: fix typos in comment 4 years ago
Dylan Baker 0c91ad8ab4 environment: don't load project options from a native file in a cross build 4 years ago
Dylan Baker 4bf25c84cf environment: Add some comments to the _load_machine_file_options method 4 years ago
Jussi Pakkanen 63e0861eb3 Update VS module version check. 4 years ago
Dylan Baker 3e6578ad34 environment: get environment variables for both host and build machines 4 years ago
Dylan Baker 4e71b3c32b Split environment variable and command line cflags 4 years ago
Dylan Baker 6b210e19db coredata: Fix dependency cache 4 years ago
Olexa Bilaniuk ec7eb37d24 Strip host-compiler -std flag from NVCC line. 4 years ago
Olexa Bilaniuk cc32d5ded9 Retract "DQSQ" merging in NVCC arguments handling. 4 years ago
Olexa Bilaniuk 1ae42e8842 Canonicalize and merge consecutive -Xcompiler flags together. 4 years ago
Paolo Bonzini b03778f6f6 mtest: timeout if the write side of pipes does not close 4 years ago
Paolo Bonzini acfa4a8398 mtest: remove pointless try/except from try_wait_one 4 years ago
Xavier Claessens 71ea9ea480 cmd_line_file.txt: Use cross/native file path resolved by coredata 4 years ago
Paolo Bonzini 3cf4f657e2 msetup: do not print bogus "Option ... is:" messages 4 years ago
Paolo Bonzini 9d1dfd548f coredata: be more robust on unpickling errors 4 years ago
Jussi Pakkanen 6ffa815c05 Fix run_targets running scripts from different subdirs. 4 years ago
Xavier Claessens c6dd75a1bd interpreter: Cache found dependency before converting for include_type 4 years ago
Tristan Partin 5a367d1135 Fix duplicate pkg_config_path entries 4 years ago
Peter Kjellerstedt 28f41cb84e minstall: Correctly set uid/gid of installed files 4 years ago
Jussi Pakkanen 903136c787 Fix Fortran dep scanner for upper case file extensions. Closes #8395. 4 years ago
Paolo Bonzini b2b48a9240 mintro: include the correct target filenames for flat layout 4 years ago
Paolo Bonzini 3a62f34eeb mintro: fix flake8 issues 4 years ago
Xavier Claessens c4d6e7d34a pkgconfig: Add missing permitted kwargs 4 years ago
Xavier Claessens 6399125cc1 Windows Subsystem for Linux can run .exe without mono interpreter 4 years ago
Leif Middelschulte 6d3d3d8e71 exernal_project: Fix default cross compile parameters 4 years ago
Paolo Bonzini d6a866c93a mtest: create separate runners for multiple repeats 4 years ago
Dylan Baker 31fc0a7eaa interpreter: correctly track whether a subproject is initialized 4 years ago
Olexa Bilaniuk 84bf8e1f73 Bugfix: Forward sanitizer_*_args() methods to host compiler. 4 years ago
Nirbheek Chauhan 7182685b22
Bump to 0.57.1 for release 4 years ago
Jussi Pakkanen 5eaaef27d1 Fix combining C and Fortran. Closes #8377. 4 years ago
Luke Drummond bc19b12a57 Fix TAP parser when test exits with status 4 years ago
Dylan Baker a0dc97f8fc Ensure that $lang_args and $lang_link_args are properly parsed 4 years ago
Dylan Baker b4f5550843 environment: Allow setting build options in cross files 4 years ago
Dylan Baker 8742cae2d1 allow build.b_* options 4 years ago
Miro Hrončok b4f4f3ab5b Don't access other enum members from self 4 years ago
Paolo Bonzini 49e5037fad mtest: use / as path separator for ninja targets 4 years ago
Dylan Baker 8aae7dea7a compilers: Only insert -flto-jobs in clang's link arguments 4 years ago
Dylan Baker 21db61beac Do not validate options when finding non-matching 4 years ago
Xavier Claessens ef8162feda Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target() 4 years ago
Dylan Baker 4b0c817bb6 mconf: only print correct options in the correct sections 4 years ago
Dylan Baker 849b84f65a Environment: Fix passing envrionment variables CPPFLAGS and CFLAGS 4 years ago
Olexa Bilaniuk 0c90d76b11 Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler. 4 years ago
Olexa Bilaniuk 12440a10d2 Armour-grade quoting to account for NVCC's -Xcompiler peculiarities. 4 years ago
Olexa Bilaniuk d278b4da3f Extensive rewrite of GCC/MVSC flag translation to NVCC flags. 4 years ago
Olexa Bilaniuk 3b274e11c1 Add default debug flags for two configurations to NVCC. 4 years ago
Olexa Bilaniuk 0097d3d5da CUDA Toolkit 11.2.1 has been released, update version table 4 years ago
Jussi Pakkanen 93e50c01b8 Fix VS C++ module support. 4 years ago