index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
base
/
parse_number.cpp
Age
Commit message (
Expand
)
Author
2023-11-14
SERVER-82604 implement StringData with a std::string_view member
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2020-10-13
SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcs
Billy Donahue
2019-08-28
SERVER-43032 simplify overflow_arithmetic.h
Billy Donahue
2019-06-27
SERVER-7143 replace standard library number parsing with custom NumberParser
Nathan Brown
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-02-26
SERVER-33171: Add number and objectID parsing conversions to $convert
Nick Zolnierz
2017-10-20
SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warnings
Mark Benvenuto
2017-09-29
SERVER-31227 clean up and optimize parseNumberFromString
Mathias Stearn
2017-08-16
SERVER-30580 No more status locations
Mathias Stearn
2016-06-17
SERVER-24651 Add and use string data literals
Jason Carey
2015-06-29
SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>
Kang In Cheol
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-03-26
SERVER-17736 Remove obsolete C++ driver symbol export miscellanea
Andrew Morrow
2015-03-12
SERVER-17567 Don't unconditionally export parse number specializations
Andrew Morrow
2015-02-06
SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value
Tyler Brock
2014-07-02
SERVER-14419 Improve error message when parseNumberFromString encounters a ba...
Andy Schwerin
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2014-01-14
SERVER-3364: The C++ Driver compiled as shared library must export the API
Mark Benvenuto
2013-12-18
fix typos / transpositions of pragmas in the last commit
Dwight
2013-12-18
cleaning of windows compiler wwarnings
Dwight
2013-03-12
SERVER-8936 Improved Windows support of parseNumberFromString<double>().
Andy Schwerin
2013-03-11
Implement parseNumberFromStringWithBase<double>().
Andy Schwerin
2013-01-09
Fix handling of short, invalid inputs to parseNumberFromString() and its ilk.
Andy Schwerin
2012-12-12
Use '#pragma warning' to suppress an MSVC warning
Tad Marshall
2012-12-10
SERVER-7866 - use StringData's correct methods and substr
Eliot Horowitz
2012-12-07
Fix parseNumberFromStringWithBase to compile on Solaris.
Andy Schwerin
2012-12-07
Implement parseNumberFromString directly, rather than through strtol, and sup...
Andy Schwerin
2012-09-25
parseNumberFromString* functions
Andy Schwerin