summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/clike.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: Move clike into a mixins directoryDylan Baker2019-07-151-1165/+0
* Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert2019-07-141-10/+10
* Fix MSVC /link argument ordering (#5598)Norbert Nemec2019-07-111-19/+32
* Make faster w defender atpCharlie Barto2019-07-101-2/+2
* move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec2019-07-071-51/+0
* Fix unittests.fixed5483Jussi Pakkanen2019-07-051-1/+4
* compilers: Add missing cflags when calling compiler in link modeMarvin Scholz2019-07-051-10/+11
* compilers: Fix missing cflags for function detectionMarvin Scholz2019-07-051-4/+4
* Improve performance with windows defender ATPCharlie Barto2019-07-051-4/+4
* Return zero in cross_sizeofAbhishek Pandit-Subedi2019-07-031-0/+1
* sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer2019-06-271-0/+2
* compilers: Add logging for symbol prefix testMarvin Scholz2019-06-131-0/+2
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-21/+15
* Use `env.machines.*` to avoid some `is_cross`John Ericson2019-06-091-10/+11
* Fix path splitting in get_compiler_dirs() with GCC/clang on WindowsChristoph Reiter2019-05-161-9/+21
* compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker2019-05-131-1/+1
* compilers: make keyword args to Compiler.compile keyword onlyDylan Baker2019-05-101-1/+1
* compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-031-0/+1187