| 167 | === Boost.Invoke === |
| 168 | |
| 169 | Provide a boost::invoke function implementation of the c++11 definition of INVOKE for c++11 and C++03 compilers. |
| 170 | |
| 171 | This project will be mentored by Vicente J. Botet Escriba |
| 172 | |
| 173 | === Boost.Thread/SyncQueue === |
| 174 | |
| 175 | Provide 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 | |
| 179 | This project will be mentored by Vicente J. Botet Escriba |
| 180 | |
| 181 | === Boost.Thread/ThreadPool === |
| 182 | |
| 183 | Provide 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 | |
| 189 | This project will be mentored by Vicente J. Botet Escriba |
| 190 | |
| 191 | === Boost.Chrono/Stopwatch === |
| 192 | |
| 193 | Finish 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 | |
| 198 | This project will be mentored by Vicente J. Botet Escriba |
| 199 | |
| 200 | === Boost.Chrono/Stopwatch === |
| 201 | |
| 202 | Finish the not released yet Boost.Chrono/Stopwatch framework by adding some facilities for benchmarking. |
| 203 | |
| 204 | This project will be mentored by Vicente J. Botet Escriba |
| 205 | |
| 206 | |
| 207 | === Boost.Chrono/Stopwatch === |
| 208 | |
| 209 | Finish 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 | |
| 213 | This project will be mentored by Vicente J. Botet Escriba |
| 214 | |