summaryrefslogtreecommitdiff
path: root/src/mongo/util/duration.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47709 add deduceChronoDuration to duration.hBilly Donahue2021-01-221-3/+47
* SERVER-45755 Special formatting for duration type in logv2Henrik Edin2020-01-281-0/+18
* SERVER-44932 support logging the duration type in logv2Gabriel Russell2019-12-301-30/+49
* SERVER-41121 Warn when a peer certificate is about to expireSara Golemon2019-08-291-0/+5
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-5/+5
* SERVER-26906 Add constexpr function to convert DurationsA. Jesse Jiryu Davis2019-05-311-10/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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