| Age | Commit message (Collapse) | 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 | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 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 | |
| Replace StringData("foo", StringData::LiteralTag()) with "foo"_sd | |||
| 2015-06-29 | SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint> | Kang In Cheol | |
| Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> Closes #988 | |||
| 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 ↵ | Andy Schwerin | |
| bad digit. | |||
| 2014-05-16 | SERVER-13264 Move Apache-licensed files to AGPL | Ian Whalen | |
| Also update generators. | |||
| 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 | |
| Separately parse +/-infinity and nan, which Windows strtod does not handle. When testing on Windows, do not test parsing hexadecimal floating point representations, which Windows strtod does not support. Reenable the parse_number_test. | |||
| 2013-03-11 | Implement parseNumberFromStringWithBase<double>(). | Andy Schwerin | |
| 2013-01-09 | Fix handling of short, invalid inputs to parseNumberFromString() and its ilk. | Andy Schwerin | |
| There were two notable bugs. The strings "+" and "-" were parsing successfully as the number 0. The strings "0x" and "0X" were also parsing successfully as the number 0, when they should be an error. | |||
| 2012-12-12 | Use '#pragma warning' to suppress an MSVC warning | Tad Marshall | |
| The Microsoft compiler issues a warning on code that is known at compile time not to be part of the final code; suppress it. | |||
| 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 ↵ | Andy Schwerin | |
| support StringData. | |||
| 2012-09-25 | parseNumberFromString* functions | Andy Schwerin | |
| A uniform interface for parsing numbers out of strings, with implementations for the standard integer types. Extension to double should be straightforward. Tests included. | |||
