aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
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