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-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
2018-09-16
Fix ICC on macOS
David Seifert
2018-09-16
Use enum instead of `int` for compiler variants
David Seifert
2018-09-07
Add method to check for C/C++ function attributes
Dylan Baker
2018-08-29
Make `-std=` fallback remapping more robust
David Seifert
2018-08-20
Remap -std=c++14 dialect names for older compilers
David Seifert
2018-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
2018-08-09
Add support for c++2a and gnu++2a
Zachary Michaels
2018-07-13
Avoid concatenating two options in list
Thomas Hindoe Paaboel Andersen
2018-06-21
Added ARMCLANG compiler support for C/C++ (#3717)
Vasu Penugonda
2018-06-06
Fix issues found by flake8
Xavier Claessens
2018-06-06
Compilers: Chain-up to parent class in get_options()
Xavier Claessens
2018-05-02
Can combine D and C++ in a single target. Closes #3125.
Jussi Pakkanen
2018-04-16
Add has_link_argument() and friends
Xavier Claessens
2018-04-16
VisualStudioCPPCompiler: Fix -fpermissive still being added
Xavier Claessens
2018-04-16
Merged Arm CC support.
Jussi Pakkanen
2018-04-15
Merge pull request #3115 from makise-homura/e2k-lcc-support
Jussi Pakkanen
2018-03-31
Fix for issue in cpp.py
Somasekhar Penugonda
2018-03-27
Updates to CPP support and update review changes
Somasekhar Penugonda
2018-03-21
Fixed lchmod detection for lcc C/C++ compilers
makise-homura
2018-03-19
Fixed indentation and space issues found by SideCI
makise-homura
2018-03-19
Added Elbrus lcc compilers support as inheritance from gcc ones
makise-homura
2018-03-14
- Updating cpp_std options similar to other compiler classes
Bedarkar, Malhar
2018-03-03
Fix various flake8 indentation reports
Jon Turney
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2018-01-30
Print warning when linker arguments are passed to has_argument
Ting-Wei Lan
2017-12-16
More version information for compilers.
Christoph Behle
2017-12-07
Renamed UserStringArrayOption to UserArrayOption for short.
Jussi Pakkanen
2017-12-06
Add C++17 flags to GCC and Clang.
Jussi Pakkanen
2017-11-29
adding C++98 to versions that meson can support
Solomon Choina
2017-08-13
Pass -fpch-preprocess to GCC when precompiled headers are used
Gabríel Arthúr Pétursson
2017-08-04
A few more lgtm fixes.
Jussi Pakkanen
2017-07-17
Added VS support to simd detector.
Jussi Pakkanen
2017-06-26
Add 'Compiler.get_display_language'
Guillaume Poirier-Morency
[next]