Changes between Version 23 and Version 24 of SoC2013
- Timestamp:
- Mar 26, 2013, 11:47:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2013
v23 v24 255 255 This project will be mentored by Vicente J. Botet Escriba 256 256 257 === Boost.Expected === 258 259 Port to Boost the Expected library from Andrei Alexandrescu [1] adding a calls expected-or-error_code and make it ready for review. 260 261 [1] http://channel9.msdn.com/Shows/Going+Deep/C-and-Beyond-2012-Andrei-Alexandrescu-Systematic-Error-Handling-in-C 262 263 This project will be mentored by Vicente J. Botet Escriba 264 265 257 266 == Ideas == 258 267 … … 269 278 * Protocol implementations for Boost.Asio 270 279 * Factories for Boost.Flyweight (http://tinyurl.com/bktkc3s) 271 * expected<T> (http://tinyurl.com/clv3bsj) for Boost.System272 280 273 281 === Algorithms === … … 302 310 303 311 === Math === 304 * Fixed-point math library (binary scaling) 312 305 313 * Geometry library (convince the developers to submit Eigen 3 to Boost) 306 314