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