Sign in
chromium
/
chromium
/
src
/
c70a5078f6305cc29ab8f5f8023979cdb8b42236
/
base
/
version.cc
e65942b
base: Add out-of-line copy ctors for complex classes.
by vmpstr
· 9 years ago
dcd8b10
Comparison and streaming operators for base::Version
by robpercival
· 10 years ago
0dd5057
Use UintToString rather than IntToString in version.cc
by ricea
· 10 years ago
89365dc
Write new Starts/EndsWith and convert FilePath functions to StringPiece.
by brettw
· 10 years ago
bf68f4d5b
Support 32-bit subversion fields in base::Version.
by wfh
· 10 years ago
f151249
Support plugin version mid-portions with leading zeros.
by wfh
· 11 years ago
c014f2b3
test IWYU fixups for base
by
[email protected]
· 12 years ago
8c71390f
Small comment correction.
by
[email protected]
· 12 years ago
c851cfd
Use a direct include of strings headers in base/.
by
[email protected]
· 12 years ago
1f04ef4
Move Version to base namespace.
by
[email protected]
· 12 years ago
5ae0b763e
Move string_split to base/strings.
by
[email protected]
· 13 years ago
dfa049e
Move string_number_conversions to base/strings.
by
[email protected]
· 13 years ago
12126d37
Remove two deprecated methods from base::Version
by
[email protected]
· 13 years ago
810b2508
Supporting wildcards in max/min version specifications in VariationsService.
by
[email protected]
· 13 years ago
30c157c
Add a convenience function to Version
by
[email protected]
· 14 years ago
1513bf8
Clang needs dtor in the cc file (build fix)
by
[email protected]
· 14 years ago
76002478
Clean up base/Version
by
[email protected]
· 14 years ago
9989c9bb
Make the order of methods in the cc files match the headers in base/.
by
[email protected]
· 15 years ago
36ee032
base/version: remove wstring version
by
[email protected]
· 15 years ago
b566c11
Bugfixes for recent PluginGroup refactoring.
by
[email protected]
· 15 years ago
680d201
Revert 69490 - base/version: remove wstring version
by
[email protected]
· 15 years ago
bf94d1a
base/version: remove wstring version
by
[email protected]
· 15 years ago
6dc910c
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
[email protected]
· 15 years ago
76eb024
base: Move SplitString functions into the base namespace and update the callers.
by
[email protected]
· 15 years ago
2858bbf
FBTF: Continue fixing nits found by my automated source scanner.
by
[email protected]
· 15 years ago
4e5ae20f
base: Finish moving the SplitString functions from string_util.h to string_split.h
by
[email protected]
· 15 years ago
528c56d
Move the number conversions from string_util to a new file.
by
[email protected]
· 15 years ago
26931bc
Fixed bug where an empty version string is considered valid.
by
[email protected]
· 15 years ago
7afa9c92
NO CODE CHANGE
by
[email protected]
· 16 years ago
52a261f
NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance).
by
[email protected]
· 16 years ago
19b8d82f
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
[email protected]
· 17 years ago