aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2017-04-27Always pass cross-file {lang}_args to compiler checksNirbheek Chauhan1-16/+15
2017-04-08Make link whole work on OSX.Jussi Pakkanen1-0/+5
2017-04-08Fix link whole on VS backend.Jussi Pakkanen1-0/+2
2017-04-08Add option to link the entire contents of a static library to a target.Jussi Pakkanen1-0/+19
2017-04-06Don't use -fPIC on Cygwin, eitherJon Turney1-3/+4
2017-04-04Use CPPFLAGS for pre-processor compiler checksNirbheek Chauhan1-6/+8
2017-04-04New compiler function: cc.get_define()Nirbheek Chauhan1-32/+38
2017-04-04compilers: Rename 'get_define' to 'get_builtin_define'Nirbheek Chauhan1-8/+8
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen1-0/+16
2017-03-28Fix warning making static libs on msvc/ninjaPeter Harris1-3/+2
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan1-0/+11
2017-03-27compilers: Implement __repr__ for easier debuggingNirbheek Chauhan1-0/+5
2017-03-27Thank you git for silently discarding unrelated changes on conflicts. It is v...Jussi Pakkanen1-1/+1
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen1-2/+2
2017-03-23Merge pull request #1456 from ieei/compute_intJussi Pakkanen1-29/+62
2017-03-23compiler args: Also dedup -pthread since it can't be undoneNirbheek Chauhan1-2/+2
2017-03-21d: Handle linker search paths correctly for non-GNU compilersMatthias Klumpp1-0/+10
2017-03-12has_header: Use "foo.h" syntax instead of <foo.h>Nirbheek Chauhan1-2/+2
2017-03-10Add UNIX large file support via compiler always-argsNirbheek Chauhan1-4/+33
2017-03-10compiler: Rename element argument of sizeof to typename.Haakon Sporsheim1-8/+8
2017-03-10compiler: Ensure prefix and dependencies are used for alignment.Haakon Sporsheim1-5/+8
2017-03-10compiler: Fix compute_int and sizeof for cross compilation.Haakon Sporsheim1-29/+31
2017-03-09compiler: Add compute_int functionality.Haakon Sporsheim1-0/+28
2017-02-21Detect GCC type on macOS for ObjC/C++ tooNirbheek Chauhan1-10/+6
2017-02-20Add auto option to b_colored when using Clang. Remove Clang version check whe...Rodrigo Lourenço1-4/+3
2017-02-20Update minimum Clang version for colored outputRodrigo Lourenço1-1/+1
2017-02-19Add b_colorout option for Clang compilers.Rodrigo Lourenço1-1/+10
2017-02-02compilers: Don't use CompilerArgs() for sanity checksNirbheek Chauhan1-2/+2
2017-01-28Add get_no_stdinc_args() for C++ tooNirbheek Chauhan1-0/+3
2017-01-27compilers: New class CompilerArgs derived from list()Nirbheek Chauhan1-83/+218
2017-01-26Merge pull request #1328 from centricular/has-function-prefixJussi Pakkanen1-145/+163
2017-01-26compilers: Don't run built-in checks on MSVCNirbheek Chauhan1-0/+4
2017-01-26compilers: Fix has_function check for builtinsNirbheek Chauhan1-24/+25
2017-01-26compilers: Add prefix before limits.h in has_function checksNirbheek Chauhan1-5/+7
2017-01-26compilers: Pass -fpermissive on all C++ compilers except MSVCNirbheek Chauhan1-14/+11
2017-01-26compilers: Use named placeholders for string formattingNirbheek Chauhan1-123/+120
2017-01-26compilers: Fix builtin checks with clang on LinuxNirbheek Chauhan1-1/+10
2017-01-23Use --coverage rather than hardcoding -lgcov. Closes #1311.Jussi Pakkanen1-1/+1
2017-01-24compilers: Use __has_include macro for has_header checksNirbheek Chauhan1-2/+10
2017-01-24compilers: Remove unnecessary arguments to super()Nirbheek Chauhan1-2/+2
2017-01-23Merge pull request #1320 from centricular/fix-llvmir-and-assemblyJussi Pakkanen1-3/+4
2017-01-21Fix targets with generated LLVM IR and Assembly sourcesNirbheek Chauhan1-3/+4
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-12/+12
2017-01-11style: [E1**] IndentationMike Sinkovsky1-6/+3
2017-01-11style: [E721] do not compare types, use 'isinstance()'Mike Sinkovsky1-2/+2
2017-01-03Merge pull request #1272 from mesonbuild/ignatenko/lintJussi Pakkanen1-2/+2
2017-01-04ifort: Derive from IntelCompiler base classNirbheek Chauhan1-7/+9
2017-01-04icc: Always specify the language to use for PCH usageNirbheek Chauhan1-1/+5
2017-01-04compilers.py: Use a common variable for warn argsNirbheek Chauhan1-36/+39
2017-01-04compilers: gnu++03 is not a valid Clang C++ standardNirbheek Chauhan1-1/+1