Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
ef35fe9af606a91d685908fb304a684ff6c8a71e
/
base
/
version.cc
c8651bf
base: Add out-of-line copy ctors for complex classes.
by vmpstr
· 9 years ago
c43ce17
Comparison and streaming operators for base::Version
by robpercival
· 9 years ago
cb27fe0
Use UintToString rather than IntToString in version.cc
by ricea
· 9 years ago
e1daa97
Write new Starts/EndsWith and convert FilePath functions to StringPiece.
by brettw
· 9 years ago
79716bc
Support 32-bit subversion fields in base::Version.
by wfh
· 10 years ago
b3f3e4d
Support plugin version mid-portions with leading zeros.
by wfh
· 10 years ago
f29dd61
test IWYU fixups for base
by mostynb@opera.com
· 11 years ago
be67211
Small comment correction.
by waffles@chromium.org
· 11 years ago
68a745c
Use a direct include of strings headers in base/.
by avi@chromium.org
· 11 years ago
993e506
Move Version to base namespace.
by xhwang@chromium.org
· 12 years ago
63aaf3f
Move string_split to base/strings.
by tfarina@chromium.org
· 12 years ago
abcde5c
Move string_number_conversions to base/strings.
by brettw@chromium.org
· 12 years ago
7be1713
Remove two deprecated methods from base::Version
by isherman@chromium.org
· 12 years ago
1088cfd
Supporting wildcards in max/min version specifications in VariationsService.
by mathp@google.com
· 12 years ago
9008a61
Add a convenience function to Version
by cpu@chromium.org
· 13 years ago
331e27b
Clang needs dtor in the cc file (build fix)
by cpu@chromium.org
· 13 years ago
fa761a3
Clean up base/Version
by cpu@chromium.org
· 13 years ago
67a2543
Make the order of methods in the cc files match the headers in base/.
by erg@google.com
· 14 years ago
055f767
base/version: remove wstring version
by evan@chromium.org
· 14 years ago
df3e671
Bugfixes for recent PluginGroup refactoring.
by jkummerow@chromium.org
· 14 years ago
cd3f2ad
Revert 69490 - base/version: remove wstring version
by sanjeevr@chromium.org
· 14 years ago
a15ec69
base/version: remove wstring version
by evan@chromium.org
· 14 years ago
a9914a3
Include the Version class in the 64 bit version of base. This is needed so that it can be used from client_utils.cc which is included in both the chrome target and the chrome_nacl_win64 target.
by robertshield@chromium.org
· 14 years ago
6734092
base: Move SplitString functions into the base namespace and update the callers.
by tfarina@chromium.org
· 14 years ago
45bb2cc
FBTF: Continue fixing nits found by my automated source scanner.
by erg@google.com
· 14 years ago
e995a8b
base: Finish moving the SplitString functions from string_util.h to string_split.h
by tfarina@chromium.org
· 14 years ago
cbde69a
Move the number conversions from string_util to a new file.
by brettw@chromium.org
· 14 years ago
2659ef1
Fixed bug where an empty version string is considered valid.
by akalin@chromium.org
· 15 years ago
ad8855a
NO CODE CHANGE
by deanm@chromium.org
· 16 years ago
8fe7adc
NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance).
by maruel@chromium.org
· 16 years ago
e05e3c6
Add a Version class and matching unit tests, roughly based on chrome/installer/util/version.*. This version has more flexible parsing rules and is more robust to detecting bogus versions, supporting arbitrary numbers of version components rather than just dotted quads. It's possible that we should switch chrome installer to use this version.
by erikkay@google.com
· 16 years ago