summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
Commit message (Expand)AuthorAgeFilesLines
* C/C++: Get default include dirs from compilersNiklas Claesson2017-10-011-0/+8
* VisualC: Add support for msvc toolset versionNiklas Claesson2017-10-011-0/+26
* Linker flag for Windows GUI applications was missing on MSVC.Jussi Pakkanen2017-09-261-0/+3
* Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen2017-09-221-0/+28
|\
| * Add a new compiler method: get_return_value()Nirbheek Chauhan2017-09-201-0/+28
* | flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-2/+0
* | Last round with listify function refactoring.Alexis Jeandet2017-09-181-3/+2
|/
* Pass -fpch-preprocess to GCC when precompiled headers are usedGabrĂ­el ArthĂșr PĂ©tursson2017-08-131-0/+3
* Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen2017-08-011-0/+4
* find_library: Ignore libs on MSVC properlyNirbheek Chauhan2017-07-231-5/+6
* Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen2017-07-211-3/+3
* Renamed test case number to avoid dupes.Jussi Pakkanen2017-07-171-0/+2
* Fix checks on MinGW and VS2010.Jussi Pakkanen2017-07-171-1/+6
* Added VS support to simd detector.Jussi Pakkanen2017-07-171-1/+9
* Add 'Compiler.get_display_language'Guillaume Poirier-Morency2017-06-261-1/+1
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+1007