summaryrefslogtreecommitdiffstats
path: root/base/version.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a convenience function to Versioncpu@chromium.org2011-08-011-0/+7
* Clang needs dtor in the cc file (build fix)cpu@chromium.org2011-06-071-1/+4
* Clean up base/Versioncpu@chromium.org2011-06-071-44/+41
* Make the order of methods in the cc files match the headers in base/.erg@google.com2011-01-071-4/+4
* base/version: remove wstring versionevan@chromium.org2010-12-231-7/+0
* Bugfixes for recent PluginGroup refactoring.jkummerow@chromium.org2010-12-211-0/+10
* Revert 69490 - base/version: remove wstring versionsanjeevr@chromium.org2010-12-171-0/+7
* base/version: remove wstring versionevan@chromium.org2010-12-171-7/+0
* 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