summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen2017-12-201-8/+8
|\
| * Fix: More information for C compilers.Christoph Behle2017-12-191-2/+2
| * More version information for compilers.Christoph Behle2017-12-161-6/+6
* | Use -MD instead of -MMD for reliability.Jussi Pakkanen2017-12-181-1/+1
* | Use LC_ALL=C in CCompiler.get_library_dirsIsmael GonzĂĄlez2017-12-131-1/+3
|/
* haiku: do not add pthread argumentsDylan Baker2017-12-071-8/+14
* Renamed UserStringArrayOption to UserArrayOption for short.Jussi Pakkanen2017-12-071-5/+5
* find_library: Prefer .dll.a and .lib over .dll for sharedNirbheek Chauhan2017-12-031-1/+3
* Use absolute paths for rpaths on OSX.Jussi Pakkanen2017-11-261-0/+2
* Add headerpad linker argument on OSX.Jussi Pakkanen2017-11-261-0/+7
* compilers: Improve manual library searchingNirbheek Chauhan2017-11-111-10/+49
* 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