aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins
AgeCommit message (Expand)AuthorFilesLines
2021-11-27Fix _calculate_toolset_version for VS2022.Luke Elliott1-0/+2
2021-11-27Add -g for debug builds.Nathanael Gray1-1/+1
2021-11-27Fix more code which appears copied from CcrxCompiler.Nathanael Gray1-4/+6
2021-11-15only pass clang LTO arguments when they are neededEli Schwartz1-2/+4
2021-10-27fix various flake8 whitespace errorsEli Schwartz4-7/+7
2021-10-10Fix typos discovered by codespellChristian Clauss2-5/+5
2021-10-07clike compilers: drop semicolon at function endVladimír Čunát1-4/+4
2021-10-04use idiomatic python for membership testsEli Schwartz1-1/+1
2021-09-29Fix mypy errorsmakise-homura1-0/+1
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura1-0/+7
2021-09-29compilers/elbrus: Support prelinking with lcc correctlymakise-homura1-0/+3
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura1-0/+5
2021-09-21Use -Oz when optimization=s in ClangAndrea Pappacoda1-1/+1
2021-09-16C2000: Added depfile generation for incremental buildsmiebka1-0/+3
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-6/+1
2021-09-04Support for appleframeworks with GCC and IntelEvan Miller1-3/+1
2021-09-01Clang should error for all implicit function checks (#9165)Dylan Baker1-1/+5
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens1-2/+11
2021-08-31pylint: turn on superflous-parensDylan Baker2-3/+3
2021-08-16compilers: Fix extra_args parameterDylan Baker1-13/+14
2021-08-16compilers: Fix annotations for run and cached_compileDylan Baker1-1/+1
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen1-0/+34
2021-07-25C2000 compiler also accepts *.cla filesmiebka1-2/+4
2021-07-14linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini1-2/+1
2021-07-13Clang: Apply `-O0`Pamplemousse1-1/+1
2021-07-06Fix unsupported linker error messageAndrea Pappacoda1-1/+1
2021-07-05condense linesEli Schwartz2-8/+4
2021-07-05simplify mesonlib imports for the sake of line lengthsEli Schwartz1-7/+7
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz2-3/+3
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-4/+1
2021-06-09compilers: Fix missing functions in Compiler base classDaniel Mensinger1-3/+0
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz1-13/+11
2021-06-07condense linesEli Schwartz1-8/+4
2021-06-07more f-strings everywhereEli Schwartz1-73/+57
2021-06-02use an immutable list for an lru_cached functionsDylan Baker2-4/+6
2021-05-15Visual Studio Address Sanitizer updatesPeter Harris1-1/+1
2021-05-10deactivate intrinsic functions if no optimizations are requestedAlexander Neumann1-1/+1
2021-05-02Use sanity_check_impl for objc/objppRalf Gommers1-1/+1
2021-03-24compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips1-0/+3
2021-03-23Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen1-1/+1
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+2
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen1-0/+9
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz8-18/+18
2021-03-04various python neatness cleanupsEli Schwartz1-3/+3
2021-02-18compilers: clang: Drop -Xclang before -fcolor-diagnostics flagKrzysztof Małysa1-3/+3
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker2-1/+5
2021-02-02Add support for LLVM's thinLTODylan Baker2-6/+15
2021-02-02compilers: Add support for using multiple threads with ltoDylan Baker2-3/+24