1. ad50e11 Update codereview.settings to set --squash as the default for git cl by Andrew Bonventre · 10 years ago
  2. 7c5b0c1 Use Gerrit (Polygerrit) for mini_chromium code review by Mark Mentovai · 10 years ago
  3. a43fee1 Sync Mac scopers with upstream Chromium by Mark Mentovai · 10 years ago
  4. 8a2363f Move basictypes.h to macros.h by Mark Mentovai · 10 years ago
  5. e128dcf Remove base/move.h; use std::move() instead of Pass() by Mark Mentovai · 10 years ago
  6. 43f04e7 win: Compile with /bigobj by Mark Mentovai · 11 years ago
  7. ea8d8de mac: Log messages to the system log via ASL by Mark Mentovai · 11 years ago
  8. 06e0fa1 win: Use FormatMessage[W]() instead of FormatMessageA() for logging by Mark Mentovai · 11 years ago
  9. 985372e win: Send log messages to a debugger via OutputDebugString() by Mark Mentovai · 11 years ago
  10. 8e12d3d win: Remove disabling some warnings by Scott Graham · 11 years ago
  11. 8d42e24 win: Enable C4800, implicit bool conversion by Scott Graham · 11 years ago
  12. 82060c1 mac: Make Mach port scopers better ScopedGenerics by Mark Mentovai · 11 years ago
  13. d7270da Fix base::RandDouble() by Mark Mentovai · 11 years ago
  14. c9625ad Update base/numerics/* and base/template_util.h by Mark Mentovai · 11 years ago
  15. 133a8c6 win: Turn on ASLR by default by Scott Graham · 11 years ago
  16. 928f9c4 win: Allow frame pointer omission (FPO, /Oy) by Mark Mentovai · 11 years ago
  17. f39aac9 win: Update iterator debug settings to match VS default, and be explicit about which runtime library by Scott Graham · 11 years ago
  18. 302e4e7 win: Don't omit frame pointers by Scott Graham · 11 years ago
  19. 71c2f4d mini_chromium: remove implicit_cast by Scott Graham · 11 years ago
  20. e5ae05f win: Set TargetMachine and MinimumRequiredVersion by Scott Graham · 11 years ago
  21. db01ece Remove strcasecmp() and strncasecmp(). by Mark Mentovai · 11 years ago
  22. b8d8fc4 Move safe_strerror to posix directory and base namespace by Jackie Quinn · 11 years ago
  23. 98264cf ThreadLocalStorage: remove the return value from slot initialization. by Mark Mentovai · 11 years ago
  24. 597e041 Switch utf_string_conversions to StringPiece[16] by Scott Graham · 11 years ago
  25. bf64e60 Pull string_util for posix too, to match available interface. by Scott Graham · 11 years ago
  26. 1554c70 win: pull in string_util_win.h from Chromium for strcasecmp by Scott Graham · 11 years ago
  27. 91ea490 base/logging.h: DCHECK() should always reference its condition. by Mark Mentovai · 11 years ago
  28. 0d31b1f Fix base/memory/aligned_memory.h for MSVC. by Mark Mentovai · 11 years ago
  29. 4870f18 Add base::LazyInstance. by Mark Mentovai · 11 years ago
  30. 4063fcb Add base::ThreadLocalStorage. by Mark Mentovai · 11 years ago
  31. 6e4f98a Add logging::SetLogMessageHandler(). by Mark Mentovai · 11 years ago
  32. 108e924 Add #include of <unistd.h> to close_nocancel.cc. by Mark Mentovai · 11 years ago
  33. c1745a9 Fix paths to atomicops files in base.gyp from 2f02dcc73536. by Mark Mentovai · 11 years ago
  34. 56dd288 Fix import of atomicops for Windows by Scott Graham · 11 years ago
  35. 886592f Export SystemErrorCodeToString by Scott Graham · 11 years ago
  36. 31e989a Declare string16 traits’ move() correctly. by Mark Mentovai · 11 years ago
  37. 8f3fade Clean up -Wunused-parameter warnings reachable by Crashpad clients. by Mark Mentovai · 11 years ago
  38. cbbdc1b Fix include guards in base/atomicops* by Scott Graham · 11 years ago
  39. 2f02dcc Pull in base/atomicops.h from chromium by Scott Graham · 11 years ago
  40. 6c49a59 Switch between x86 and x86_64 with the target_arch GYP variable. by Mark Mentovai · 11 years ago
  41. c503b8b Suppress unused Debug_x64 and Release_x64 configurations on non-Windows. by Mark Mentovai · 11 years ago
  42. b3d221e Update scoped_generic.h to get improved rvalue move support. by Robert Sesek · 11 years ago
  43. 6d162c3 common.gypi: sync compiler options with Chromium. by Mark Mentovai · 11 years ago
  44. e7847b3 10.10 compatibility for base::mac::ScopedLaunchData. by Mark Mentovai · 11 years ago
  45. 8773bfd win: Default build to x64 by Scott Graham · 11 years ago
  46. aa3673a win: disable C4996 warning about deprecated functions by Scott Graham · 11 years ago
  47. fb514aa Add MSVS_ warning suppression macros by Scott Graham · 11 years ago
  48. a89b5f1 Pull ALLOW_UNUSED_LOCAL/_TYPE and remove ALLOW_UNUSED by Scott Graham · 11 years ago
  49. 99f9122 Pull in ALIGNAS, define WIN32_LEAN_AND_MEAN by Scott Graham · 11 years ago
  50. b16178f Fix compile error in StringPiece by Scott Graham · 11 years ago
  51. 45cbbb0 Add FilePath::FinalExtension and RemoveFinalExtension by Scott Graham · 11 years ago
  52. 3ce1cc2 Pull in base/format_macros.h from Chromium, unmodified by Scott Graham · 11 years ago
  53. 028fa7c win: Add advapi32 to link, required for rand_util.cc "SystemFunction036" by Scott Graham · 11 years ago
  54. 836497b win: Default to /SUBSYSTEM:CONSOLE by Scott Graham · 11 years ago
  55. 4d84318 win: Disable C4201, nameless struct/union warning by Scott Graham · 11 years ago
  56. 864f44f Exclude _test suffixed files too by Scott Graham · 11 years ago
  57. 43b7cd3 win: Fix for logging.h ERROR, again by Scott Graham · 11 years ago
  58. a83f160 win: implement sys_byteorder.h by Scott Graham · 11 years ago
  59. 222feaf Update README. by Mark Mentovai · 11 years ago
  60. e38cddb Lock: don’t require NativeThreadType to be a pointer type. by Mark Mentovai · 11 years ago
  61. 8c59971 Include What You Use: <string.h> for memmove() and memcpy(). by Mark Mentovai · 11 years ago
  62. ef991f4 Linux: always build in C++11 mode. by Mark Mentovai · 11 years ago
  63. 1586942 win: undef ERROR, causing failing LOGs by Scott Graham · 11 years ago
  64. 3a981db MSVC: Disable “warning C4702: unreachable code”. by Mark Mentovai · 11 years ago
  65. e87cd9d Tidy string16.h after https://codereview.chromium.org/809563003/ by Scott Graham · 11 years ago
  66. 2ef83a6 Build fix for previous c16 change by Scott Graham · 11 years ago
  67. 463f840 win: Make c16memcmp, c16len, etc. available by Scott Graham · 11 years ago
  68. 001bf11 win: make string16 use wchar_t/wstring by Scott Graham · 11 years ago
  69. 11c54e7 win: build as UNICODE not MBCS by Scott Graham · 11 years ago
  70. 37bac7b Move string16 and char16 to base:: by Scott Graham · 11 years ago
  71. 74bf7cb win: implement logging by Scott Graham · 11 years ago
  72. 836add4 win: get file_path.cc compiling by Scott Graham · 11 years ago
  73. e76f47e win: use __debugbreak instead of __asm__ int3 by Scott Graham · 11 years ago
  74. 7ce09b8 win: add string_util_win with vsnprintf by Scott Graham · 11 years ago
  75. 374a9d0 win: move StringPiece::npos out of class for msvc by Scott Graham · 11 years ago
  76. e4835d6 win: exclude ScopedFD by Scott Graham · 11 years ago
  77. c68ed0c win: implement rand_util by Scott Graham · 11 years ago
  78. 281835c win: implement Lock by Scott Graham · 11 years ago
  79. 7cf0a32 Move file_util from base/ to base/files/ by Scott Graham · 11 years ago
  80. 9427a67 Merge recent updates to stringprintf.cc from Chromium by Scott Graham · 11 years ago
  81. aaf2027 Fix mac build after https://codereview.chromium.org/794263003/ by Scott Graham · 11 years ago
  82. e80af61 Move file_util to be POSIX-only by Scott Graham · 11 years ago
  83. a1fa3c5 Remove GG_VA_COPY in favor of va_copy by Scott Graham · 11 years ago
  84. b827d3e win: exclude posix and mach files via gyp by Scott Graham · 11 years ago
  85. 239913f win: merge LockImpl from Chromium by Scott Graham · 11 years ago
  86. 7a7cd80 win: typedef for UChar32 to signed by Scott Graham · 11 years ago
  87. 1d3523d Mac logging: use native thread IDs instead of Mach port names. by Mark Mentovai · 12 years ago
  88. 678ed7c Add base::mac::ScopedMachPortSet as in upstream 34497e9a4083 by Mark Mentovai · 12 years ago
  89. eeb3b6a Update base/move.h and base/memory/scoped_ptr.h to match upstream 19b6b65f3971. by Mark Mentovai · 12 years ago
  90. 67ad2ef More porting to Windows by Scott Graham · 12 years ago
  91. be27a00 AUTHORS: Fix link post-git migration flag day. by Mark Mentovai · 12 years ago
  92. 05f5b15 Add codereview.settings to mini_chromium. by Mark Mentovai · 12 years ago
  93. a32c2b1 Beginnings of Windows support in mini_chromium by Scott Graham · 12 years ago
  94. ba9b15f Make bit_cast available in C++11 mode. by Mark Mentovai · 12 years ago
  95. 313bd83 Use close$NOCANCEL on Mac, as in Chrome r23369: by Mark Mentovai · 12 years ago
  96. 15a69ca Add some things from base/synchronization: ConditionVariable and Lock. by Mark Mentovai · 12 years ago
  97. abd6e37 Remove an unused function from base/files/file_path.cc. by Mark Mentovai · 12 years ago
  98. fd972de Include <stdio.h> in base/files/scoped_file.h, because it uses FILE*. by Mark Mentovai · 12 years ago
  99. bd605a3 Fix RandBytesAsString(). by Mark Mentovai · 12 years ago
  100. 58160e4 Add base::FilePath to mini_chromium. by Mark Mentovai · 12 years ago