aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2020-09-24compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker1-0/+3
2020-09-24compilers/mixins/clang: Make type safeDylan Baker1-0/+8
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker1-33/+50
2020-09-24compilers/compilers: Fully type annotateDylan Baker1-163/+254
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker1-19/+33
2020-09-13external-project: New module to build configure/make projectsXavier Claessens1-0/+3
2020-09-08typing: get rid of most T.castDaniel Mensinger1-1/+1
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan1-3/+0
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-2/+7
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-370/+2
2020-06-22compilers: Add missing annotations to CompilerArgs classDylan Baker1-16/+14
2020-06-22compilers: Use enum for for deupdlication returns in CompilerArgsDylan Baker1-27/+36
2020-06-11apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan1-2/+6
2020-06-11compilers: corretify deduplication directionMarcel Hollerbach1-2/+2
2020-06-09compilers: Add UNIX large file support for MinGWSeungha Yang1-3/+3
2020-06-07Merge pull request #7119 from marcelhollerbach/masterJussi Pakkanen1-37/+68
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris1-0/+3
2020-06-05CompilerArgs: refactor __iadd__Marcel Hollerbach1-18/+64
2020-06-05Revert "CompilerArgs: make lookup faster"Marcel Hollerbach1-26/+7
2020-06-05cache up regex mathingsMarcel Hollerbach1-2/+6
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D1-3/+3
2020-05-27Recognize Arduino .ino files as C++Phillip Johnston1-1/+1
2020-05-20compilers/d: Add b_ndebug supportDylan Baker1-3/+3
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker1-1/+4
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-1/+1
2020-05-16Let .pc files specify rpath.Dan Kegel1-1/+1
2020-05-13macos: Remove framwork linkerlike argsEric Lemanissier1-1/+1
2020-04-20Compiler options per langJohn Ericson1-6/+7
2020-04-10compilers: Move things out of clikeDylan Baker1-0/+3
2020-03-29compilers: disable ccache when using temporary source filesLoïc Yhuel1-0/+5
2020-03-28Only split linker args with D compilers. Closes: #6845Jussi Pakkanen1-4/+8
2020-03-23Fix legacy env var support with crossJohn Ericson1-32/+30
2020-03-19compilers: Link D runtime/libphobs dynamically on !WindowsDylan Baker1-1/+1
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen1-0/+19
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker1-0/+10
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen1-0/+9
2020-03-06compilers: Don't deduplicate -L= argumentsDylan Baker1-0/+9
2020-03-05mesonlib: Replace unholder argument to listifyDylan Baker1-0/+2
2020-03-01meson: cache the results of can_compileMarcel Hollerbach1-0/+1
2020-03-01CompilerArgs: make lookup fasterMarcel Hollerbach1-7/+26
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-0/+3
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan1-0/+3
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen1-1/+19
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan1-1/+19
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker1-1/+7
2020-02-12Improve error reported when language has no compilerJon Turney1-0/+9
2020-01-24compilers: Derive CompilerArgs from collections instead of typingNirbheek Chauhan1-1/+1
2020-01-24typing: Fix compatibility with Python 3.5.2Nirbheek Chauhan1-1/+1
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger1-11/+11
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-69/+69