aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen1-1/+15
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen1-1/+15
2017-11-26spelling: overriddenJosh Soref1-2/+2
2017-11-26spelling: occurrenceJosh Soref1-6/+6
2017-11-14Fix #2620rkfg1-1/+3
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 Claesson1-0/+39
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-1/+1
2017-08-31Add Compiler.get_supported_arguments()Daniel Stone1-0/+7
2017-08-18Fix detection of clang "optimization arguments"Peter Harris1-1/+4
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan1-0/+4
2017-07-23CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan1-8/+15
2017-07-21Merged buildrpath branch.Jussi Pakkanen1-2/+5
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 Pakkanen1-2/+5
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen1-1/+1
2017-07-17Added VS support to simd detector.Jussi Pakkanen1-0/+24
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-26compilers: Use 'get_display_language' for language-related exceptionsGuillaume Poirier-Morency1-11/+11
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-0/+3
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas1-1/+1
2017-06-23Split out languages from compilers.pyAlistair Thomas1-2155/+1
2017-06-22Converted compilers.py to a sub-packageAlistair Thomas1-0/+3213