summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Expand)AuthorAgeFilesLines
* migrate python 3.5 compatible superclass variable annotations to 3.6Eli Schwartz2021-11-011-5/+3
* Remove duplicated CEXE_MAPPING tableXavier Claessens2021-10-291-5/+0
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen2021-09-281-8/+20
|\
| * interpreter: detect and pass compiler to be used for linker testsPaolo Bonzini2021-09-071-0/+2
| * compilers: allow link tests to use objects from a different compilerPaolo Bonzini2021-09-071-2/+12
| * compilers: do accept None in Compiler.compile extra_argsPaolo Bonzini2021-09-071-1/+2
| * compilers: fix flake8 issuesPaolo Bonzini2021-09-071-7/+6
* | compilers: Add default search path stdlib_only_link_flagsDylan Baker2021-09-251-1/+1
* | apply flake8 fixes for unused imports and missing importsEli Schwartz2021-09-141-2/+2
|/
* Clang should error for all implicit function checks (#9165)Dylan Baker2021-09-011-2/+3
* compilers: Add get_no_warn_args to the base Compiler classDylan Baker2021-08-201-0/+4
* compilers/compilers: Fix some potential issues spotted by pyrightDylan Baker2021-08-161-2/+4
* compilers: Fix extra_args parameterDylan Baker2021-08-161-13/+15
* compilers: Fix annotations for run and cached_compileDylan Baker2021-08-161-5/+5
* Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen2021-08-081-1/+2
* linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini2021-07-141-3/+2
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-2/+2
* Fixed style issue as per comments on PR 8911.Justin Handville2021-06-221-2/+1
* Fix for Issue 8910 (Meson filters CMake asm files)Justin Handville2021-06-221-0/+3
* holders: Introduce HoldableObjectDaniel Mensinger2021-06-181-3/+4
* compilers: Fix missing functions in Compiler base classDaniel Mensinger2021-06-091-0/+19
* compilers: Add cython file suffixesDylan Baker2021-06-071-0/+2
* use an immutable list for an lru_cached functionsDylan Baker2021-06-021-0/+1
* compilers: Add `get_debug_args` to base CompilerDylan Baker2021-05-191-0/+4
* .C files are now treated as C++ codeVolker-Weissmann2021-05-191-2/+4
* environment: get environment variables for both host and build machinesDylan Baker2021-04-011-8/+15
* Split environment variable and command line cflagsDylan Baker2021-03-301-4/+7
* compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker2021-03-141-1/+9
* compilers: Use EnvironmentException not EnvironmentError/OSErrorDylan Baker2021-03-041-8/+8
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-16/+16
* various python neatness cleanupsEli Schwartz2021-03-041-9/+9
* Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker2021-02-191-16/+12
* compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker2021-02-171-2/+4
* Add default debug flags for two configurations to NVCC.Olexa Bilaniuk2021-02-161-2/+2
* Add custom entyr to cuda buildtype dict. Closes #8336.Jussi Pakkanen2021-02-141-0/+1
* Add support for LLVM's thinLTODylan Baker2021-02-021-2/+6
* compilers: Add support for using multiple threads with ltoDylan Baker2021-02-021-2/+18
* Fix misspellsAntonin Décimo2021-01-131-3/+3
* move handling of CFLAGS and friends to environmentDylan Baker2021-01-111-60/+15
* use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker2021-01-111-4/+4
* rename cflags_mapping to CFLAGS_MAPPINGDylan Baker2021-01-111-14/+18
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-55/+51
* move OptionKey to mesonlibDylan Baker2021-01-041-2/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-13/+13
* Propagate Windows target checks upLaurin-Luis Lehning2020-12-141-4/+4
* Give get_gui_app_args access to the EnvironmentLaurin-Luis Lehning2020-12-141-2/+2
* Slight consistency changes to get_gui_app_argsLaurin-Luis Lehning2020-12-141-1/+2
* Give get_win_subsystem_args access to envLaurin-Luis Lehning2020-12-141-2/+2
* Make win_subsystem a linker propertyLaurin-Luis Lehning2020-12-141-5/+4