summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum supported Python version to 3.6. Closes #6297.pythonbumpJussi Pakkanen2020-09-071-13/+2
* backends: check external rpaths for all languages using ldflagsJames Hilliard2020-09-062-2/+3
* Merge pull request #7689 from scivision/fortran_incJussi Pakkanen2020-09-061-20/+22
|\
| * fortran: make include scanning also work for CMake subprojectsMichael Hirsch2020-09-021-20/+22
* | environment: use ExternalProgram to find ninjaPaolo Bonzini2020-09-047-18/+22
* | introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2020-09-042-2/+11
|/
* symbolextractor: Handle PermissionError when running toolNirbheek Chauhan2020-09-021-0/+5
* cmake: Don't link DEBUG to CRT when not building with MSVCNirbheek Chauhan2020-09-021-1/+3
* interpreterbase: Fix typing annotationXavier Claessens2020-09-021-1/+1
* Special case meson.version().version_compare() statementXavier Claessens2020-09-022-3/+22
* environment: do not raise exception in detect_cuda_compilerMatt Madison2020-09-021-2/+0
* Add a notice about Python 3.5 supportNirbheek Chauhan2020-09-022-4/+21
* dependencies/mpi: add missing annotationDylan Baker2020-09-021-3/+3
* dependencies: Fix type of dependency_factory decoratorDylan Baker2020-09-021-13/+11
* backends: do not look for extra paths unnecessarilyPaolo Bonzini2020-08-312-8/+6
* mcompile: Also support -v for verboseNirbheek Chauhan2020-08-311-1/+1
* CMake module: fix cmake 3.10 compatibility in path generationSebastian Würl2020-08-301-4/+4
* CMake module: fix python 3.6 compatibility in path generationSebastian Würl2020-08-301-2/+2
* CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl2020-08-301-3/+11
* Be stricter when detecting Windows/CygwinChristoph Reiter2020-08-304-10/+8
* meson_exe: Remove two unused functionsChristoph Reiter2020-08-301-9/+0
* mcompile: use -v instead of --verbose for ninjaIgor Raits2020-08-301-1/+1
* Dedup final install rpath.Jussi Pakkanen2020-08-301-6/+9
* D: fix include orderPierrick Bouvier2020-08-301-0/+7
* Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan2020-08-271-1/+1
* Merge pull request #7581 from peterh/aixJussi Pakkanen2020-08-254-5/+65
|\
| * find_library: include get_linker_always_args in link argsPeter Harris2020-08-171-1/+1
| * aix: allow both 32-bit and 64-bit objects in a static libraryPeter Harris2020-08-122-2/+14
| * aix: detect and support the AIX dynamic linkerPeter Harris2020-08-122-0/+41
| * aix: fix cpu family detectionPeter Harris2020-08-122-2/+9
* | qt module: add qresource support to compile_translationsEli Schwartz2020-08-251-11/+49
* | Merge pull request #7600 from alexrp/masterJussi Pakkanen2020-08-232-3/+15
|\ \
| * | Update LLVM tool versions for LLVM/Clang 10.Alex Rønne Petersen2020-08-221-1/+2
| * | Add C2x option support.Alex Rønne Petersen2020-08-221-2/+13
* | | Merge pull request #7609 from dcbaker/submit/2020-08/cmake-fix-apple-clangJussi Pakkanen2020-08-225-8/+41
|\ \ \
| * | | cmake: Fix detection of AppleClangDylan Baker2020-08-221-6/+19
| * | | compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker2020-08-224-2/+22
| |/ /
* | | Merge pull request #7607 from bonzini/speedupJussi Pakkanen2020-08-225-31/+47
|\ \ \
| * | | clike: optimize to_nativePaolo Bonzini2020-08-181-4/+8
| * | | ninjabackend: avoid lambdasPaolo Bonzini2020-08-181-3/+2
| * | | ninjabackend: optimize length_estimatePaolo Bonzini2020-08-181-10/+12
| * | | build: optimize extract_objectsPaolo Bonzini2020-08-181-1/+2
| * | | File: precompute hashPaolo Bonzini2020-08-181-1/+4
| * | | ninjabackend: optimize ninja_quotePaolo Bonzini2020-08-181-5/+9
| * | | arglist: optimize flush_pre_postPaolo Bonzini2020-08-181-7/+10
| |/ /
* | | Merge pull request #7447 from scivision/nvcJussi Pakkanen2020-08-226-8/+74
|\ \ \
| * | | add Nvidia HPC SDK compilersMichael Hirsch, Ph.D2020-07-136-8/+74
* | | | interpreter: Do not get variable on failed subprojectXavier Claessens2020-08-201-4/+9
* | | | Correctly determine C++ stds for Elbrus compilermakise-homura2020-08-201-5/+13
* | | | simplify shutil usage by invoking copy2 where appropriateEli Schwartz2020-08-204-10/+5