spongo2
No user record in our sample, but spongo2 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but spongo2 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Hi! I'm Steve the C++ dev manager in Visual Studio. No, VS for Mac does not currently have C++ support but thanks for the feedback. One thing you could do is register your opinion here:…
see replies elsewhere. We demo'd C99 support via Clang / C2 on stage at CppCon.
we made a bunch of improvements to build throughput especially for incremental builds. many improvements to our handling of template code as well. -- steve, vc dev mgr
we are targeting C99 via the new Clang / C2 hybrid compiler. We demoed it on stage at CppCon this week.
correct.
Hi Chandler! it's probably worth mentioning that we will be also opening up our lldb-mi based debug engine which will allow you to debug any lldb target from Visual Studio. And we'll continue to contribute back…
see Jim Radigan's build talk on compiling Objective-C for windows for more info on this :)
Hi DannyBee, sorry if we didn't get the message out clearly. Jim Radigan gives a deeper technical explanation in the build talk he did yesterday. http://channel9.msdn.com/events/Build/2015/3-610 It's translating LLVM IR…
We are announcing that we will ship a hybrid compiler that combines the clang frontend with the c2 existing backend. We will fully support that for building portable code within Visual Studio for Windows. We definitely…
yes, we are well aware that clang and llvm is working on targeting windows. this is clang+c2 which we will fully support.
http://clang.llvm.org/docs/MSVCCompatibility.html says minimal. Note that this is about cross-plat conformant c++ code. SEH is windows specific.
correct, this will use MS libraries. If you watch Jim Radigan's Build talk (he owns C2), he talks a little bit about how the ABI is really a part of the platform and it might clarify some of this.…
VC++ dev mgr here. I replied to a similar question above. please let check that out.
Hey, VC++ Dev Mgr here. Our official statement hasn't changed which is that we will enable major libraries but we need to prioritize C++ over C. Let me know if there is a library that is blocked that we don't know about…
Our current statement of support is that we support enough of C99 to unblock commonly used libraries. We support a large swath of C99 but it is correct that our support isn't complete yet as we prioritized C++…