summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2020-09-08typing: fully annotate arglistDaniel Mensinger
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard
2020-08-30D: fix include orderPierrick Bouvier
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen
2020-08-22Merge pull request #7609 from dcbaker/submit/2020-08/cmake-fix-apple-clangJussi Pakkanen
2020-08-22compilers: Add Apple subclasses for ObjC and ObjC++Dylan Baker
2020-08-22Add C2x option support.Alex Rønne Petersen
2020-08-22Merge pull request #7607 from bonzini/speedupJussi Pakkanen
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen
2020-08-20Correctly determine C++ stds for Elbrus compilermakise-homura
2020-08-18clike: optimize to_nativePaolo Bonzini
2020-08-17find_library: include get_linker_always_args in link argsPeter Harris
2020-08-09msvc: enable /std:c11 flagMichael Hirsch
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan
2020-07-23compilers: Cache gnu-mixins has_arguments() checksNirbheek Chauhan
2020-07-22visualstudio: warning_level 0 should not map to /W1Xavier Claessens
2020-07-19fix msvc not recognising b_ndebugElliot Haisley
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker
2020-06-22compilers: Add missing annotations to CompilerArgs classDylan Baker
2020-06-22compilers: Use enum for for deupdlication returns in CompilerArgsDylan Baker
2020-06-21compiler: add 'force_align_arg_pointer' function attributeTim-Philipp Müller
2020-06-11apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan
2020-06-11compilers: corretify deduplication directionMarcel Hollerbach
2020-06-09compilers: Add UNIX large file support for MinGWSeungha Yang
2020-06-07Merge pull request #7119 from marcelhollerbach/masterJussi Pakkanen
2020-06-07Merge pull request #7256 from peterh/openmpJussi Pakkanen
2020-06-07Remove warnings from sample code. Closes #7248.Jussi Pakkanen
2020-06-07End test code with a newline. Closes #7247.Jussi Pakkanen
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris
2020-06-05CompilerArgs: refactor __iadd__Marcel Hollerbach
2020-06-05Revert "CompilerArgs: make lookup faster"Marcel Hollerbach
2020-06-05cache up regex mathingsMarcel Hollerbach
2020-06-02Ignore file access errors when scanning .so files in system libdirsMike Gilbert
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D
2020-05-27Recognize Arduino .ino files as C++Phillip Johnston
2020-05-22Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed
2020-05-22Allow building with b_coverage set to true when clang is being used regardles...georgev93
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov
2020-05-20compilers/d: Add b_ndebug supportDylan Baker
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen
2020-05-18compilers/d: Enable pgo for GDCDylan Baker
2020-05-16Let .pc files specify rpath.Dan Kegel
2020-05-16Add flags to support generation of dependency files with armclangDrew Reed