Changes between Version 17 and Version 18 of SoC2014
- Timestamp:
- Feb 8, 2014, 2:00:58 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2014
v17 v18 137 137 * [http://en.wikipedia.org/wiki/Explicit_and_implicit_methods] 138 138 139 === Boost.Functional /Invoke ===139 === Boost.Functional / Invoke === 140 140 141 141 Provide a boost::invoke function implementation of the c++11 definition of INVOKE for c++11 and C++03 compilers based on the interface defined in [1]. [2] could be taken in consideration. … … 149 149 150 150 151 === Boost.Thread /WorkStealingThreadPool ===151 === Boost.Thread / Work-Stealing-Thread-Pool === 152 152 153 153 Provide a boost::work_stealing_thread_pool class scheduling arbitrary functions based on the interface defined in [1]. [2] should be taken in consideration. … … 159 159 This project could be mentored by Vicente J. Botet Escriba 160 160 161 === Boost.Thread/Scheduler Executor ===161 === Boost.Thread/Scheduler-Executor === 162 162 163 163 Provide boost::scheduled_executor implementations base on the C++ proposal [1] and the draft implementation in [2]. … … 170 170 171 171 172 === Boost.Fixed Point ===173 174 Provide an implementation of a Fixed Point library based on [1].172 === Boost.Fixed-Point === 173 174 Provide an implementation of a Fixed-Point library based on [1]. 175 175 176 176 A prototype with a different interface is available at [2] … … 180 180 [2] https://svn.boost.org/svn/boost/sandbox/fixed_point/ 181 181 182 === Boost.Chrono /Date ===182 === Boost.Chrono / Date === 183 183 184 184 Provide an implementation of a Date library based on [1]. … … 192 192 This project could be mentored by Vicente J. Botet Escriba 193 193 194 === Boost.Exception /StackUnwinding ===195 196 Make a real Boost library the Stack Unwinding library [1] from Evgeny Panasyuk ready for review.194 === Boost.Exception / Stack-Unwinding === 195 196 Make a real Boost library the Stack-Unwinding library [1] from Evgeny Panasyuk ready for review. 197 197 198 198 [1] https://github.com/panaseleus/stack_unwinding#d-style-scope-guardsactions