summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-29Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...Christoph Reiter
2018-05-21Add support for finding libraries in Fortran projectsMatthew Krupcale
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan
2018-05-04add linker flag to handle $ORIGIN on OpenBSDJasper Lievisse Adriaanse
2018-05-02Can use C++ and FORTRAN in a single target. Closes #2685.Jussi Pakkanen
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen
2018-04-30has_multi_link_arguments: Some compilers needs -Wl,--fatal-warningsXavier Claessens
2018-04-27CCompiler: Cache result of get_library_dirs().Martin Hostettler
2018-04-19CCompiler: Do not call to_native() twiceXavier Claessens
2018-04-17Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen
2018-04-17Merge pull request #1852 from QuLogic/openmpJussi Pakkanen
2018-04-17cc.has_multi_arguments: Convert all -Wno argsNirbheek Chauhan
2018-04-17fix checks for gcc disable warning flagsBruce Richardson
2018-04-17Explicitly check for OpenMP headers.Elliott Sales de Andrade
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade
2018-04-16Add has_link_argument() and friendsXavier Claessens
2018-04-16VisualStudioCPPCompiler: Fix -fpermissive still being addedXavier Claessens
2018-04-16Compilers: Reduce code duplication between compiles and linksXavier Claessens
2018-04-16has_argument(): reduce code duplicationXavier Claessens
2018-04-16Merged Arm CC support.Jussi Pakkanen
2018-04-16Add macOS linker versioning informationTom Schoonjans
2018-04-16Do not use -soname when linking with GCC for mingw/cygwinMarvin Scholz
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler
2018-04-15compilers: is_library: Also detect .so files with version (using soregex)Martin Hostettler
2018-04-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte
2018-04-11vala: Don't pass -o and -C at the same timeRico Tzschichholz
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens
2018-03-31Fix for issue in cpp.pySomasekhar Penugonda
2018-03-27Updates to CPP support and update review changesSomasekhar Penugonda
2018-03-25Support data types larger than 128 bytesThierry Reding
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov
2018-03-23Added get_asneeded_args method to Intel compiler.Alexis Jeandet
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov
2018-03-21Fixed lchmod detection for lcc C/C++ compilersmakise-homura
2018-03-20Fixed failure if compiler messages is not in UTF-8makise-homura
2018-03-20Added specific get_library_dirs function for lccmakise-homura
2018-03-19Add -Wl,-dead_strip_dylibs supportDavid Seifert
2018-03-19Fixed indentation and space issues found by SideCImakise-homura
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura
2018-03-14- Updating cpp_std options similar to other compiler classesBedarkar, Malhar
2018-03-11Do not use bare except [flake8]Aleksey Filippov
2018-03-07Meson Github pull request - 3186 requested changesSomasekhar Penugonda
2018-03-05First cut of ARMCC support for MESON.Bedarkar, Malhar
2018-03-03Fix various flake8 indentation reportsJon Turney
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen
2018-02-25Hide banner when invoking csc.Jussi Pakkanen
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier