aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2017-12-30add Compiler.thread_flags() stubAlexey Stukalov1-0/+3
2017-12-30compilers: prefer C++ over objc in clink_langsNirbheek Chauhan1-1/+1
2017-12-23Add whitespace around '+'.Benjamin Redelings1-1/+1
2017-12-23Fix linking with clang++ on linux if install_rpath.Benjamin Redelings1-1/+6
2017-12-20Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen6-45/+49
2017-12-19Fix: More information for C compilers.Christoph Behle1-2/+2
2017-12-18Use -MD instead of -MMD for reliability.Jussi Pakkanen2-2/+2
2017-12-17Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen1-4/+3
2017-12-16More version information for Fortran.Christoph Behle1-18/+18
2017-12-16More version information for DChristoph Behle1-8/+8
2017-12-16More version information for C#Christoph Behle1-2/+2
2017-12-16More version information for compilers.Christoph Behle3-15/+19
2017-12-13Use LC_ALL=C in CCompiler.get_library_dirsIsmael GonzĂĄlez1-1/+3
2017-12-11Fix Vala thread flag breakage (#2756)Ernestas Kulik1-2/+2
2017-12-07haiku: do not add pthread argumentsDylan Baker1-8/+14
2017-12-07Renamed UserStringArrayOption to UserArrayOption for short.Jussi Pakkanen2-9/+9
2017-12-06Add C++17 flags to GCC and Clang.Jussi Pakkanen1-4/+4
2017-12-03find_library: Prefer .dll.a and .lib over .dll for sharedNirbheek Chauhan1-1/+3
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen2-1/+24
2017-12-03vala: add stubs for thread flag methodsErnestas Kulik1-0/+6
2017-11-29adding C++98 to versions that meson can supportSolomon Choina1-2/+2
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen2-1/+17
2017-11-26Add headerpad linker argument on OSX.Jussi Pakkanen1-0/+7
2017-11-26spelling: overriddenJosh Soref1-2/+2
2017-11-26spelling: occurrenceJosh Soref1-6/+6
2017-11-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen1-10/+49
2017-11-14Fix #2620rkfg1-1/+3
2017-11-11compilers: Improve manual library searchingNirbheek Chauhan1-10/+49
2017-11-09Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen1-1/+1
2017-11-02Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet1-1/+4
2017-11-01Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet1-1/+4
2017-10-01C/C++: Get default include dirs from compilersNiklas Claesson2-0/+47
2017-10-01VisualC: Add support for msvc toolset versionNiklas Claesson1-0/+26
2017-09-26Linker flag for Windows GUI applications was missing on MSVC.Jussi Pakkanen1-0/+3
2017-09-22Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen1-0/+28
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker2-3/+1
2017-09-20Add a new compiler method: get_return_value()Nirbheek Chauhan1-0/+28
2017-09-18Last round with listify function refactoring.Alexis Jeandet1-3/+2
2017-09-12d: Implement specific properties for D featuresMatthias Klumpp1-1/+1
2017-09-12d: Add easy way to use D-specific featuresMatthias Klumpp1-5/+50
2017-08-31Add Compiler.get_supported_arguments()Daniel Stone1-0/+7
2017-08-18Fix detection of clang "optimization arguments"Peter Harris1-1/+4
2017-08-15gfortran: Add coverage argumentsNirbheek Chauhan1-0/+6
2017-08-13Pass -fpch-preprocess to GCC when precompiled headers are usedGabrĂ­el ArthĂșr PĂ©tursson2-0/+8
2017-08-04Add info on module include flag for Fortran compilers.Elliott Sales de Andrade1-0/+9
2017-08-04A few more lgtm fixes.Jussi Pakkanen1-1/+0
2017-08-01Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen1-0/+4
2017-08-01Vala: enable colored warning and error output (#2142)Ben1-1/+7
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan2-5/+10
2017-07-23CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan1-8/+15