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