- 706fce5 Build mini_chromium with C++23 by Victor Hugo Vianna Silva · 4 months ago main
- e5a8d55 mini_chromium: Remove Barrier_AtomicIncrement, no longer used by Venkatesh Srinivas · 6 months ago
- eef885b Remove remaining references to StringPiece by Joshua Peraza · 8 months ago
- eef0dc3 Convert base::StringPiece to std::string_view by Joshua Peraza · 8 months ago
- e40cb2d base: Switch to Fuchsia's SDK logging API by Chris Suter · 9 months ago
- 4e79cec Change mini_chromium's deployment target to macOS 12 by Avi Drissman · 11 months ago
- 361ef33 base: remove numerics namespace from byte ops by Elly · 12 months ago
- 40dabd1 [base] Fix Windows 64-bit build warnings by Ben Hamilton · 1 year, 1 month ago
- 035254c ios: Fix compile with Xcode 16.3 by Justin Cohen · 1 year, 1 month ago
- 15d1cac Fix -Wimplicit-int-conversion error by Paul Kirth · 1 year, 1 month ago
- 55a0fe7 Add .clang-format by Mark Mentovai · 1 year, 1 month ago
- 7477036 build: Add tvOS's id to BuildInfo.plist's UIDeviceFamily array by Raphael Kubo da Costa · 1 year, 1 month ago
- fc4d1c2 base: Remove USE_ASL and corresponding usage from base/logging.cc by Raphael Kubo da Costa · 1 year, 1 month ago
- 9e1a214 build: Add tvOS support to C++ and GN by Raphael Kubo da Costa · 1 year, 1 month ago
- 7ce5c0a apple: Remove unused references to SecKeychain by Tamir Duberstein · 1 year, 1 month ago
- af17e4d Fix win-arm64 MSVC builds, and maybe other builds by Mark Mentovai · 1 year, 2 months ago
- aa56c39 win_helper: invoke vswhere with -products * to work with VS Build Tools by Mark Mentovai · 1 year, 2 months ago
- 107106f Reformat all Python scripts according to Google style by Mark Mentovai · 1 year, 2 months ago
- cb60252 Run clang arm64 asm under env wrapper by Nico Weber · 1 year, 2 months ago
- a7df884 Enable clang by default on Windows by Nico Weber · 1 year, 2 months ago
- 08d4905 Prepare mini_chromium for using clang on Windows by Nico Weber · 1 year, 2 months ago
- 12ef786 OWN mini_chromium by Mark Mentovai · 1 year, 3 months ago
- 22f743d Remove distutils dependency by Leonard Grey · 1 year, 4 months ago
- 63057a1 Fix template param shadowing. by Peter Kasting · 1 year, 4 months ago
- ec9a9b4 Add fixed_extent to base::span. by Peter Kasting · 1 year, 4 months ago
- c4bcfd0 #include <stddef.h> for size_t by Mark Mentovai · 1 year, 5 months ago
- c081fd0 Reimplement LAZY_STREAM with a switch by Peter Boström · 1 year, 7 months ago
- d288241 Fix LOG(FATAL) compile errors by Peter Boström · 1 year, 7 months ago
- 4027559 Make LOG(FATAL) [[noreturn]] by Peter Boström · 1 year, 7 months ago
- e04c707 Remove `WPRINTF_FORMAT`. by Peter Kasting · 1 year, 8 months ago
- feb7c08 Move/remove macros in compiler_specific.h to match Chromium. by Peter Kasting · 1 year, 8 months ago
- 61e2124 Remove NOTREACHED_IN_MIGRATION() by Peter Boström · 1 year, 8 months ago
- 7eca853 Use abort() for NOTREACHED() by Peter Boström · 1 year, 8 months ago
- bd56f69 [Fuchsia] remove the use of fuchsia-sdk:build/config/config.gni by Hzj_jie · 1 year, 11 months ago
- 710e226 Update base/BUILD.gn with new headers by Ben Hamilton · 1 year, 11 months ago
- 5856e1e Add NOTREACHED_IN_MIGRATION() by Peter Boström · 1 year, 11 months ago
- b870d45 Remove workaround for missing std::atomic_thread_fence by weijian pan · 1 year, 11 months ago
- a6607b1 Use span-based RandBytes in RandUint64 by danakj · 2 years ago
- f3e7d64 Remove pointer-based overload of RandBytes by danakj · 2 years ago
- f3bf9dc Add missing 'typename' that iOS is unhappy about in crashpad CI by danakj · 2 years ago
- c03f7a5 Add RandBytes overload with a span by danakj · 2 years ago
- 8b56c77 Add heap_array into mini_chromium base/container by Arthur Wang · 2 years ago
- dce72d9 ios: Add XCTestSupport.framework when building above Xcode 14.3 by Justin Cohen · 2 years ago
- dd821d3 Hide the unsafe buffers pragmas if there's no unsafe buffers attribute by danakj · 2 years ago
- 2eee431 Sync span.h from Chromium for missing constexprs by danakj · 2 years, 1 month ago
- 02621e0 Remove #error from compiler_specific when using MSVC by danakj · 2 years, 1 month ago
- 56d78c0 Enable c++20 in mini_chromium by danakj · 2 years, 1 month ago
- b97d7dc Add checked_iterators.h and its deps by danakj · 2 years, 1 month ago
- 6b4027a Remove IS_NACL buildflags in mini_chromium header by danakj · 2 years, 1 month ago
- e49947a Update base::span and add base::numerics byte_conversions by danakj · 2 years, 1 month ago
- 203a011 Fix base::ImmediateCrash() IWYU by Peter Boström · 2 years, 3 months ago cxx17
- c7fccaa Implement base::ImmediateCrash() by Peter Boström · 2 years, 3 months ago
- 1e64ecb Make ~LogMessage virtual by Peter Boström · 2 years, 3 months ago
- cc2ae8e Add Flush() method to LogMessage by Peter Boström · 2 years, 3 months ago
- ac3e732 Add limitations to bit_cast by Avi Drissman · 2 years, 4 months ago
- 9e21183 Remove base::WStringPiece by Lei Zhang · 2 years, 5 months ago
- 450b101 Rename WCHAR_T_IS_UTF* to WCHAR_T_IS_*BIT by Peter Kasting · 2 years, 6 months ago
- e508a60 Make some base includes more consistent with Chromium's by Lei Zhang · 2 years, 6 months ago
- 98bbdbe Update ScopedTypeRef by Avi Drissman · 2 years, 6 months ago
- 707c87b Fix wide streaming in file_path for C++20. by Eric Astor · 2 years, 6 months ago
- bc8dca8 Add iter_reference_t to template_util.h. by Peter Kasting · 2 years, 6 months ago
- e514949 Remove check_op.h from base/logging.h by Lei Zhang · 2 years, 6 months ago
- 084c2ad Add base::StrCat(). by Peter Kasting · 2 years, 6 months ago
- 42f1fdd Use POSIX format specifiers on Windows. by Peter Kasting · 2 years, 6 months ago
- 276f2ac ios: Override bundle id in ios_app_bundle. by Justin Cohen · 2 years, 7 months ago
- d47195e Fix Fuchsia failing builds by Rupert Ben Wiser · 2 years, 7 months ago
- 076bcf6 Update base/third_party/icu/icu_utf.h by Rupert Ben Wiser · 2 years, 7 months ago
- 6a817b8 Remove unnecessary base_export by Rupert Ben Wiser · 2 years, 7 months ago
- 378a97d Add patttern matching by Rupert Ben Wiser · 2 years, 7 months ago
- eb418ec Add missing <stdint.h> #includes by Mark Mentovai · 2 years, 8 months ago
- 10f39a9 [riscv][android] Add Android RISC-V support by Thomas Gales · 2 years, 8 months ago
- 0c540fd Move all base/apple files into base::apple:: by Avi Drissman · 2 years, 8 months ago
- e35fc73 Move common Mac/iOS files to apple/ by Avi Drissman · 2 years, 8 months ago
- f537022 Move common Mac/iOS files to apple/ by Avi Drissman · 2 years, 8 months ago
- a722d31 [fuchsia][mac] Fix build errors by Thomas Gales · 2 years, 9 months ago
- 2035d20 Add support for linux-arm64 by Mark Mentovai · 2 years, 9 months ago
- d1baedd Reorder string_util.h platform-specific #includes to match Chromium. by Peter Kasting · 2 years, 9 months ago
- a783480 Add base/types/cxx23_to_underlying.h to mini_chromium base by Rahul Yadav · 2 years, 9 months ago
- 5050a6d Add base::IsAscii(Digit,Whitespace) to mini_chromium. by Peter Kasting · 2 years, 9 months ago
- e009af8 Convert mini_chromium to use ARC by Avi Drissman · 2 years, 10 months ago
- 6b44cd0 Remove assert() redefinition in logging.h by Travis Lane · 2 years, 11 months ago
- f0eebea Fix Windows and Mac compilation errors by Thomas Gales · 2 years, 11 months ago
- 3282fb8 Fix compilation errors by Thomas Gales · 2 years, 11 months ago
- 3d7d194 Add RISCV64 support by Thomas Gales · 2 years, 11 months ago
- 7e84f71 Remove `base/cxx17_backports.h` from the code in mini_chromium by Ho Cheung · 3 years ago
- 4332ddb Update copyright boilerplate, 2022 edition (mini_chromium) by Mark Mentovai · 3 years, 8 months ago
- 75dcb8d ios: Fix builds for Xcode 14. by Justin Cohen · 3 years, 10 months ago
- 5654edb ios: Add target_environment to support Apple silicon simulators. by Justin Cohen · 4 years, 1 month ago
- f87a384 Fix another python3 conversion error in win_helper.py. by Justin Cohen · 4 years, 1 month ago
- fbc7b9c Convert win_helper.py to Python 3. by Adam Norberg · 4 years, 1 month ago
- 4a0b8eb win: Migrate win_helper.py to python3 by Justin Cohen · 4 years, 1 month ago
- 5870054 ios: Update iOS build scripts for python3 and Xcode device identity. by Justin Cohen · 4 years, 1 month ago
- 822fada mini_chromium: Fix a gn check issue. by Joshua Pawlicki · 4 years, 3 months ago
- d0613d4 Update license for .style.yapf to BSD 3-clause by Ben Hamilton · 4 years, 3 months ago
- 6e2f204 Include what you use: string_util.h uses build_config.h by Mark Mentovai · 4 years, 3 months ago
- f41420e Use BUILDFLAG for OS checking by Mark Mentovai · 4 years, 3 months ago
- c2bc7a2 Modernize code for C++17 by Avi Drissman · 4 years, 3 months ago
- 929dc05 Remove macros obsoleted by the C++17 migration by Avi Drissman · 4 years, 3 months ago
- bbb68fc Delete ignore_result in favor of using std::ignore by Avi Drissman · 4 years, 3 months ago
- 0243b40 win: Actually compile C++ as C++17, and fix __cplusplus macro by Mark Mentovai · 4 years, 3 months ago