aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Bump versions to 0.55.2 for release0.55.2Nirbheek Chauhan1-1/+1
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger1-0/+4
2020-09-09IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini1-0/+10
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 Chauhan1-1/+8
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-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ürl1-3/+11
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 Bouvier1-0/+7
2020-09-09Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan1-1/+1
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-09prevent disabler object from overwriting arraysElliot Haisley1-4/+2
2020-09-09msvc: enable /std:c11 flagMichael Hirsch1-0/+20
2020-09-09mtest: TestResult.SKIP is not a failureSimon McVittie1-1/+1
2020-08-15Bump versions to 0.55.1 for release0.55.1Nirbheek Chauhan1-1/+1
2020-08-15find_library: Print type of library not foundNirbheek Chauhan1-2/+7
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan1-1/+1
2020-08-15mtest: Actually call colorize_console()Nirbheek Chauhan1-1/+1
2020-08-15interpreter: Don't force fallback when subproject failed to configureXavier Claessens1-1/+2
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-15cmake: Detect custom command targets in compiler argsDaniel Mensinger1-1/+8
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-15cmake: make the traceparser permissive by default (fixes #7501)Daniel Mensinger1-1/+1
2020-08-15interpreter: Lower case languages before checking if 'c' is in the listXavier Claessens1-1/+1
2020-08-15cmake: resolve IMPORTED executables in custom commands (fixes #7509)Daniel Mensinger2-4/+16
2020-08-15cmake: Use the DEBUG config when linking to the debug CRTNirbheek Chauhan1-1/+4
2020-08-15cmake: Do not split CMAKE_PREFIX_PATH with ':' on WindowsNirbheek Chauhan1-1/+6
2020-08-15"Downgrade" warning when regenerating after version bumpZbigniew Jędrzejewski-Szmek2-3/+16
2020-08-15Fix typoZbigniew Jędrzejewski-Szmek1-1/+1
2020-08-15Avoid warning about multiple outputs when building private directory nameZbigniew Jędrzejewski-Szmek1-3/+3
2020-08-15Only emit warning about "native:" on projects with minimum required versionZbigniew Jędrzejewski-Szmek1-2/+5
2020-08-15backends: fix rpath match patternJames Hilliard1-2/+28
2020-08-15ninjabackend: check if target has compiler attributeMarcel Hollerbach1-0/+2
2020-08-15mdata: remove setuptools and use mesondata insteadDaniel Mensinger2-7/+4
2020-08-15mdata: Generate mesondata.py from */data foldersDaniel Mensinger1-0/+374
2020-08-15deps: Do not deepcopy internal libraries (fixes #7457)Daniel Mensinger1-0/+10