summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Expand)AuthorAgeFilesLines
* Add whitespace around '+'.Benjamin Redelings2017-12-231-1/+1
* Fix linking with clang++ on linux if install_rpath.Benjamin Redelings2017-12-231-1/+6
* Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen2017-12-201-1/+5
|\
| * More version information for compilers.Christoph Behle2017-12-161-1/+5
* | Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen2017-12-171-4/+3
|/
* Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen2017-12-031-1/+15
|\
| * Use absolute paths for rpaths on OSX.Jussi Pakkanen2017-11-261-1/+15
* | spelling: overriddenJosh Soref2017-11-261-2/+2
* | spelling: occurrenceJosh Soref2017-11-261-6/+6
|/
* Fix #2620rkfg2017-11-141-1/+3
* Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen2017-11-091-1/+1
* Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet2017-11-021-1/+4
* Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet2017-11-011-1/+4
* C/C++: Get default include dirs from compilersNiklas Claesson2017-10-011-0/+39
* flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-1/+1
* Add Compiler.get_supported_arguments()Daniel Stone2017-08-311-0/+7
* Fix detection of clang "optimization arguments"Peter Harris2017-08-181-1/+4
* find_library: Ignore libs on MSVC properlyNirbheek Chauhan2017-07-231-0/+4
* CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan2017-07-231-8/+15
* Merged buildrpath branch.Jussi Pakkanen2017-07-211-2/+5
|\
| * Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen2017-07-211-2/+5
* | Fix linking Objective-C shared libs on OSX.Alessandro Decina2017-07-211-2/+0
|/
* Fix checks on MinGW and VS2010.Jussi Pakkanen2017-07-171-1/+1
* Added VS support to simd detector.Jussi Pakkanen2017-07-171-0/+24
* Fix a few OSX "features".Jussi Pakkanen2017-07-171-1/+1
* Created simd module.Jussi Pakkanen2017-07-171-0/+26
* Fix typoChocobo12017-07-161-1/+1
* Fix how rpath directories are handled.Hemmo Nieminen2017-07-151-5/+1
* Allow both address- and undefined behavior sanitizers at the same timeGabrĂ­el ArthĂșr PĂ©tursson2017-07-151-1/+1
* Fix a missing path issue causing Python traceback.Hemmo Nieminen2017-06-291-0/+4
* Merged Genie support.Jussi Pakkanen2017-06-271-1/+1
|\
| * Recognise .gs extension as a Vala sourceAlistair Thomas2017-06-261-1/+1
* | compilers: Use 'get_display_language' for language-related exceptionsGuillaume Poirier-Morency2017-06-261-11/+11
* | Add 'Compiler.get_display_language'Guillaume Poirier-Morency2017-06-261-0/+3
|/
* Split out languages from compilers.pyAlistair Thomas2017-06-231-2155/+1
* Converted compilers.py to a sub-packageAlistair Thomas2017-06-221-0/+3213