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
2023-10-12
cpp: use -nostlib++ instead of -nostlib for custom cpp_stdlib
Mattijs Korpershoek
2023-10-09
Allow c++23 in gcc-11.
Benjamin Redelings
2023-09-24
cpp: restore c++26 support
Christoph Reiter
2023-08-07
c_std, cpp_std: Change to a list of desired versions in preference order
Xavier Claessens
2023-07-31
Merge pull request #11986 from williamspatrick/clang-enable-cpp23
Jussi Pakkanen
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
2023-07-14
c++: add support for c++23/c++26 standard and aliases
Steven Noonan
2023-07-14
c++: add fallback mappings for C++23 and C++26
Steven Noonan
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Make CPPCompiler.get_display_language() a classmethod
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Use CompileCheckMode enum
Tristan Partin
2023-07-11
compilers/cpp: check libc++ vs libstdc++ harder
Dylan Baker
2023-06-29
compilers/cpp: remove special libc++ handling from the AppleClangCPPCompiler
Dylan Baker
2023-06-29
compilers/cpp: try to do a better job of detecting libc++ vs libstdc++
Dylan Baker
2023-06-29
compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++
Dylan Baker
2023-06-29
compilers/cpp: use a list comprehension instead of a for loop
Dylan Baker
2023-06-29
compilers/cpp: Actually add the search dirs to for gcc
Dylan Baker
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-04-24
Initial support for Metrowerks C/C++ compiler
Nomura
2023-04-17
Add c++23 to the list of C++ standards.
Jussi Pakkanen
2023-02-08
compilers: Optimize the /Zc:__cplusplus code
Dylan Baker
2023-01-04
clang-cl: supports /std:c++20 now.
Luke Elliott
2023-01-03
Add fatal=False to many mlog.warnings()
Dylan Baker
2023-01-03
reformat some warnings for better code readability
Dylan Baker
2022-12-27
emscripten: enforce version 1.39.19 or higher
Kleis Auke Wolthuizen
2022-11-27
Add warning_level=everything
David Robillard
2022-11-22
compilers: remove opinionated c++ warning flag
Eli Schwartz
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-24
basic support for oneapi compilers
Robert Cohn
2022-09-19
pylint: enable consider-using-in
Dylan Baker
2022-09-07
compilers: correct the MSVC version comparison for turning on __cplusplus
Eli Schwartz
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-05-19
Fix invalid Python overrides
Tristan Partin
2022-05-08
compilers/c++: Add MSVC option to make the __cplusplus define accurate
Eli Schwartz
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2022-03-16
fix detection of language standard library paths
Paolo Bonzini
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-02-02
Genericise TI compiler and add MSP430 support
William Toohey
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2022-01-03
armltdclang: add support for ARM Ltd.'s `armclang` toolchain
Ben Boeckel
2021-12-16
armclang: clarify that this is support for the Keil cross-compiler
Ben Boeckel
2021-11-14
Remove incorrect arguments for C2000 C++ compiler. Add correct form for outpu...
Nathanael Gray
2021-11-01
various manual conversion of percent-formatted strings to f-strings
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-24
Add stdc++20 support for Visual Studio 2019 v16.11
Moroz Oleg
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-04
fix extra whitespace
Eli Schwartz
2021-09-29
compilers/elbrus: Deal with C/C++/Fortran stds more correctly
makise-homura
2021-09-29
compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compiler
makise-homura
[next]