1. 0bea725 Rename BASE_API to BASE_EXPORT. by [email protected] · 14 years ago
  2. 30c157c Add a convenience function to Version by [email protected] · 14 years ago
  3. 1513bf8 Clang needs dtor in the cc file (build fix) by [email protected] · 14 years ago
  4. 76002478 Clean up base/Version by [email protected] · 14 years ago
  5. f5661ca Base: A few more files using BASE_API (for base.dll) by [email protected] · 14 years ago
  6. a502bbe7 Start sorting methods in class declarations. by [email protected] · 15 years ago
  7. 36ee032 base/version: remove wstring version by [email protected] · 15 years ago
  8. b566c11 Bugfixes for recent PluginGroup refactoring. by [email protected] · 15 years ago
  9. 680d201 Revert 69490 - base/version: remove wstring version by [email protected] · 15 years ago
  10. bf94d1a base/version: remove wstring version by [email protected] · 15 years ago
  11. 2858bbf FBTF: Continue fixing nits found by my automated source scanner. by [email protected] · 15 years ago
  12. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  13. a918f87 [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement by [email protected] · 15 years ago
  14. 26931bc Fixed bug where an empty version string is considered valid. by [email protected] · 15 years ago
  15. 2fdc86a Style cleanup in preparation for auto-linting base/. by [email protected] · 16 years ago
  16. 7afa9c92 NO CODE CHANGE by [email protected] · 16 years ago
  17. 07c00d99 Add trivial theming support in extensions. by [email protected] · 16 years ago
  18. 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