aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Bump versions to 0.55.3 for release0.55.30.55Nirbheek Chauhan2-2/+2
2020-09-11Revert "msvc: enable /std:c11 flag"Nirbheek Chauhan1-20/+0
2020-09-10Bump versions to 0.55.2 for release0.55.2Nirbheek Chauhan2-2/+2
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger7-0/+250
2020-09-09Fix run_project_test.py when not under CIJon Turney1-2/+2
2020-09-09IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini2-0/+11
2020-09-09minstall: Print a big FAILED when a script failsNirbheek Chauhan1-4/+6
2020-09-09Add some type hints to the ExternalProgram classNirbheek Chauhan1-7/+7
2020-09-09Fix picking up tools with args from the env on WindowsNirbheek Chauhan2-3/+26
2020-09-09environment: use ExternalProgram to find ninjaPaolo Bonzini7-18/+22
2020-09-09symbolextractor: Handle PermissionError when running toolNirbheek Chauhan1-0/+5
2020-09-09cmake: Don't link DEBUG to CRT when not building with MSVCNirbheek Chauhan1-1/+3
2020-09-09Add test case for cuda compiler setting fixMatt Madison3-0/+40
2020-09-09environment: do not raise exception in detect_cuda_compilerMatt Madison1-2/+0
2020-09-09Add a notice about Python 3.5 supportNirbheek Chauhan2-4/+21
2020-09-09mcompile: Also support -v for verboseNirbheek Chauhan1-1/+1
2020-09-09CMake module: fix cmake 3.10 compatibility in path generationSebastian Würl1-4/+4
2020-09-09CMake module: fix python 3.6 compatibility in path generationSebastian Würl1-2/+2
2020-09-09CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl4-5/+24
2020-09-09mcompile: use -v instead of --verbose for ninjaIgor Raits1-1/+1
2020-09-09Dedup final install rpath.Jussi Pakkanen1-6/+9
2020-09-09D: fix include orderPierrick Bouvier2-0/+13
2020-09-09Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan2-1/+54
2020-09-09test: Add 'dir' support for installed files in test.jsonDaniel Mensinger5-401/+27
2020-09-09tests: update .gitignoreDaniel Mensinger2-0/+2
2020-09-09tests: fix lchmod check for glibc >= 2.32 (fixes #6784)Daniel Mensinger1-6/+14
2020-09-09cmake: Fix detection of AppleClangDylan Baker1-6/+19
2020-09-09compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker4-2/+22
2020-09-09interpreter: Do not get variable on failed subprojectXavier Claessens1-4/+9
2020-09-09fix failing testElliot Haisley2-4/+4
2020-09-09prevent disabler object from overwriting arraysElliot Haisley3-4/+12
2020-09-09msvc: enable /std:c11 flagMichael Hirsch1-0/+20
2020-09-09Add test-cases for partially skipped TAP testsSimon McVittie4-0/+57
2020-09-09mtest: TestResult.SKIP is not a failureSimon McVittie1-1/+1
2020-08-15Bump versions to 0.55.1 for release0.55.1Nirbheek Chauhan2-2/+2
2020-08-15tests: Disable Boost extralib test on macOSSimon McVittie1-1/+5
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-15ninjabackend: Fix coverage rule generationNirbheek Chauhan2-1/+18
2020-08-15mtest: Actually call colorize_console()Nirbheek Chauhan1-1/+1
2020-08-15add testcase for issue #5182Paolo Bonzini1-0/+3
2020-08-15interpreter: Don't force fallback when subproject failed to configureXavier Claessens2-1/+20
2020-08-15cmake: Use a mapping when writing compiler IDNirbheek Chauhan1-1/+26
2020-08-15cmake: Fix hard-coded values in fake CMakeLists for MSVCNirbheek Chauhan1-16/+28
2020-08-15Test for spurious warning from get_target_filenamePaolo Bonzini4-0/+18
2020-08-15cmake: Detect custom command targets in compiler argsDaniel Mensinger4-1/+27
2020-08-15cmake: Make the CMake targte not found error more useful (see #7567)Daniel Mensinger1-1/+3
2020-08-15Use uname -p to detect x86_64 on QNX.Elad Lahav2-1/+3
2020-08-15Better log message on rpath error.Jussi Pakkanen1-1/+2
2020-08-15completions/zsh: Add --native-fileDylan Baker1-0/+1