2 Jul 2009 00:06
Re: fifth week report
William S Fulton <wsf <at> fultondesigns.co.uk>
2009-07-01 22:06:27 GMT
2009-07-01 22:06:27 GMT
Matevž Jekovec wrote: > Hi William, David and others. > > This week I continued doing research on the new C++0x features and > implemented some of them: > > * Introduced new symbol CXXFLAGS to configure.in and Examples/Makefile? <http://www.dabeaz.com/cgi-bin/wiki.pl?action=change1&id=Cpp0xSupportForSwig/Makefile>.in. R11321 > * Use CXXFLAGS instead of CFLAGS when compiling C++ test cases > * Added "-std=c++0x" flag to GCC compiler > * Added support for constexpr. R11322 > * Added keyword "constexpr" and terminal CONSTEXPR to Swig parser. > * Added testcase cpp0x_constexpr.i > * Added support for explicit conversion operators. R11323 > * Added testcase cpp0x_explicit_conversion_operator.i > * Added support for raw string literals and fixed support for wide strings. R11327 > * Added support for unicode strings starting with u", u8" and U". > * Fixed support for wide strings starting with L". > * Added testcase cpp0x_raw_string_literals.i. > > The support for custom string delimiters is still missing - something > I'm planning to do today or tomorrow. In the following week, I plan to > do research on the concepts, axioms, variadic templates and look into > the templating code in Swig. I hope to implement some less demanding > features (static_assert). > Hi Matevž This is coming along nicely... good to see the testcases going in at the(Continue reading)
RSS Feed