aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-04Bump to 0.57.2 for release0.57Nirbheek Chauhan2-2/+2
2021-04-04tests: Add a test for the _FOR_BUILD env varsDylan Baker1-0/+20
2021-04-04environment: get environment variables for both host and build machinesDylan Baker2-14/+17
2021-04-04unittests: extend machine file override tests for CFLAGS (and friends)Dylan Baker1-5/+10
2021-04-04Split environment variable and command line cflagsDylan Baker4-7/+60
2021-04-04coredata: Fix dependency cacheDylan Baker1-1/+1
2021-04-04Strip host-compiler -std flag from NVCC line.Olexa Bilaniuk3-1/+36
2021-04-04Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk1-15/+0
2021-04-04Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk1-1/+47
2021-04-04mtest: timeout if the write side of pipes does not closePaolo Bonzini1-11/+39
2021-04-04mtest: remove pointless try/except from try_wait_onePaolo Bonzini1-5/+3
2021-04-04cmd_line_file.txt: Use cross/native file path resolved by coredataXavier Claessens2-2/+6
2021-04-04msetup: do not print bogus "Option ... is:" messagesPaolo Bonzini2-2/+8
2021-04-04coredata: be more robust on unpickling errorsPaolo Bonzini1-1/+1
2021-04-04Fix run_targets running scripts from different subdirs.Jussi Pakkanen4-0/+16
2021-04-04interpreter: Cache found dependency before converting for include_typeXavier Claessens7-7/+35
2021-04-04Fix duplicate pkg_config_path entriesTristan Partin2-2/+14
2021-04-04minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt2-2/+2
2021-04-04Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen3-2/+3
2021-04-04mintro: include the correct target filenames for flat layoutPaolo Bonzini2-2/+23
2021-04-04mintro: fix flake8 issuesPaolo Bonzini1-1/+1
2021-04-04pkgconfig: Add missing permitted kwargsXavier Claessens1-1/+1
2021-04-04Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens2-1/+4
2021-04-04exernal_project: Fix default cross compile parametersLeif Middelschulte1-1/+1
2021-04-04mtest: create separate runners for multiple repeatsPaolo Bonzini2-18/+27
2021-04-04Require Windows 10 or newer for the MSI package. [skip ci]Jussi Pakkanen1-0/+12
2021-04-04Add filecmp to list of bundled modules. Closes #8431. [skip ci]Jussi Pakkanen1-0/+1
2021-04-04Remove remnants of 32 bit support. [skip ci]Jussi Pakkanen1-8/+4
2021-04-04interpreter: correctly track whether a subproject is initializedDylan Baker6-1/+35
2021-04-04Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk3-0/+40
2021-02-20Bump to 0.57.1 for release0.57.1Nirbheek Chauhan2-2/+2
2021-02-20Fix combining C and Fortran. Closes #8377.Jussi Pakkanen3-4/+23
2021-02-20Fix TAP parser when test exits with statusLuke Drummond3-1/+12
2021-02-20Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker4-16/+41
2021-02-20environment: Allow setting build options in cross filesDylan Baker1-4/+11
2021-02-20allow build.b_* optionsDylan Baker2-2/+6
2021-02-20Disable failing Cygwin GIR test.Jussi Pakkanen6-0/+22
2021-02-20Don't access other enum members from selfMiro Hrončok1-3/+4
2021-02-20ci: Fix failure in unit tests with vs backendXavier Claessens2-3/+3
2021-02-20mtest: use / as path separator for ninja targetsPaolo Bonzini1-1/+7
2021-02-20compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker4-8/+18
2021-02-20Do not validate options when finding non-matchingDylan Baker4-5/+22
2021-02-20Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens5-3/+54
2021-02-20mconf: only print correct options in the correct sectionsDylan Baker1-2/+2
2021-02-20Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker6-8/+60
2021-02-20Small patch to unittests to initialize CUDA compiler correctly.Olexa Bilaniuk1-1/+1
2021-02-20Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.Olexa Bilaniuk2-8/+33
2021-02-20Armour-grade quoting to account for NVCC's -Xcompiler peculiarities.Olexa Bilaniuk1-14/+84
2021-02-20Extensive rewrite of GCC/MVSC flag translation to NVCC flags.Olexa Bilaniuk1-31/+313
2021-02-20Add default debug flags for two configurations to NVCC.Olexa Bilaniuk1-2/+2