aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-08Fix "generator doesn't stop" on WindowsChristoph Reiter1-1/+1
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen1-8/+8
2020-10-16Refactor handling of machine file optionsXavier Claessens1-8/+3
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris1-1/+1
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen1-0/+7
2020-10-01compilers: make get_optimization_args abstractDylan Baker1-1/+2
2020-10-01compilers/d: add type annotationsDylan Baker1-0/+5
2020-10-01compilers: move _build_wrapper out of clike into CompilerDylan Baker1-14/+74
2020-10-01compilers: move get_compile_check_args() to CompilerDylan Baker1-4/+30
2020-10-01compilers/fortran: add type annotationsDylan Baker1-0/+9
2020-10-01Compilers/vala: Add type annotationsDylan Baker1-0/+9
2020-10-01compilers/cuda: make type safeDylan Baker1-0/+10
2020-10-01compilres: move depfile_for_object to compilerDylan Baker1-0/+5
2020-10-01compilers/cs: Add type annotationsDylan Baker1-0/+8
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-0/+3
2020-10-01compilers: move split_shlib_to_parts to the base compilerDylan Baker1-0/+3
2020-10-01compilers/cpp: Add type annotationsDylan Baker1-0/+11
2020-10-01compilers: fully type annotate the C compilersDylan Baker1-0/+1
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-12/+11
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-1/+2
2020-09-24compilers: put name_string method in base compilerDylan Baker1-0/+3
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