Changes between Version 22 and Version 23 of SoC2014


Ignore:
Timestamp:
Feb 8, 2014, 5:48:44 PM (9 years ago)
Author:
viboes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2014

    v22 v23  
    186186=== Boost.Chrono / Date ===
    187187
    188 Provide an implementation of a Date library based on [1].
    189 
    190 A prototype with a different interface is available also at [2].
     188Provide an implementation of a Date library based on [1] and taking in account the original design as defined in [2] and the performance study in [3].
     189It would be welcome to integrate the algorithms defined in [4].
     190
     191A prototype with a different interface is available also at [5].
    191192
    192193[1] https://svn.boost.org/svn/boost/sandbox/chrono_date/libs/date/doc/date.html
    193194
    194 [2] https://svn.boost.org/svn/boost/sandbox/chrono_date/
     195[2] http://home.roadrunner.com/~hinnant/bloomington/date.html
     196
     197[3] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3344.pdf
     198
     199[4] http://home.roadrunner.com/~hinnant/date_algorithms.html
     200
     201[5] https://svn.boost.org/svn/boost/sandbox/chrono_date/
    195202
    196203This project could be mentored by Vicente J. Botet Escriba