summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-10Bump versions to 0.55.2 for release0.55.2Nirbheek Chauhan
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger
2020-09-09Fix run_project_test.py when not under CIJon Turney
2020-09-09IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini
2020-09-09minstall: Print a big FAILED when a script failsNirbheek Chauhan
2020-09-09Add some type hints to the ExternalProgram classNirbheek Chauhan
2020-09-09Fix picking up tools with args from the env on WindowsNirbheek Chauhan
2020-09-09environment: use ExternalProgram to find ninjaPaolo Bonzini
2020-09-09symbolextractor: Handle PermissionError when running toolNirbheek Chauhan
2020-09-09cmake: Don't link DEBUG to CRT when not building with MSVCNirbheek Chauhan
2020-09-09Add test case for cuda compiler setting fixMatt Madison
2020-09-09environment: do not raise exception in detect_cuda_compilerMatt Madison
2020-09-09Add a notice about Python 3.5 supportNirbheek Chauhan
2020-09-09mcompile: Also support -v for verboseNirbheek Chauhan
2020-09-09CMake module: fix cmake 3.10 compatibility in path generationSebastian Würl
2020-09-09CMake module: fix python 3.6 compatibility in path generationSebastian Würl
2020-09-09CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl
2020-09-09mcompile: use -v instead of --verbose for ninjaIgor Raits
2020-09-09Dedup final install rpath.Jussi Pakkanen
2020-09-09D: fix include orderPierrick Bouvier
2020-09-09Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan
2020-09-09test: Add 'dir' support for installed files in test.jsonDaniel Mensinger
2020-09-09tests: update .gitignoreDaniel Mensinger
2020-09-09tests: fix lchmod check for glibc >= 2.32 (fixes #6784)Daniel Mensinger
2020-09-09cmake: Fix detection of AppleClangDylan Baker
2020-09-09compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker
2020-09-09interpreter: Do not get variable on failed subprojectXavier Claessens
2020-09-09fix failing testElliot Haisley
2020-09-09prevent disabler object from overwriting arraysElliot Haisley
2020-09-09msvc: enable /std:c11 flagMichael Hirsch
2020-09-09Add test-cases for partially skipped TAP testsSimon McVittie
2020-09-09mtest: TestResult.SKIP is not a failureSimon McVittie
2020-08-15Bump versions to 0.55.1 for release0.55.1Nirbheek Chauhan
2020-08-15tests: Disable Boost extralib test on macOSSimon McVittie
2020-08-15ci: Disable pytest-xdist on cygwinNirbheek Chauhan
2020-08-15find_library: Print type of library not foundNirbheek Chauhan
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan
2020-08-15mtest: Actually call colorize_console()Nirbheek Chauhan
2020-08-15add testcase for issue #5182Paolo Bonzini
2020-08-15interpreter: Don't force fallback when subproject failed to configureXavier Claessens
2020-08-15cmake: Use a mapping when writing compiler IDNirbheek Chauhan
2020-08-15cmake: Fix hard-coded values in fake CMakeLists for MSVCNirbheek Chauhan
2020-08-15Test for spurious warning from get_target_filenamePaolo Bonzini
2020-08-15cmake: Detect custom command targets in compiler argsDaniel Mensinger
2020-08-15cmake: Make the CMake targte not found error more useful (see #7567)Daniel Mensinger
2020-08-15Use uname -p to detect x86_64 on QNX.Elad Lahav
2020-08-15Better log message on rpath error.Jussi Pakkanen
2020-08-15completions/zsh: Add --native-fileDylan Baker
2020-08-15common/234: avoid intermittent failure by dynamic path length generationMichael Hirsch
2020-08-15cmake: make the traceparser permissive by default (fixes #7501)Daniel Mensinger