summaryrefslogtreecommitdiff
path: root/src/mongo/util/duration_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47709 add deduceChronoDuration to duration.hBilly Donahue2021-01-221-2/+41
* SERVER-26906 Add constexpr function to convert DurationsA. Jesse Jiryu Davis2019-05-311-1/+23
* 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-17/+19
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-13/+17
* Introduce a replacement for std::chrono::duration without undefined behavior.Andy Schwerin2016-05-171-0/+219