summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-09Bump to 0.57.2 for release0.57.2Nirbheek Chauhan
2021-04-09coredata: Check for built-in options as host optionsDylan Baker
2021-04-09environment: simplify handling of native files with no cross filesDylan Baker
2021-04-09environment: fix typos in commentDylan Baker
2021-04-09environment: don't load project options from a native file in a cross buildDylan Baker
2021-04-09environment: Add some comments to the _load_machine_file_options methodDylan Baker
2021-04-09Update VS module version check.Jussi Pakkanen
2021-04-04ci: Downgrade Qt on MacOS from Qt6 to Qt5Daniel Mensinger
2021-04-04tests: Add a test for the _FOR_BUILD env varsDylan Baker
2021-04-04environment: get environment variables for both host and build machinesDylan Baker
2021-04-04unittests: extend machine file override tests for CFLAGS (and friends)Dylan Baker
2021-04-04Split environment variable and command line cflagsDylan Baker
2021-04-04coredata: Fix dependency cacheDylan Baker
2021-04-04Strip host-compiler -std flag from NVCC line.Olexa Bilaniuk
2021-04-04Retract "DQSQ" merging in NVCC arguments handling.Olexa Bilaniuk
2021-04-04Canonicalize and merge consecutive -Xcompiler flags together.Olexa Bilaniuk
2021-04-04mtest: timeout if the write side of pipes does not closePaolo Bonzini
2021-04-04mtest: remove pointless try/except from try_wait_onePaolo Bonzini
2021-04-04cmd_line_file.txt: Use cross/native file path resolved by coredataXavier Claessens
2021-04-04msetup: do not print bogus "Option ... is:" messagesPaolo Bonzini
2021-04-04coredata: be more robust on unpickling errorsPaolo Bonzini
2021-04-04Fix run_targets running scripts from different subdirs.Jussi Pakkanen
2021-04-04interpreter: Cache found dependency before converting for include_typeXavier Claessens
2021-04-04Fix duplicate pkg_config_path entriesTristan Partin
2021-04-04minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt
2021-04-04Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen
2021-04-04mintro: include the correct target filenames for flat layoutPaolo Bonzini
2021-04-04mintro: fix flake8 issuesPaolo Bonzini
2021-04-04pkgconfig: Add missing permitted kwargsXavier Claessens
2021-04-04Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens
2021-04-04exernal_project: Fix default cross compile parametersLeif Middelschulte
2021-04-04mtest: create separate runners for multiple repeatsPaolo Bonzini
2021-04-04Require Windows 10 or newer for the MSI package. [skip ci]Jussi Pakkanen
2021-04-04Add filecmp to list of bundled modules. Closes #8431. [skip ci]Jussi Pakkanen
2021-04-04Remove remnants of 32 bit support. [skip ci]Jussi Pakkanen
2021-04-04interpreter: correctly track whether a subproject is initializedDylan Baker
2021-04-04Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk
2021-02-20Bump to 0.57.1 for release0.57.1Nirbheek Chauhan
2021-02-20Fix combining C and Fortran. Closes #8377.Jussi Pakkanen
2021-02-20Fix TAP parser when test exits with statusLuke Drummond
2021-02-20Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker
2021-02-20environment: Allow setting build options in cross filesDylan Baker
2021-02-20allow build.b_* optionsDylan Baker
2021-02-20Disable failing Cygwin GIR test.Jussi Pakkanen
2021-02-20Don't access other enum members from selfMiro HronĨok
2021-02-20ci: Fix failure in unit tests with vs backendXavier Claessens
2021-02-20mtest: use / as path separator for ninja targetsPaolo Bonzini
2021-02-20compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker
2021-02-20Do not validate options when finding non-matchingDylan Baker
2021-02-20Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens