summaryrefslogtreecommitdiff
path: root/src/mongo/base/parse_number_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8936 use proper macro name for SolarisEric Milkie2013-03-141-1/+1
* SERVER-8936 Do not test parsing hexadecimal floating point on Solaris; not su...Andy Schwerin2013-03-141-2/+2
* SERVER-8936 Improved Windows support of parseNumberFromString<double>().Andy Schwerin2013-03-121-3/+11
* SERVER-8936 Fix parse_number_test on RHEL5 32-bit and Windows.Andy Schwerin2013-03-111-5/+6
* Implement parseNumberFromStringWithBase<double>().Andy Schwerin2013-03-111-0/+64
* Fix handling of short, invalid inputs to parseNumberFromString() and its ilk.Andy Schwerin2013-01-091-3/+27
* Implement parseNumberFromString directly, rather than through strtol, and sup...Andy Schwerin2012-12-071-4/+56
* Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin2012-11-061-2/+0
* Revert "Support templated unittest test suites."Mathias Stearn2012-10-011-24/+46
* Support templated unittest test suites.Mathias Stearn2012-09-301-46/+24
* parseNumberFromString* functionsAndy Schwerin2012-09-251-0/+152