aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-21Merged buildrpath branch.Jussi Pakkanen7-14/+19
2017-07-21Fix linking Objective-C shared libs on OSX.Alessandro Decina1-2/+0
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen7-14/+19
2017-07-17Renamed test case number to avoid dupes.Jussi Pakkanen1-0/+2
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen2-2/+7
2017-07-17Added VS support to simd detector.Jussi Pakkanen3-3/+35
2017-07-17Fix a few OSX "features".Jussi Pakkanen1-1/+1
2017-07-17Created simd module.Jussi Pakkanen1-0/+26
2017-07-16Fix typoChocobo11-1/+1
2017-07-15Fix how rpath directories are handled.Hemmo Nieminen1-5/+1
2017-07-15Allow both address- and undefined behavior sanitizers at the same timeGabrĂ­el ArthĂșr PĂ©tursson1-1/+1
2017-06-29Fix a missing path issue causing Python traceback.Hemmo Nieminen1-0/+4
2017-06-27Merged Genie support.Jussi Pakkanen1-1/+1
2017-06-26Use 'C sharp' instead of 'C#'Guillaume Poirier-Morency1-1/+1
2017-06-26compilers: Use 'get_display_language' for language-related exceptionsGuillaume Poirier-Morency1-11/+11
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency6-1/+16
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas1-1/+1
2017-06-23Split out languages from compilers.pyAlistair Thomas13-2156/+2568
2017-06-22Converted compilers.py to a sub-packageAlistair Thomas2-0/+3228