aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)AuthorFilesLines
5 daysRename langopt methodJussi Pakkanen1-50/+50
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker1-1/+2
2024-06-23compilers: cpp: fix header name and return value use in header checkBarnabás Pőcze1-1/+1
2024-06-14Fix mypy.Jussi Pakkanen1-1/+1
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen1-55/+55
2024-06-08Use helper method in C++ compiler classes.Jussi Pakkanen1-52/+60
2024-05-23Refactor option classes to their own file.Jussi Pakkanen1-27/+27
2024-03-28compilers: cpp: reduce macro pollution for stdlib macrosSam James1-15/+20
2024-03-28compilers: cpp: factor out C++ stdlib detectionSam James1-5/+8
2024-03-28Pass Environment down from BackendSam James1-2/+2
2024-03-28compilers: cpp: don't set stdlib assertion macros if already setSam James1-0/+11
2024-03-28compilers: cpp: relax assertion level for libc++Sam James1-1/+1
2024-03-15Improve error messages for invalid option valuesCharles Brunet1-75/+98
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens1-35/+29
2024-03-13compilers: cpp: improve libc++ vs libstdc++ detection (again)Sam James1-11/+8
2024-03-12Added support for Texas Instruments C6000 compiler.Petr Machacek1-0/+3
2024-01-09compilers: cpp: wire up debugstl for ClangSam James1-0/+13
2024-01-09compilers: cpp: wire up stdlib assertionsSam James1-0/+22
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-10-12cpp: use -nostlib++ instead of -nostlib for custom cpp_stdlibMattijs Korpershoek1-0/+3
2023-10-09Allow c++23 in gcc-11.Benjamin Redelings1-1/+1
2023-09-24cpp: restore c++26 supportChristoph Reiter1-1/+1
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens1-36/+40
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen1-2/+24
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen1-17/+17
2023-07-14c++: add support for c++23/c++26 standard and aliasesSteven Noonan1-2/+20
2023-07-14c++: add fallback mappings for C++23 and C++26Steven Noonan1-0/+4
2023-07-12Match the method signatures of parent classesTristan Partin1-2/+2
2023-07-12Make CPPCompiler.get_display_language() a classmethodTristan Partin1-2/+2
2023-07-12Annotate naked fundamental Python typesTristan Partin1-11/+11
2023-07-12Use CompileCheckMode enumTristan Partin1-2/+2
2023-07-11compilers/cpp: check libc++ vs libstdc++ harderDylan Baker1-14/+11
2023-06-29compilers/cpp: remove special libc++ handling from the AppleClangCPPCompilerDylan Baker1-7/+1
2023-06-29compilers/cpp: try to do a better job of detecting libc++ vs libstdc++Dylan Baker1-3/+31
2023-06-29compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++Dylan Baker1-18/+15
2023-06-29compilers/cpp: use a list comprehension instead of a for loopDylan Baker1-9/+3
2023-06-29compilers/cpp: Actually add the search dirs to for gccDylan Baker1-1/+1
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-04-24Initial support for Metrowerks C/C++ compilerNomura1-0/+59
2023-04-17Add c++23 to the list of C++ standards.Jussi Pakkanen1-1/+5
2023-02-08compilers: Optimize the /Zc:__cplusplus codeDylan Baker1-10/+6
2023-01-04clang-cl: supports /std:c++20 now.Luke Elliott1-1/+1
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker1-3/+4
2023-01-03reformat some warnings for better code readabilityDylan Baker1-1/+1
2022-12-27emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen1-0/+2
2022-11-27Add warning_level=everythingDavid Robillard1-9/+14
2022-11-22compilers: remove opinionated c++ warning flagEli Schwartz1-4/+4
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-28/+28
2022-10-24basic support for oneapi compilersRobert Cohn1-1/+11
2022-09-19pylint: enable consider-using-inDylan Baker1-1/+1