Changes between Version 17 and Version 18 of SoC2013


Ignore:
Timestamp:
Mar 21, 2013, 7:50:51 AM (10 years ago)
Author:
viboes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2013

    v17 v18  
    165165This project will be mentored by Christopher Kormanyos
    166166
     167=== Boost.Invoke ===
     168
     169Provide a boost::invoke function implementation of the c++11 definition of INVOKE for c++11 and C++03 compilers.
     170
     171This project will be mentored by Vicente J. Botet Escriba
     172
     173=== Boost.Thread/SyncQueue ===
     174
     175Provide a boost::sync_bounded_queue implementation base on the C++ Concurrent Queues proposal [1].
     176
     177[1] http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3533.html#Managed
     178
     179This project will be mentored by Vicente J. Botet Escriba
     180
     181=== Boost.Thread/ThreadPool ===
     182
     183Provide a boost::thread_pool class scheduling arbitrary functions based on [2] and extend the boost::async function to manage with this new class. [1] and [3] could be taken in consideration.
     184
     185[1] https://svn.boost.org/svn/boost/sandbox/async/libs/tp/doc/html/index.html
     186[2] https://svn.boost.org/svn/boost/sandbox/async/libs/async/doc/html/index.html
     187[3] http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3562.pdf
     188
     189This project will be mentored by Vicente J. Botet Escriba
     190
     191=== Boost.Chrono/Stopwatch ===
     192
     193Finish the not released yet Boost.Chrono/Stopwatch framework [1] by adding some facilities for benchmarking [2].
     194
     195[1] https://svn.boost.org/svn/boost/trunk/boost/chrono/stopwatches/
     196[2] https://github.com/facebook/folly/blob/master/folly/docs/Benchmark.md
     197
     198This project will be mentored by Vicente J. Botet Escriba
     199
     200=== Boost.Chrono/Stopwatch ===
     201
     202Finish the not released yet Boost.Chrono/Stopwatch framework by adding some facilities for benchmarking.
     203
     204This project will be mentored by Vicente J. Botet Escriba
     205
     206
     207=== Boost.Chrono/Stopwatch ===
     208
     209Finish the Boost.TypeTraits extension included on TBoost.Conversion as is_assignable, is_constructible.
     210
     211[1] https://svn.boost.org/svn/boost/sandbox/conversion/libs/conversion_ext/doc/html/boost/conversion/reference.html#boost.conversion.reference.type_traits_extensions
     212
     213This project will be mentored by Vicente J. Botet Escriba
     214
    167215== Ideas ==
    168216