summaryrefslogtreecommitdiff
path: root/src/mongo/base/parse_number.cpp
AgeCommit message (Expand)Author
2023-11-14SERVER-82604 implement StringData with a std::string_view memberBilly Donahue
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2020-10-13SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue
2019-08-28SERVER-43032 simplify overflow_arithmetic.hBilly Donahue
2019-06-27SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-02-26SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz
2017-10-20SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto
2017-09-29SERVER-31227 clean up and optimize parseNumberFromStringMathias Stearn
2017-08-16SERVER-30580 No more status locationsMathias Stearn
2016-06-17SERVER-24651 Add and use string data literalsJason Carey
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-26SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow
2015-03-12SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow
2015-02-06SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock
2014-07-02SERVER-14419 Improve error message when parseNumberFromString encounters a ba...Andy Schwerin
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2014-01-14SERVER-3364: The C++ Driver compiled as shared library must export the APIMark Benvenuto
2013-12-18fix typos / transpositions of pragmas in the last commitDwight
2013-12-18cleaning of windows compiler wwarningsDwight
2013-03-12SERVER-8936 Improved Windows support of parseNumberFromString<double>().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-12Use '#pragma warning' to suppress an MSVC warningTad Marshall
2012-12-10SERVER-7866 - use StringData's correct methods and substrEliot Horowitz
2012-12-07Fix parseNumberFromStringWithBase to compile on Solaris.Andy Schwerin
2012-12-07Implement parseNumberFromString directly, rather than through strtol, and sup...Andy Schwerin
2012-09-25parseNumberFromString* functionsAndy Schwerin