Changes between Version 17 and Version 18 of SoC2014


Ignore:
Timestamp:
Feb 8, 2014, 2:00:58 PM (9 years ago)
Author:
viboes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2014

    v17 v18  
    137137* [http://en.wikipedia.org/wiki/Explicit_and_implicit_methods]
    138138
    139 === Boost.Functional/Invoke ===
     139=== Boost.Functional / Invoke ===
    140140
    141141Provide 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.
     
    149149
    150150
    151 === Boost.Thread/WorkStealingThreadPool ===
     151=== Boost.Thread / Work-Stealing-Thread-Pool ===
    152152
    153153Provide a boost::work_stealing_thread_pool class scheduling arbitrary functions based on the interface defined in [1]. [2] should be taken in consideration.
     
    159159This project could be mentored by Vicente J. Botet Escriba
    160160
    161 === Boost.Thread/SchedulerExecutor ===
     161=== Boost.Thread/Scheduler-Executor ===
    162162
    163163Provide boost::scheduled_executor implementations base on the C++ proposal [1] and the draft implementation in [2].
     
    170170
    171171
    172 === Boost.FixedPoint ===
    173 
    174 Provide an implementation of a FixedPoint library based on [1].
     172=== Boost.Fixed-Point ===
     173
     174Provide an implementation of a Fixed-Point library based on [1].
    175175
    176176A prototype with a different interface is available at [2]
     
    180180[2] https://svn.boost.org/svn/boost/sandbox/fixed_point/
    181181
    182 === Boost.Chrono/Date ===
     182=== Boost.Chrono / Date ===
    183183
    184184Provide an implementation of a Date library based on [1].
     
    192192This project could be mentored by Vicente J. Botet Escriba
    193193
    194 === Boost.Exception/StackUnwinding ===
    195 
    196 Make a real Boost library the StackUnwinding library [1] from Evgeny Panasyuk ready for review.
     194=== Boost.Exception / Stack-Unwinding ===
     195
     196Make a real Boost library the Stack-Unwinding library [1] from Evgeny Panasyuk ready for review.
    197197
    198198[1] https://github.com/panaseleus/stack_unwinding#d-style-scope-guardsactions