summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into lang-enumlang-enumJohn Ericson2020-08-031-4/+7
|\
| * fix msvc not recognising b_ndebugElliot Haisley2020-07-191-1/+1
| * compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-221-2/+3
| * Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed2020-05-161-1/+3
* | WIP: Create enum to use instead of strings for languageJohn Ericson2020-04-211-2/+2
|/
* Compiler options per langJohn Ericson2020-04-201-89/+144
* compilers: Fix C++ stdlib flags used for Apple's ClangOle André Vadla RavnÄs2020-03-291-2/+2
* Fix legacy env var support with crossJohn Ericson2020-03-231-1/+1
* -Add xc16 and c2000 C,Cpp toolchain supportalanNz2020-03-211-0/+33
* Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen2020-03-081-2/+2
|\
| * compilers/linkers: Add a representation for wasm-ldDylan Baker2020-02-271-2/+2
| * compilers/mixins/emscripten: Implement thread supportDylan Baker2020-02-271-1/+1
| * compilers/emcc: Fix inheritance orderDylan Baker2020-02-271-1/+1
* | Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö2020-03-031-0/+6
|/
* compilers: Split ClangCL and MSVC mixinsDylan Baker2020-01-281-5/+5
* Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura2020-01-271-0/+13
* Fix missing 'defines' argumet for Elbrus compilermakise-homura2020-01-271-1/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-4/+4
* Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen2019-12-171-2/+4
|\
| * compilers: Make get_display_language a class or static methodDylan Baker2019-12-121-1/+2
| * compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+2
* | compilers: make use of mlog.log_onceDylan Baker2019-12-131-1/+1
|/
* Use strict function prototypesMichael Hirsch, Ph.D2019-11-181-2/+2
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* Add option for controlling RTTI.Jussi Pakkanen2019-11-021-0/+15
* Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen2019-11-021-1/+3
* Refactor duplicate Emscripten code into a mixinAndrei Alexeyev2019-10-181-13/+2
* Fix emscripten C compiler initializationAndrei Alexeyev2019-10-151-3/+4
* Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev2019-10-141-0/+3
* Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev2019-10-141-0/+3
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-35/+61
* compilers: Add a specific type for AppleClangCDylan Baker2019-10-071-0/+5
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-16/+2
* compilers: Make MSVClike compilers proxy extra keyword argumentsDylan Baker2019-08-141-6/+6
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-051-1/+34
* PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D2019-07-301-1/+0
* compilers: split pgi compiler out of compilers moduleDylan Baker2019-07-151-1/+1
* compilers: put elbrus in mixinsDylan Baker2019-07-151-1/+1
* compilers: Put clang mixin in a moduleDylan Baker2019-07-151-1/+1
* compilers: move ArmClang into mixins/arm.pyDylan Baker2019-07-151-2/+1
* compilers: Put Intel compiler classes into the mixins folderDylan Baker2019-07-151-2/+1
* compilers: split gnu and gnulike compilers out of compilersDylan Baker2019-07-151-1/+1
* compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker2019-07-151-1/+1
* compilers: Move ArmCompiler to a mixin moduleDylan Baker2019-07-151-1/+1
* compilers: move ccrx compiler abstraction into mixinsDylan Baker2019-07-151-1/+2
* compilers: Move clike into a mixins directoryDylan Baker2019-07-151-1/+1
* Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert2019-07-141-1/+1
* Add (v)c++latest to VC_VERSION_MAPRobin Kertels2019-07-081-0/+2
* compilers/cpp: Fix removal of name from Combo options for Armclangsompen2019-06-111-2/+1
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-25/+25