Changes between Version 28 and Version 29 of SoC2013
- Timestamp:
- Mar 27, 2013, 11:15:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2013
v28 v29 227 227 This project will be mentored by Vicente J. Botet Escriba 228 228 229 === Boost.Chrono/Stopwatch ===230 231 Finish the not released yet Boost.Chrono/Stopwatch framework [1] by adding some facilities for benchmarking [2].232 233 [1] https://svn.boost.org/svn/boost/trunk/boost/chrono/stopwatches/234 235 [2] https://github.com/facebook/folly/blob/master/folly/docs/Benchmark.md236 237 This project will be mentored by Vicente J. Botet Escriba238 239 229 === Boost.TypeTraits/Extensions === 240 230 241 Finish the Boost.TypeTraits extension included on TBoost.Conversion as is_assignable, is_constructible. 231 Provide the Boost.TypeTraits missing C++11 type_traits is_assignable, is_constructible, ... implementation for c++11 and C++03 compilers. 232 233 There is an starting point implementation in [1]. 242 234 243 235 [1] https://svn.boost.org/svn/boost/sandbox/conversion/libs/conversion_ext/doc/html/boost/conversion/reference.html#boost.conversion.reference.type_traits_extensions … … 247 239 === Boost.FixedPoint === 248 240 249 Complete the Boost.FixedPoint [1] library based on [2] to make it ready for review. 250 251 [1] https://svn.boost.org/svn/boost/sandbox/fixed_point/ 252 253 [2] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3352.html 241 Provide an implementation of a FixedPoint library based on [1]. 242 243 A prototype with a different interface is available at [2] 244 245 [1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3352.html 246 247 [2] https://svn.boost.org/svn/boost/sandbox/fixed_point/ 248 254 249 255 250 This project will be mentored by Vicente J. Botet Escriba … … 257 252 === Boost.Chrono/Date === 258 253 259 Complete the Boost.ChronoDate [1] library based on [2] to make it ready for review. 260 261 [1] https://svn.boost.org/svn/boost/sandbox/chrono_date/ 262 263 [2] https://svn.boost.org/svn/boost/sandbox/chrono_date/libs/date/doc/date.html 264 265 This project will be mentored by Vicente J. Botet Escriba 266 267 === Boost.Enums === 268 269 Complete the Boost.Enums [1] library to make it ready for review. 270 271 [1] https://svn.boost.org/svn/boost/sandbox/enums/libs/enums/doc/html/index.html 272 273 This project will be mentored by Vicente J. Botet Escriba 274 275 === Boost.Opaque === 276 277 Complete the Boost.Opaque [1] library to make it ready for review. 278 279 [1] https://svn.boost.org/svn/boost/sandbox/opaque/libs/opaque/doc/html/index.html 254 Provide an implementation of a Date library based on [1]. 255 256 A prototype with a different interface is available also at [2]. 257 258 [1] https://svn.boost.org/svn/boost/sandbox/chrono_date/libs/date/doc/date.html 259 260 [2] https://svn.boost.org/svn/boost/sandbox/chrono_date/ 280 261 281 262 This project will be mentored by Vicente J. Botet Escriba