The initial testing of C++11 features in DOLFIN seems to have gone
relatively smooth. All buildbots are green and the few reports we have
had on build problems seem to have been resolved.
I would therefore suggest that we:
1. Allow full use of C++11 features in DOLFIN, with the exception of
features that are not well supported by the majority of relevant
compilers - we'll have to figure out which those features are by trial
and error. Examples of good features are std::shared_ptr, std::tuple,
auto.
2. Replace all boost::shared_ptr by std::shared_ptr in DOLFIN.
3. Change the build system for UFC to distutils.
4. Merge UFC into FFC.
4.5. Figure out how we handle version numbers from UFC from now on.
Can we make a restart from 1.4?
5. Release FEniCS 1.4.
Comments, objections?
--
Anders
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics