aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-07haiku: do not add pthread argumentsDylan Baker1-8/+14
2017-12-07Renamed UserStringArrayOption to UserArrayOption for short.Jussi Pakkanen1-5/+5
2017-12-03find_library: Prefer .dll.a and .lib over .dll for sharedNirbheek Chauhan1-1/+3
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen1-0/+2
2017-11-26Add headerpad linker argument on OSX.Jussi Pakkanen1-0/+7
2017-11-11compilers: Improve manual library searchingNirbheek Chauhan1-10/+49
2017-10-01C/C++: Get default include dirs from compilersNiklas Claesson1-0/+8
2017-10-01VisualC: Add support for msvc toolset versionNiklas Claesson1-0/+26
2017-09-26Linker flag for Windows GUI applications was missing on MSVC.Jussi Pakkanen1-0/+3
2017-09-22Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen1-0/+28
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-2/+0
2017-09-20Add a new compiler method: get_return_value()Nirbheek Chauhan1-0/+28
2017-09-18Last round with listify function refactoring.Alexis Jeandet1-3/+2
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