1. 2962b2b Fixes for re-enabling more MSVC level 4 warnings: base/ edition by pkasting@chromium.org · 10 years ago
  2. 9f5ee42 Remove all uses of GG_LONGLONG and GG_ULONGLONG. by viettrungluu@chromium.org · 10 years ago
  3. fc1bef4 Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG." by scottmg@chromium.org · 10 years ago
  4. c4787f2 Remove all uses of GG_LONGLONG and GG_ULONGLONG. by viettrungluu@chromium.org · 10 years ago
  5. db9d7b5 Split macros, etc. from base/basictypes.h into base/macros.h. by viettrungluu@chromium.org · 11 years ago
  6. 05560b5 Make sdch not use an incompatible stdint.h. by viettrungluu@chromium.org · 11 years ago
  7. 62c13dc Delete char32 from base/basictypes.h. by viettrungluu@chromium.org · 11 years ago
  8. f9b4a28 Redefine (u)int{8,16,32} as (u)int{8,16,32}_t. by viettrungluu@chromium.org · 11 years ago
  9. 429f53f Make basictypes.h use stdint.h even with MSVC. by viettrungluu@chromium.org · 11 years ago
  10. 9d71daf When using C++11, use static_assert to implement COMPILE_ASSERT. by mark@chromium.org · 11 years ago
  11. 9d35d94 Use COMPILE_ASSERT in bit_cast() instead of ad-hoc compile assertion implementation. by dongseong.hwang@intel.com · 11 years ago
  12. f56e49b Fix typos in basic types header. by etienneb@chromium.org · 11 years ago
  13. 48fd90f Give correct advice about the use of unsigned ints. by palmer@chromium.org · 11 years ago
  14. acbe72e Splitting the functionality of DISALLOW_COPY_AND_ASSIGN() into DISALLOW_COPY() by dbeam@chromium.org · 11 years ago
  15. 978f5a3 Remove obsolete typeguards in basictypes.h. by viettrungluu@chromium.org · 12 years ago
  16. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  17. ae647f7 Copy WebKit's DEFINE_STATIC_LOCAL to base/basictypes.h by thakis@chromium.org · 13 years ago
  18. 5b065c5 Remove 2 unused definitions from base/basictypes.h by thakis@chromium.org · 13 years ago
  19. 2e9e81c OpenBSD and FreeBSD fixes for base. by mark@chromium.org · 13 years ago
  20. 6cd6900 Fix a trivial warning compiling basictypes.h by mcgrathr@chromium.org · 13 years ago
  21. 180c0c9 Fixed spelling mistake typo in comment. by wyck@chromium.org · 13 years ago
  22. df25149 Use #if defined(__LP64__) in preference to #if __LP64__. This is a follow-up by mark@chromium.org · 13 years ago
  23. c684aba 64-bit support for Mac OS X in base. by mark@chromium.org · 13 years ago
  24. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  25. e8dfc95 GTK: Minimize usage of gtk headers. by erg@chromium.org · 14 years ago
  26. b73eaee Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. by tfarina@chromium.org · 14 years ago
  27. d6c3c17 Revert "Remove npapi hack from basictypes.h now that npapi.h is fixed." by evan@chromium.org · 14 years ago
  28. 9f1bff3 Remove npapi hack from basictypes.h now that npapi.h is fixed. by evan@chromium.org · 14 years ago
  29. 328dfe1 Fix various uses of release() that did not check its value by estade@chromium.org · 14 years ago
  30. b5849fc Add a macro to ignore the return value of a function. by estade@chromium.org · 14 years ago
  31. dc8b492 Some base/ progress towards building on Linux x86-64. by deanm@chromium.org · 15 years ago
  32. b532616 Delete unused stuff from basictypes.h. by willchan@chromium.org · 15 years ago
  33. 3494a3a Remove some unused stuff from basictypes.h. by deanm@chromium.org · 15 years ago
  34. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  35. be1c7eb Port the spell checker to posix. by estade@chromium.org · 16 years ago
  36. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  37. 38cabad Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and POSIX systems generally. by mmentovai@google.com · 16 years ago
  38. 6f54454 Linux does not always have ULLONG_MAX, etc. Use numerical constants instead. by deanm@google.com · 16 years ago
  39. ae034d1 Back out r736 due to breakage by mmentovai@google.com · 16 years ago
  40. ec644e4 Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and POSIX systems generally. by mmentovai@google.com · 16 years ago
  41. c8f2c7a Removing unnecessary information; it's not clarifying things. by avi@google.com · 16 years ago
  42. b644fa8 We use intptr_t in various points in the code. by evanm@google.com · 16 years ago
  43. 9a055cc Import base::LINKER_INITIALIZED from google-perftools / tcmalloc. This is effectively just an annotation; a class can describe that it's ok to be used as a global static object because it will be zero initialized, so construction order doesn't matter. This also makes it clear from someone using it as a global object that it's safe. This will be used for spinlocks. by deanm@google.com · 16 years ago
  44. 3f4a732 Add base to the repository. by initial.commit · 16 years ago