summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #4724 from jon-turney/lib-machine-alwaysJussi Pakkanen2019-03-191-1/+8
|\ \ | |/ |/|
| * Fix linking when cross-compiling and a windows resource is first objectJon Turney2019-01-051-1/+8
* | compilers: Update comment about library search patternsNirbheek Chauhan2019-03-141-2/+4
* | compilers: Try harder to dedup builtin libsNirbheek Chauhan2019-03-141-4/+3
* | Add static as keyword to find_libraryNiklas Claesson2019-03-111-16/+19
* | Fix _get_patterns on OpenBSDAntoine Jacoutot2019-03-111-1/+2
* | Add warning level zerojml17952019-02-191-6/+11
* | Remove get_cross_extra_flagsJohn Ericson2019-02-151-27/+20
* | Never access environment.properties downstreamJohn Ericson2019-02-021-7/+15
* | find_library: Check arch of libraries on DarwinNirbheek Chauhan2019-01-311-6/+22
* | Rewrite appleframework and extraframework dependency classesNirbheek Chauhan2019-02-011-0/+61
* | BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D2019-01-271-2/+3
* | Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D2019-01-211-0/+8
* | Add get_werror_args for CCRX C compilerPhillip Cao2019-01-101-0/+3
* | Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+9
* | Remove cross_info; cross file is parsed up front and discardedJohn Ericson2019-01-021-1/+1
|/
* Store the target architecture for CL-like compilersJon Turney2018-12-061-4/+5
* Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen2018-11-271-1/+7
* Fix flake8 'imported but unused' reportsJon Turney2018-11-191-1/+0
* Merge pull request #4359 from dcbaker/icc-fixesDylan Baker2018-11-171-25/+11
|\
| * compilers: quiet ICC messages about pchDylan Baker2018-11-151-1/+1
| * compilers: Move get_allow_undefined_link_args to CompilerDylan Baker2018-11-151-26/+6
| * compilers: Set the correct values for undefined modules on apple with iccDylan Baker2018-11-151-1/+5
| * compilers: Add ICC setting for get_allow_undefined_link_argsDylan Baker2018-11-151-0/+2
| * compilers: fix compiler.compile for Intel CompilersDylan Baker2018-11-151-4/+4
* | Guard against broken lib paths returned by gcc.Jussi Pakkanen2018-11-171-3/+6
|/
* Store unexpanded library directory paths. Closes #4392.Jussi Pakkanen2018-11-151-3/+16
* compilers: Use keyword only arguments for compiler interfacesDylan Baker2018-11-131-34/+53
* Add support for Renesas CC-RX toolchainPhillip Cao2018-11-081-0/+43
* Use lld-link with clang-clJon Turney2018-11-041-1/+6
* Qualify checks of self.version by self.id in VisualStudioC/CPPCompilerJon Turney2018-11-041-3/+7
* Teach VisualStudioCCompiler.get_pch_use_args() to handle clang-clJon Turney2018-11-041-0/+2
* Teach VisualStudioCCompiler.has_arguments() about clang-clJon Turney2018-11-041-0/+2
* Only add link arguments when needed in Compiler object methodsJon Turney2018-11-041-0/+2
* Detect clang-cl as msvc-like, not clang-likeJon Turney2018-11-041-3/+7
* Add new compiler.get_argument_syntax methodDylan Baker2018-11-031-0/+3
* Generalize gnulike-targeting-windows checks.Josh Gao2018-10-301-2/+2
* compilers/c: Fix allow undefined link arg for PE/COFFMarvin Scholz2018-10-251-0/+3
* Use relative build-tree RPATHs on macOSDavid Seifert2018-10-141-4/+1
* Added .so to list possible darwin dynamic library suffixes (#4364)gsobala2018-10-131-1/+1
* Adding "compiler_type" flag to ARM compilers.Mohammed Amer Khalidi2018-10-071-4/+4
* Verify library directories as either 32-bit or 64-bitBruce Richardson2018-10-031-4/+47
* compilers/c: don't return -pthread for MacOS with any compilerDylan Baker2018-10-011-12/+2
* compilers: Do not use -pthread with clang for darwinMarvin Scholz2018-09-281-0/+10
* Don't add rpath linker flags when building for MinGWMartin Storsjö2018-09-251-0/+2
* Abstract shared GCC/Clang/ICC methods in GnuLikeCompilerDavid Seifert2018-09-171-15/+0
* Fix ICC on macOSDavid Seifert2018-09-161-2/+8
* Do not use relative RPATHs on macOS with ICC/GCCDavid Seifert2018-09-161-1/+2
* Use enum instead of `int` for compiler variantsDavid Seifert2018-09-161-23/+16
* Sprinkle functools.lru_cache() in a few more placesNirbheek Chauhan2018-09-111-11/+8