summaryrefslogtreecommitdiff
path: root/src/mongo/base/parse_number.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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