summaryrefslogtreecommitdiff
path: root/src/mongo/base/parse_number_test.cpp
AgeCommit message (Expand)Author
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2020-09-25SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue
2019-07-27SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-27SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2017-09-29SERVER-31227 clean up and optimize parseNumberFromStringMathias Stearn
2016-12-27SERVER-23420 Remove use of GNU extensions in parse_number_test.cppMark Benvenuto
2016-06-17SERVER-24651 Add and use string data literalsJason Carey
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2015-06-29SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-03-11SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow
2015-02-05SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou
2015-01-15SERVER-13256 Remove pch.hAndrew Morrow
2015-01-05SERVER-13256 Prohibit new uses of pch.hAndrew Morrow
2014-06-02SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch
2013-12-10SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen
2013-03-14SERVER-8936 use proper macro name for SolarisEric Milkie
2013-03-14SERVER-8936 Do not test parsing hexadecimal floating point on Solaris; not su...Andy Schwerin
2013-03-12SERVER-8936 Improved Windows support of parseNumberFromString<double>().Andy Schwerin
2013-03-11SERVER-8936 Fix parse_number_test on RHEL5 32-bit and Windows.Andy Schwerin
2013-03-11Implement parseNumberFromStringWithBase<double>().Andy Schwerin
2013-01-09Fix handling of short, invalid inputs to parseNumberFromString() and its ilk.Andy Schwerin
2012-12-07Implement parseNumberFromString directly, rather than through strtol, and sup...Andy Schwerin
2012-11-06Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin
2012-10-01Revert "Support templated unittest test suites."Mathias Stearn
2012-09-30Support templated unittest test suites.Mathias Stearn
2012-09-25parseNumberFromString* functionsAndy Schwerin