summaryrefslogtreecommitdiff
path: root/src/mongo/util/duration.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-4/+4
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-18/+24
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+1
* SERVER-24104 sfinae duration ctor overloadsJason Carey2016-05-201-3/+5
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-11/+38
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-0/+5
* Introduce a replacement for std::chrono::duration without undefined behavior.Andy Schwerin2016-05-171-0/+410