summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)Author
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-21Add support for finding libraries in Fortran projectsMatthew Krupcale
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan
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-17Add an OpenMP dependency.Elliott Sales de Andrade
2018-04-16Add has_link_argument() and friendsXavier Claessens
2018-04-16Compilers: Reduce code duplication between compiles and linksXavier Claessens
2018-04-16Merged Arm CC support.Jussi Pakkanen
2018-04-16Add macOS linker versioning informationTom Schoonjans
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-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens
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-21Fixed lchmod detection for lcc C/C++ compilersmakise-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-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan
2018-02-08Don't use --export-dynamic on CygwinJon Turney
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-30Print warning when linker arguments are passed to has_argumentTing-Wei Lan
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev
2017-12-20Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen
2017-12-19Fix: More information for C compilers.Christoph Behle
2017-12-18Use -MD instead of -MMD for reliability.Jussi Pakkanen
2017-12-16More version information for compilers.Christoph Behle
2017-12-13Use LC_ALL=C in CCompiler.get_library_dirsIsmael González
2017-12-07haiku: do not add pthread argumentsDylan Baker
2017-12-07Renamed UserStringArrayOption to UserArrayOption for short.Jussi Pakkanen
2017-12-03find_library: Prefer .dll.a and .lib over .dll for sharedNirbheek Chauhan
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen
2017-11-26Add headerpad linker argument on OSX.Jussi Pakkanen
2017-11-11compilers: Improve manual library searchingNirbheek Chauhan
2017-10-01C/C++: Get default include dirs from compilersNiklas Claesson
2017-10-01VisualC: Add support for msvc toolset versionNiklas Claesson
2017-09-26Linker flag for Windows GUI applications was missing on MSVC.Jussi Pakkanen
2017-09-22Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker
2017-09-20Add a new compiler method: get_return_value()Nirbheek Chauhan