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