aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2018-05-02Can use C++ and FORTRAN in a single target. Closes #2685.Jussi Pakkanen1-1/+3
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen2-0/+12
2018-04-30has_multi_link_arguments: Some compilers needs -Wl,--fatal-warningsXavier Claessens1-0/+14
2018-04-27CCompiler: Cache result of get_library_dirs().Martin Hostettler1-1/+9
2018-04-19CCompiler: Do not call to_native() twiceXavier Claessens1-1/+1
2018-04-17Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen3-59/+48
2018-04-17Merge pull request #1852 from QuLogic/openmpJussi Pakkanen3-0/+45
2018-04-17cc.has_multi_arguments: Convert all -Wno argsNirbheek Chauhan1-6/+6
2018-04-17fix checks for gcc disable warning flagsBruce Richardson1-0/+5
2018-04-17Explicitly check for OpenMP headers.Elliott Sales de Andrade1-1/+2
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade3-0/+44
2018-04-16Add has_link_argument() and friendsXavier Claessens3-23/+37
2018-04-16VisualStudioCPPCompiler: Fix -fpermissive still being addedXavier Claessens1-2/+2
2018-04-16Compilers: Reduce code duplication between compiles and linksXavier Claessens1-26/+11
2018-04-16has_argument(): reduce code duplicationXavier Claessens1-10/+0
2018-04-16Merged Arm CC support.Jussi Pakkanen4-0/+140
2018-04-16Add macOS linker versioning informationTom Schoonjans6-15/+23
2018-04-16Do not use -soname when linking with GCC for mingw/cygwinMarvin Scholz1-2/+4
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen5-1/+85
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler1-2/+5
2018-04-15compilers: is_library: Also detect .so files with version (using soregex)Martin Hostettler1-1/+4
2018-04-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan2-8/+28
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte1-3/+10
2018-04-11vala: Don't pass -o and -C at the same timeRico Tzschichholz1-2/+2
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens1-13/+41
2018-03-31Fix for issue in cpp.pySomasekhar Penugonda1-2/+2
2018-03-27Updates to CPP support and update review changesSomasekhar Penugonda4-134/+120
2018-03-25Support data types larger than 128 bytesThierry Reding1-1/+1
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov1-1/+1
2018-03-23Added get_asneeded_args method to Intel compiler.Alexis Jeandet1-0/+8
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov1-1/+3
2018-03-21Fixed lchmod detection for lcc C/C++ compilersmakise-homura2-0/+16
2018-03-20Fixed failure if compiler messages is not in UTF-8makise-homura1-1/+1
2018-03-20Added specific get_library_dirs function for lccmakise-homura1-0/+12
2018-03-19Add -Wl,-dead_strip_dylibs supportDavid Seifert1-3/+26
2018-03-19Fixed indentation and space issues found by SideCImakise-homura2-2/+2
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura5-0/+56
2018-03-14- Updating cpp_std options similar to other compiler classesBedarkar, Malhar4-24/+62
2018-03-11Do not use bare except [flake8]Aleksey Filippov1-2/+2
2018-03-07Meson Github pull request - 3186 requested changesSomasekhar Penugonda2-2/+7
2018-03-05First cut of ARMCC support for MESON.Bedarkar, Malhar3-0/+111
2018-03-03Fix various flake8 indentation reportsJon Turney1-1/+1
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen1-3/+11
2018-02-25Hide banner when invoking csc.Jussi Pakkanen1-1/+7
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier2-7/+34
2018-02-20d: gdc: Implement proper dependency gen supportMatthias Klumpp1-3/+10
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan1-1/+4
2018-02-11Enable default linker optimisations in MSVC release and minsize buildsLeon Krause1-2/+5
2018-02-08Don't use --export-dynamic on CygwinJon Turney1-1/+1
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen1-2/+13