summaryrefslogtreecommitdiff
path: root/src/mongo/base/parse_number.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-23/+5
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-2/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-52/+108
* 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-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-261-0/+32
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-0/+5
* SERVER-31227 clean up and optimize parseNumberFromStringMathias Stearn2017-09-291-53/+49
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-1/+1
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-6/+5
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-2/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-176/+164
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-1/+1
* SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow2015-03-121-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-5/+5
* SERVER-14419 Improve error message when parseNumberFromString encounters a ba...Andy Schwerin2014-07-021-4/+10
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-3364: The C++ Driver compiled as shared library must export the APIMark Benvenuto2014-01-141-1/+1
* fix typos / transpositions of pragmas in the last commitDwight2013-12-181-1/+0
* cleaning of windows compiler wwarningsDwight2013-12-181-0/+1
* SERVER-8936 Improved Windows support of parseNumberFromString<double>().Andy Schwerin2013-03-121-1/+43
* Implement parseNumberFromStringWithBase<double>().Andy Schwerin2013-03-111-0/+31
* Fix handling of short, invalid inputs to parseNumberFromString() and its ilk.Andy Schwerin2013-01-091-17/+16
* Use '#pragma warning' to suppress an MSVC warningTad Marshall2012-12-121-0/+6
* SERVER-7866 - use StringData's correct methods and substrEliot Horowitz2012-12-101-19/+5
* Fix parseNumberFromStringWithBase to compile on Solaris.Andy Schwerin2012-12-071-2/+2
* Implement parseNumberFromString directly, rather than through strtol, and sup...Andy Schwerin2012-12-071-81/+158
* parseNumberFromString* functionsAndy Schwerin2012-09-251-0/+117