Re: Fennec now builds with clang instead of gcc

2017-10-29 Thread Jim Blandy
As I said in the other thread, I'm eager for generic lambdas. They would let me avoid trying to resurrect mfbt/Function.h and adding support for allocation policies! So: quite eager. On Sun, Oct 29, 2017 at 6:19 PM, Makoto Kato wrote: > Great! BTW, is minimal

Re: Visual Studio 2017 coming soon

2017-10-29 Thread Jim Blandy
How will this affect the matrix of specific C++ features we can use? https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code (At the moment I'm dying for generic lambdas, which are C++14. I'd been using std::function as a workaround, but I also need control over the allocation policy,

Re: Fennec now builds with clang instead of gcc

2017-10-29 Thread Makoto Kato
Great! BTW, is minimal requirement of NDK version changed to NDK r15c that is used on taskcluster job? Or does it keeps NDK r11c? -- Makoto On Mon, Oct 30, 2017 at 8:15 AM, Nathan Froyd wrote: > Hi all, > > Bug 1163171 has been merged to mozilla-central, moving our

Re: Fennec now builds with clang instead of gcc

2017-10-29 Thread Nicholas Nethercote
Excellent news! Thank you for completing this. Updating toolchains isn't glamorous work but it is important and helps everybody. Nick On Mon, Oct 30, 2017 at 10:15 AM, Nathan Froyd wrote: > Hi all, > > Bug 1163171 has been merged to mozilla-central, moving our Android >

Re: Visual Studio 2017 coming soon

2017-10-29 Thread David Major
This has reached mozilla-central and nightlies are now being built with VS2017. The clang-cl builds (which still rely on a VS package for link.exe, among other things) remain on VS2015 while I work out some issues in clang-cl's path detection. All other Windows jobs have moved to VS2017. While

Re: Fennec now builds with clang instead of gcc

2017-10-29 Thread Nathan Froyd
On Sun, Oct 29, 2017 at 7:37 PM, Kris Maglione wrote: > On Sun, Oct 29, 2017 at 07:15:50PM -0400, Nathan Froyd wrote: >> >> For non-Android platforms, the good news here is that compiling Fennec >> with clang was the last major blocker for turning on C++14 support. > > Do

Re: Fennec now builds with clang instead of gcc

2017-10-29 Thread Kris Maglione
On Sun, Oct 29, 2017 at 07:15:50PM -0400, Nathan Froyd wrote: For non-Android platforms, the good news here is that compiling Fennec with clang was the last major blocker for turning on C++14 support. Do we have a timeline for when we'll be able to start using those features, or a summary of

Fennec now builds with clang instead of gcc

2017-10-29 Thread Nathan Froyd
Hi all, Bug 1163171 has been merged to mozilla-central, moving our Android builds over to using clang instead of GCC. Google has indicated that the next major NDK release will render GCC unsupported (no bugfixes will be provided), and that it will be removed entirely in the near future.