summaryrefslogtreecommitdiffstats
path: root/base/string_number_conversions_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-442/+0
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-031-1/+1
* Fix compile issue by wrapping with GG_INT64_C()dbeam@chromium.org2012-12-201-4/+2
* Fix compile on Linux Builder (dbg).dbeam@chromium.org2012-12-201-2/+4
* Integrating Online Wallet into Chrome. This CL is modeled after the Gaia OAu...ahutter@chromium.org2012-12-201-7/+64
* Add some unittests for DoubleToString.tony@chromium.org2012-05-151-1/+31
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-90/+0
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-0/+90
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-90/+0
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-0/+90
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-90/+0
* Fixes a corner case bug in the HexStringToInt conversion function which cause...ali.akbar@gmail.com2011-08-121-1/+2
* Fix a bug that could occur when converting strings with leading characters ab...erikwright@chromium.org2010-11-021-0/+7
* Add StringToInt and HexStringToInt for iterator ranges.erikwright@chromium.org2010-10-211-4/+102
* Add a newline to the end of the unit test file.brettw@chromium.org2010-07-301-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-0/+339