aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-27tests: update .gitignoreDaniel Mensinger2-0/+2
2020-08-27tests: fix lchmod check for glibc >= 2.32 (fixes #6784)Daniel Mensinger1-6/+14
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen5-5/+73
2020-08-25qt module: add qresource support to compile_translationsEli Schwartz3-11/+85
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen4-5/+17
2020-08-22Merge pull request #7609 from dcbaker/submit/2020-08/cmake-fix-apple-clangJussi Pakkanen5-8/+41
2020-08-22cmake: Fix detection of AppleClangDylan Baker1-6/+19
2020-08-22compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker4-2/+22
2020-08-22Update LLVM tool versions for LLVM/Clang 10.Alex Rønne Petersen1-1/+2
2020-08-22Add C2x option support.Alex Rønne Petersen3-4/+15
2020-08-22Merge pull request #7607 from bonzini/speedupJussi Pakkanen5-31/+47
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen8-8/+78
2020-08-22added VS Code/Codium extention [skip ci]noasakurajin1-0/+1
2020-08-21Virtualization 💖 Meson [skip ci]Paolo Bonzini1-0/+2
2020-08-20interpreter: Do not get variable on failed subprojectXavier Claessens1-4/+9
2020-08-20Skip nostdlib test on non-x86(_64) platformsmakise-homura1-1/+2
2020-08-20Correctly determine C++ stds for Elbrus compilermakise-homura1-5/+13
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz4-10/+5
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens14-43/+81
2020-08-18prevent disabler() object from overwriting arrays (#7484)Elliot3-4/+12
2020-08-18clike: optimize to_nativePaolo Bonzini1-4/+8
2020-08-18ninjabackend: avoid lambdasPaolo Bonzini1-3/+2
2020-08-18ninjabackend: optimize length_estimatePaolo Bonzini1-10/+12
2020-08-18build: optimize extract_objectsPaolo Bonzini1-1/+2
2020-08-18File: precompute hashPaolo Bonzini1-1/+4
2020-08-18ninjabackend: optimize ninja_quotePaolo Bonzini1-5/+9
2020-08-18arglist: optimize flush_pre_postPaolo Bonzini1-7/+10
2020-08-17docs: add AIX preliminary support snippetPeter Harris1-0/+8
2020-08-17find_library: include get_linker_always_args in link argsPeter Harris1-1/+1
2020-08-15add owl chess in Users.md [skip ci]Michael Brockus1-0/+1
2020-08-15ci: Disable pytest-xdist on cygwinNirbheek Chauhan1-2/+2
2020-08-15find_library: Print type of library not foundNirbheek Chauhan1-2/+7
2020-08-15Add paper rock scissors to Users.md [skip ci]Michael Brockus1-0/+1
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan2-1/+18
2020-08-15Add that prefix keyword works for cc.get_defineJohn Scott1-1/+1
2020-08-14docs: Clarify some FAQs in the Tutorial [skip ci]Nirbheek Chauhan1-1/+13
2020-08-13mtest: Actually call colorize_console()Nirbheek Chauhan1-1/+1
2020-08-13add testcase for issue #5182Paolo Bonzini1-0/+3
2020-08-12aix: allow both 32-bit and 64-bit objects in a static libraryPeter Harris2-2/+14
2020-08-12aix: detect and support the AIX dynamic linkerPeter Harris2-0/+41
2020-08-12aix: fix cpu family detectionPeter Harris2-2/+9
2020-08-12interpreter: Don't force fallback when subproject failed to configureXavier Claessens2-1/+20
2020-08-12cmake: Use a mapping when writing compiler IDNirbheek Chauhan1-1/+26
2020-08-12cmake: Fix hard-coded values in fake CMakeLists for MSVCNirbheek Chauhan1-16/+28
2020-08-12Test for spurious warning from get_target_filenamePaolo Bonzini4-0/+18
2020-08-11Add h5cc shlib argument for correctly link hdf5 librariesWilliam F Godoy1-1/+2
2020-08-09msvc: enable /std:c11 flagMichael Hirsch1-0/+20
2020-08-09cmake: Detect custom command targets in compiler argsDaniel Mensinger4-1/+27
2020-08-09cmake: Make the CMake targte not found error more useful (see #7567)Daniel Mensinger1-1/+3
2020-08-08Use uname -p to detect x86_64 on QNX.Elad Lahav2-1/+3