summaryrefslogtreecommitdiffstats
path: root/base/version.cc
Commit message (Expand)AuthorAgeFilesLines
* Include the Version class in the 64 bit version of base. This is needed so th...robertshield@chromium.org2010-11-101-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-1/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-5/+7
* Fixed bug where an empty version string is considered valid.akalin@chromium.org2010-03-251-11/+23
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Add a Version class and matching unit tests, roughly based on chrome/installe...erikkay@google.com2009-01-291-0/+83