summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)Author
2017-12-17Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen
2017-12-16More version information for compilers.Christoph Behle
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen
2017-11-26spelling: overriddenJosh Soref
2017-11-26spelling: occurrenceJosh Soref
2017-11-14Fix #2620rkfg
2017-11-09Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen
2017-11-02Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet
2017-11-01Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet
2017-10-01C/C++: Get default include dirs from compilersNiklas Claesson
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker
2017-08-31Add Compiler.get_supported_arguments()Daniel Stone
2017-08-18Fix detection of clang "optimization arguments"Peter Harris
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan
2017-07-23CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan
2017-07-21Merged buildrpath branch.Jussi Pakkanen
2017-07-21Fix linking Objective-C shared libs on OSX.Alessandro Decina
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen
2017-07-17Added VS support to simd detector.Jussi Pakkanen
2017-07-17Fix a few OSX "features".Jussi Pakkanen
2017-07-17Created simd module.Jussi Pakkanen
2017-07-16Fix typoChocobo1
2017-07-15Fix how rpath directories are handled.Hemmo Nieminen
2017-07-15Allow both address- and undefined behavior sanitizers at the same timeGabríel Arthúr Pétursson
2017-06-29Fix a missing path issue causing Python traceback.Hemmo Nieminen
2017-06-27Merged Genie support.Jussi Pakkanen
2017-06-26compilers: Use 'get_display_language' for language-related exceptionsGuillaume Poirier-Morency
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas
2017-06-23Split out languages from compilers.pyAlistair Thomas
2017-06-22Converted compilers.py to a sub-packageAlistair Thomas