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
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-14
compilers: Make MSVClike compilers proxy extra keyword arguments
Dylan Baker
2019-08-05
Add basic Webassembly support via Emscripten.
Jussi Pakkanen
2019-07-30
PGI: cpp_pch precompiled headers functionality
Michael Hirsch, Ph.D
2019-07-15
compilers: split pgi compiler out of compilers module
Dylan Baker
2019-07-15
compilers: put elbrus in mixins
Dylan Baker
2019-07-15
compilers: Put clang mixin in a module
Dylan Baker
2019-07-15
compilers: move ArmClang into mixins/arm.py
Dylan Baker
2019-07-15
compilers: Put Intel compiler classes into the mixins folder
Dylan Baker
2019-07-15
compilers: split gnu and gnulike compilers out of compilers
Dylan Baker
2019-07-15
compilers: Move the VisualStudioLikeCompiler class into mixins
Dylan Baker
2019-07-15
compilers: Move ArmCompiler to a mixin module
Dylan Baker
2019-07-15
compilers: move ccrx compiler abstraction into mixins
Dylan Baker
2019-07-15
compilers: Move clike into a mixins directory
Dylan Baker
2019-07-14
Do not fail on passing `-Werror=unused-parameter` from environment
David Seifert
2019-07-08
Add (v)c++latest to VC_VERSION_MAP
Robin Kertels
2019-06-11
compilers/cpp: Fix removal of name from Combo options for Armclang
sompen
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-05-15
UserOption no longer has a name field.
John Ericson
2019-05-14
Merge pull request #5331 from dcbaker/icl
Jussi Pakkanen
2019-05-13
compilers: Add basic ICL abstractions
Dylan Baker
2019-05-13
compilers: rename IntelCompiler to IntelGnuLikeCompiler
Dylan Baker
2019-05-13
compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++...
Dylan Baker
2019-05-13
Allow MSVC-style `cpp_eh` for backwards-compatibility purposes
nicole mazzuca
2019-05-10
compilers: make keyword args to Compiler.compile keyword only
Dylan Baker
2019-05-05
Merge pull request #5339 from dcbaker/clike
Jussi Pakkanen
2019-05-05
add -fno-exceptions if cpp_eh=none is specified
nicole mazzuca
2019-05-03
compilers: Split C-Like functionality into a mixin classes
Dylan Baker
2019-05-02
Revert "detect Intel ICL on windows"
Dylan Baker
2019-05-02
Merge pull request #4952 from mensinda/cacheCompiles
Dylan Baker
2019-05-02
Add some type annotations and fix lints
John Ericson
2019-04-28
Print '(cached)' when compiler result was cached
Daniel Mensinger
2019-04-27
detect Intel ICL on windows
Michael Hirsch, Ph.D
2019-04-27
better default order for fotran compiler search
Michael Hirsch, Ph.D
2019-04-19
Fix indentation
makise-homura
2019-04-19
Add -std= remap support for Elbrus compiler
makise-homura
2019-04-19
Handle cpp_debugstl option for Elbrus compiler
makise-homura
2019-02-19
Add warning level zero
jml1795
2019-01-21
Add PGI C and C++ compilers (#4803)
Michael Hirsch, Ph.D
2018-12-06
Store the target architecture for CL-like compilers
Jon Turney
2018-11-19
Fix flake8 'imported but unused' reports
Jon Turney
2018-11-13
compilers: Use keyword only arguments for compiler interfaces
Dylan Baker
2018-11-08
Add support for Renesas CC-RX toolchain
Phillip Cao
2018-11-04
Qualify checks of self.version by self.id in VisualStudioC/CPPCompiler
Jon Turney
2018-11-04
Detect clang-cl as msvc-like, not clang-like
Jon Turney
2018-10-30
Generalize gnulike-targeting-windows checks.
Josh Gao
2018-10-27
add support for `/permissive-`
Nicole Mazzuca
2018-10-22
add cpp_std support for MSVC
Nicole Mazzuca
2018-10-07
Adding "compiler_type" flag to ARM compilers.
Mohammed Amer Khalidi
2018-09-17
Abstract shared GCC/Clang/ICC methods in GnuLikeCompiler
David Seifert
[next]