aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-13Pass -fpch-preprocess to GCC when precompiled headers are usedGabrĂ­el ArthĂșr PĂ©tursson1-0/+3
2017-08-01Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen1-0/+4
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan1-5/+6
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-3/+3
2017-07-17Renamed test case number to avoid dupes.Jussi Pakkanen1-0/+2
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen1-1/+6
2017-07-17Added VS support to simd detector.Jussi Pakkanen1-1/+9
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-1/+1
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+1007