summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.56.0
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-17864 Work around -Wmaybe-uninitialized warnings with boost::optional ↵Mathias Stearn2015-04-091-0/+7
| | | | on g++
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-3/+3
|
* SERVER-17417: Import boost::chrono into third_party/boost and use as ↵Mark Benvenuto2015-03-031-0/+6
| | | | polyfill implementation of stdx::chrono
* SERVER-8994: Boost 1.56 - fix uninitialized variable in lexical_cast.hppMark Benvenuto2014-08-201-3/+4
| | | | Fix comes from lexical_cast.diff: https://svn.boost.org/trac/boost/ticket/4946
* SERVER-8994: Boost 1.56 build system integrationMark Benvenuto2014-08-201-0/+44
|
* SERVER-8994: Boost 1.56.0Mark Benvenuto2014-08-154089-0/+768999
Initial import of source Libraries: algorithm array asio bind chrono config container date_time filesystem function integer intrusive noncopyable optional program_options random smart_ptr static_assert thread unordered utility