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
2024-10-04
Fix C++ standard support for Emscripten
Elliott Sales de Andrade
2024-07-21
compilers: fix partial refactor of coredata options
Eli Schwartz
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-12
Rename langopt method
Jussi Pakkanen
2024-06-26
compilers: Add support for OpenMP from homebrew with AppleClang
Dylan Baker
2024-06-23
compilers: cpp: fix header name and return value use in header check
Barnabás Pőcze
2024-06-14
Fix mypy.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-08
Use helper method in C++ compiler classes.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-03-28
compilers: cpp: reduce macro pollution for stdlib macros
Sam James
2024-03-28
compilers: cpp: factor out C++ stdlib detection
Sam James
2024-03-28
Pass Environment down from Backend
Sam James
2024-03-28
compilers: cpp: don't set stdlib assertion macros if already set
Sam James
2024-03-28
compilers: cpp: relax assertion level for libc++
Sam James
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-03-13
compilers: cpp: improve libc++ vs libstdc++ detection (again)
Sam James
2024-03-12
Added support for Texas Instruments C6000 compiler.
Petr Machacek
2024-01-09
compilers: cpp: wire up debugstl for Clang
Sam James
2024-01-09
compilers: cpp: wire up stdlib assertions
Sam James
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
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
[prev]
[next]