index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
cpp.py
Age
Commit message (
Expand
)
Author
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-09
Add address sanitizer support for Visual Studio.
Jussi Pakkanen
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-11
move handling of CFLAGS and friends to environment
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2021-01-04
Add choices to OptionProxy
Dylan Baker
2020-12-10
compilers: add support for c++20/gnu++20
Florian Schmaus
2020-11-12
compilers: define standards in the base language compiler
Dylan Baker
2020-11-12
compilers: Standardize the names of compiler options
Dylan Baker
2020-10-06
compilers: Enable C++20 for Intel C++ Compiler.
Vinson Lee
2020-10-01
compilers/icl fix IntelClCPP argument checking
Dylan Baker
2020-10-01
compilers: move get_compile_check_args() to Compiler
Dylan Baker
2020-10-01
compilers/cpp: Add type annotations
Dylan Baker
2020-09-24
compilers: make is_cross part of the base Compiler class
Dylan Baker
2020-09-24
compilers: make sanity_check_impl a protected method
Dylan Baker
2020-08-22
Merge pull request #7447 from scivision/nvc
Jussi Pakkanen
2020-08-20
Correctly determine C++ stds for Elbrus compiler
makise-homura
2020-07-19
fix msvc not recognising b_ndebug
Elliot Haisley
2020-07-13
add Nvidia HPC SDK compilers
Michael Hirsch, Ph.D
2020-05-22
compilers: add fetching of define list for clang
Yevhenii Kolesnikov
2020-05-16
Call to CPPCompilers initilisation function was missing the info parameter du...
Drew Reed
2020-04-20
Compiler options per lang
John Ericson
2020-03-29
compilers: Fix C++ stdlib flags used for Apple's Clang
Ole André Vadla Ravnås
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-03-21
-Add xc16 and c2000 C,Cpp toolchain support
alanNz
2020-03-08
Merge pull request #6688 from dcbaker/emcc-linker-bugs
Jussi Pakkanen
2020-03-03
Set c_winlibs/cpp_winlibs for Clang in the same way as for GCC
Martin Storsjö
2020-02-27
compilers/linkers: Add a representation for wasm-ld
Dylan Baker
2020-02-27
compilers/mixins/emscripten: Implement thread support
Dylan Baker
2020-02-27
compilers/emcc: Fix inheritance order
Dylan Baker
2020-01-28
compilers: Split ClangCL and MSVC mixins
Dylan Baker
2020-01-27
Remove RTTI option from get_option_compile_args() for Elbrus compiler
makise-homura
2020-01-27
Fix missing 'defines' argumet for Elbrus compiler
makise-homura
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-17
Merge pull request #6065 from dcbaker/pass-options-to-linker-detection
Jussi Pakkanen
2019-12-13
compilers: make use of mlog.log_once
Dylan Baker
2019-12-12
compilers: Make get_display_language a class or static method
Dylan Baker
2019-12-12
compilers: move language attribute to the class level
Dylan Baker
2019-11-18
Use strict function prototypes
Michael Hirsch, Ph.D
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-11-02
Add option for controlling RTTI.
Jussi Pakkanen
2019-11-02
Pass explicit command line argument to disable exceptions with MSVC.
Jussi Pakkanen
2019-10-18
Refactor duplicate Emscripten code into a mixin
Andrei Alexeyev
2019-10-15
Fix emscripten C compiler initialization
Andrei Alexeyev
2019-10-14
Implement get_linker_output_args in Emscripten compilers
Andrei Alexeyev
2019-10-14
Implement get_allow_undefined_link_args in EmscriptenCPPCompiler
Andrei Alexeyev
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-10-07
compilers: Add a specific type for AppleClangC
Dylan Baker
[next]