aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen2-3/+15
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 Petersen1-2/+13
2020-08-22Merge pull request #7607 from bonzini/speedupJussi Pakkanen5-31/+47
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen6-8/+74
2020-08-20interpreter: Do not get variable on failed subprojectXavier Claessens1-4/+9
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 Claessens4-41/+37
2020-08-18prevent disabler() object from overwriting arrays (#7484)Elliot1-4/+2
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-15find_library: Print type of library not foundNirbheek Chauhan1-2/+7
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan1-1/+1
2020-08-13mtest: Actually call colorize_console()Nirbheek Chauhan1-1/+1
2020-08-12interpreter: Don't force fallback when subproject failed to configureXavier Claessens1-1/+2
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-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 Mensinger1-1/+8
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
2020-08-07Better log message on rpath error.Jussi Pakkanen1-1/+2
2020-08-08mtest: fix skipping with various prefixesMarc-André Lureau1-1/+1
2020-08-07cmake: make the traceparser permissive by default (fixes #7501)Daniel Mensinger1-1/+1
2020-08-07interpreter: Lower case languages before checking if 'c' is in the listXavier Claessens1-1/+1
2020-08-07qt dependency: do not require all the tools automaticallyEli Schwartz1-5/+5
2020-08-05Merge pull request #7527 from mensinda/cnFixExeJussi Pakkanen2-4/+16
2020-08-05mtest: TestResult.SKIP is not a failure (#7525)Simon McVittie1-1/+1
2020-08-05cmake: Use the DEBUG config when linking to the debug CRTNirbheek Chauhan1-1/+4
2020-08-05cmake: Do not split CMAKE_PREFIX_PATH with ':' on WindowsNirbheek Chauhan1-1/+6
2020-08-04"Downgrade" warning when regenerating after version bumpZbigniew Jędrzejewski-Szmek2-3/+16
2020-08-04Capitalize some constants in coredataJohn Ericson4-18/+18
2020-08-03cmake: resolve IMPORTED executables in custom commands (fixes #7509)Daniel Mensinger2-4/+16
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan3-2/+17
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker4-133/+179
2020-08-01push all config-file settings into coredata.set_default_optionsDylan Baker1-37/+32
2020-08-01mesonlib: Add repr() methods to PerMachine classesDylan Baker1-0/+12
2020-08-01machine-files: deprecate the paths sectionDylan Baker3-64/+7
2020-08-01coredata: fix type annotationDylan Baker1-1/+1
2020-08-01machine-files: give better error messages about using integersDylan Baker1-3/+9