46 Commits (2cede4d6c9264f725ab57f48e929c748fa1f1ac8)

Author SHA1 Message Date
Michael Hirsch, Ph.D 72486afd08 Add PGI C and C++ compilers (#4803) 6 years ago
Jon Turney a872b925ea
Store the target architecture for CL-like compilers 6 years ago
Jon Turney a33acd31da Fix flake8 'imported but unused' reports 6 years ago
Dylan Baker de175aac00 compilers: Use keyword only arguments for compiler interfaces 6 years ago
Phillip Cao 68c83cb213 Add support for Renesas CC-RX toolchain 6 years ago
Jon Turney a025c98d30
Qualify checks of self.version by self.id in VisualStudioC/CPPCompiler 6 years ago
Jon Turney 64edfd5069
Detect clang-cl as msvc-like, not clang-like 6 years ago
Josh Gao edda80cc75 Generalize gnulike-targeting-windows checks. 6 years ago
Nicole Mazzuca d5bf869dec add support for `/permissive-` 6 years ago
Nicole Mazzuca f1546e289c add cpp_std support for MSVC 6 years ago
Mohammed Amer Khalidi 18204b8ed6 Adding "compiler_type" flag to ARM compilers. 6 years ago
David Seifert 115962e466 Abstract shared GCC/Clang/ICC methods in GnuLikeCompiler 6 years ago
David Seifert 8f16d0f3c9 Fix ICC on macOS 6 years ago
David Seifert 69ec001b06 Use enum instead of `int` for compiler variants 6 years ago
Dylan Baker 51e9db370a Add method to check for C/C++ function attributes 6 years ago
David Seifert 28c1f31d7e Make `-std=` fallback remapping more robust 6 years ago
David Seifert e0120b4586 Remap -std=c++14 dialect names for older compilers 6 years ago
Jussi Pakkanen d83f77109a
Convert buildtype to optimization and debug options (#3489) 6 years ago
Zachary Michaels 8417c1a20f Add support for c++2a and gnu++2a 6 years ago
Thomas Hindoe Paaboel Andersen e2c36457c5 Avoid concatenating two options in list 6 years ago
Vasu Penugonda 7140afc0a8 Added ARMCLANG compiler support for C/C++ (#3717) 7 years ago
Xavier Claessens aa879b7f0c Fix issues found by flake8 7 years ago
Xavier Claessens 6eeea9dd54 Compilers: Chain-up to parent class in get_options() 7 years ago
Jussi Pakkanen 1918c0d231 Can combine D and C++ in a single target. Closes #3125. 7 years ago
Xavier Claessens bd37afeeea Add has_link_argument() and friends 7 years ago
Xavier Claessens bca2ff6def VisualStudioCPPCompiler: Fix -fpermissive still being added 7 years ago
Somasekhar Penugonda 7f89083363 Fix for issue in cpp.py 7 years ago
Somasekhar Penugonda e62b8109eb Updates to CPP support and update review changes 7 years ago
makise-homura 546f81e0f9 Fixed lchmod detection for lcc C/C++ compilers 7 years ago
makise-homura 6230c2a2f6 Fixed indentation and space issues found by SideCI 7 years ago
makise-homura 7cc41baa98 Added Elbrus lcc compilers support as inheritance from gcc ones 7 years ago
Bedarkar, Malhar 831d1e4c2e - Updating cpp_std options similar to other compiler classes 7 years ago
Jon Turney 2f6ed47077 Fix various flake8 indentation reports 7 years ago
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Ting-Wei Lan ec50073644 Print warning when linker arguments are passed to has_argument 7 years ago
Christoph Behle c6acf75617 More version information for compilers. 7 years ago
Jussi Pakkanen 4ae0cadb7f Renamed UserStringArrayOption to UserArrayOption for short. 7 years ago
Jussi Pakkanen c2d23dd678 Add C++17 flags to GCC and Clang. 7 years ago
Solomon Choina 2fdfb50da8 adding C++98 to versions that meson can support 7 years ago
Gabríel Arthúr Pétursson 0ad448f890 Pass -fpch-preprocess to GCC when precompiled headers are used 7 years ago
Jussi Pakkanen d335a84b9e A few more lgtm fixes. 7 years ago
Jussi Pakkanen 8396c4f3e6 Added VS support to simd detector. 7 years ago
Guillaume Poirier-Morency fab5634916 Add 'Compiler.get_display_language' 8 years ago
Alistair Thomas 117f4ab8b5 Split out languages from compilers.py 8 years ago