summaryrefslogtreecommitdiffstats
path: root/base/version.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Add out-of-line copy ctors for complex classes.vmpstr2016-02-251-0/+2
* Comparison and streaming operators for base::Versionrobpercival2016-01-251-15/+28
* Use UintToString rather than IntToString in version.ccricea2015-07-271-2/+2
* Write new Starts/EndsWith and convert FilePath functions to StringPiece.brettw2015-06-161-8/+10
* Support 32-bit subversion fields in base::Version.wfh2015-03-101-16/+12
* Support plugin version mid-portions with leading zeros.wfh2015-02-221-2/+4
* test IWYU fixups for basemostynb@opera.com2013-09-031-0/+2
* Small comment correction.waffles@chromium.org2013-06-211-2/+2
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Move Version to base namespace.xhwang@chromium.org2013-04-221-5/+9
* Move string_split to base/strings.tfarina@chromium.org2013-02-071-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-16/+0
* Supporting wildcards in max/min version specifications in VariationsService.mathp@google.com2012-07-041-35/+114
* 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