Re: Heads up: New C++ stack

2011-12-18 Thread Jan Beich
David Chisnall thera...@freebsd.org writes: [...] libcxxrt and libc++ are now in contrib and building with the base system, but are not used by anything (and are only built if you set WITH_LIBCPLUSPLUS=yes when building world, not by default). If you want to test some code with the new

Re: Heads up: New C++ stack

2011-11-27 Thread David Chisnall
On 26 Nov 2011, at 23:09, Niclas Zeising wrote: This is great news! Thank you very much for undertaking this work. Just a question, is there a wiki page with these instructions, or a wiki page related to this work where these instructions can be added? If they're not on the wiki, I can do

Re: Heads up: New C++ stack

2011-11-27 Thread C. P. Ghost
On Sun, Nov 27, 2011 at 1:58 PM, David Chisnall thera...@freebsd.org wrote: On 26 Nov 2011, at 23:09, Niclas Zeising wrote: This is great news! Thank you very much for undertaking this work.  Just a question, is there a wiki page with these instructions, or a wiki page related to this work

Re: Heads up: New C++ stack

2011-11-27 Thread O. Hartmann
Am 11/27/11 15:14, schrieb C. P. Ghost: On Sun, Nov 27, 2011 at 1:58 PM, David Chisnall thera...@freebsd.org wrote: On 26 Nov 2011, at 23:09, Niclas Zeising wrote: This is great news! Thank you very much for undertaking this work. Just a question, is there a wiki page with these

Re: Heads up: New C++ stack

2011-11-27 Thread David Chisnall
On 27 Nov 2011, at 15:26, O. Hartmann wrote: Why is the knob WITH_LIBCPLUSPLUS=yes located in /etc/make.conf and not in /etc/src.conf? Sorry, it is in src.conf, I was thinking about enabling clang. Or possibly not thinking at all. It's Sunday, so thinking is optional...

Re: Heads up: New C++ stack

2011-11-27 Thread O. Hartmann
Am 11/27/11 16:54, schrieb David Chisnall: On 27 Nov 2011, at 15:26, O. Hartmann wrote: Why is the knob WITH_LIBCPLUSPLUS=yes located in /etc/make.conf and not in /etc/src.conf? Sorry, it is in src.conf, I was thinking about enabling clang. Or possibly not thinking at all. It's

Heads up: New C++ stack

2011-11-26 Thread David Chisnall
Hi, I've just imported libc++[1] and libcxxrt[2] to head. libc++ is UUIC licensed, libcxxrt is 2-clause BSDL. The former implements the C++ standard template library, and provides all of the programmer-visible parts. The latter provides an implementation of the ARM and Itanium ABI

Re: Heads up: New C++ stack

2011-11-26 Thread Niclas Zeising
On 2011-11-26 21:59, David Chisnall wrote: Hi, I've just imported libc++[1] and libcxxrt[2] to head. libc++ is UUIC licensed, libcxxrt is 2-clause BSDL. The former implements the C++ standard template library, and provides all of the programmer-visible parts. The latter provides an