Changes between Version 28 and Version 29 of SoC2013


Ignore:
Timestamp:
Mar 27, 2013, 11:15:20 PM (10 years ago)
Author:
viboes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2013

    v28 v29  
    227227This project will be mentored by Vicente J. Botet Escriba
    228228
    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.md
    236 
    237 This project will be mentored by Vicente J. Botet Escriba
    238 
    239229=== Boost.TypeTraits/Extensions ===
    240230
    241 Finish the Boost.TypeTraits extension included on TBoost.Conversion as is_assignable, is_constructible.
     231Provide the Boost.TypeTraits missing C++11 type_traits is_assignable, is_constructible, ... implementation for c++11 and C++03 compilers.
     232
     233There is an starting point implementation in [1].
    242234
    243235[1] https://svn.boost.org/svn/boost/sandbox/conversion/libs/conversion_ext/doc/html/boost/conversion/reference.html#boost.conversion.reference.type_traits_extensions
     
    247239=== Boost.FixedPoint ===
    248240
    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
     241Provide an implementation of a FixedPoint library based on [1].
     242
     243A 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
    254249
    255250This project will be mentored by Vicente J. Botet Escriba
     
    257252=== Boost.Chrono/Date ===
    258253
    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
     254Provide an implementation of a Date library based on [1].
     255
     256A 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/
    280261
    281262This project will be mentored by Vicente J. Botet Escriba