aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2020-07-23compilers: Cache gnu-mixins has_arguments() checksNirbheek Chauhan1-1/+1
2020-07-22visualstudio: warning_level 0 should not map to /W1Xavier Claessens1-1/+1
2020-07-19fix msvc not recognising b_ndebugElliot Haisley1-1/+1
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan4-11/+10
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker1-3/+53
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker3-5/+25
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker4-376/+7
2020-06-22compilers: Add missing annotations to CompilerArgs classDylan Baker1-16/+14
2020-06-22compilers: Use enum for for deupdlication returns in CompilerArgsDylan Baker1-27/+36
2020-06-21compiler: add 'force_align_arg_pointer' function attributeTim-Philipp MĂŒller1-0/+2
2020-06-11apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan1-2/+6
2020-06-11compilers: corretify deduplication directionMarcel Hollerbach1-2/+2
2020-06-09compilers: Add UNIX large file support for MinGWSeungha Yang1-3/+3
2020-06-07Merge pull request #7119 from marcelhollerbach/masterJussi Pakkanen1-37/+68
2020-06-07Merge pull request #7256 from peterh/openmpJussi Pakkanen2-0/+6
2020-06-07Remove warnings from sample code. Closes #7248.Jussi Pakkanen1-1/+1
2020-06-07End test code with a newline. Closes #7247.Jussi Pakkanen1-2/+2
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris2-0/+6
2020-06-05CompilerArgs: refactor __iadd__Marcel Hollerbach1-18/+64
2020-06-05Revert "CompilerArgs: make lookup faster"Marcel Hollerbach1-26/+7
2020-06-05cache up regex mathingsMarcel Hollerbach1-2/+6
2020-06-02Ignore file access errors when scanning .so files in system libdirsMike Gilbert1-9/+18
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D2-18/+18
2020-05-27Recognize Arduino .ino files as C++Phillip Johnston1-1/+1
2020-05-22Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed1-6/+6
2020-05-22Allow building with b_coverage set to true when clang is being used regardles...georgev931-0/+3
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov6-8/+17
2020-05-20compilers/d: Add b_ndebug supportDylan Baker2-6/+15
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker2-1/+7
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen4-10/+12
2020-05-18compilers/d: Enable pgo for GDCDylan Baker1-1/+2
2020-05-16Let .pc files specify rpath.Dan Kegel4-10/+12
2020-05-16Add flags to support generation of dependency files with armclangDrew Reed1-1/+1
2020-05-16Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed1-7/+7
2020-05-16Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed1-1/+3
2020-05-14gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan1-0/+12
2020-05-13macos: Remove framwork linkerlike argsEric Lemanissier1-1/+1
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs1-2/+3
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter1-1/+1
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter1-11/+16
2020-04-23compilers: fix type issueAndrew Udvare1-1/+1
2020-04-20Compiler options per langJohn Ericson4-150/+261
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan4-6/+18
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs1-0/+4
2020-04-17compilers: Update gnu_inline test to work correctly with Clang >= 10Dylan Baker1-0/+3
2020-04-10compilers/d: Add missing method for dmd and ldcDylan Baker1-0/+3
2020-04-10compilers/d: Implement coverage for GDCDylan Baker1-4/+1
2020-04-10compilers: Move things out of clikeDylan Baker3-6/+6
2020-04-10compilers: disable b_sanitize on hurdPino Toscano1-1/+3
2020-04-05quality / test: Fortran type hintingMichael Hirsch, Ph.D2-19/+22