Changes between Version 22 and Version 23 of SoC2014
- Timestamp:
- Feb 8, 2014, 5:48:44 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2014
v22 v23 186 186 === Boost.Chrono / Date === 187 187 188 Provide an implementation of a Date library based on [1]. 189 190 A prototype with a different interface is available also at [2]. 188 Provide 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]. 189 It would be welcome to integrate the algorithms defined in [4]. 190 191 A prototype with a different interface is available also at [5]. 191 192 192 193 [1] https://svn.boost.org/svn/boost/sandbox/chrono_date/libs/date/doc/date.html 193 194 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/ 195 202 196 203 This project could be mentored by Vicente J. Botet Escriba