- 3b947a0 More std::ranges porting: components/ by Peter Kasting · 5 days ago main
- 9394bac Revert "[Health] Change unique_ptr<[]> to HeapArray in Zucchini::BinaryDataHistogram" by Luc Nguyen · 7 weeks ago
- ee111ab [Health] Change unique_ptr<[]> to HeapArray in Zucchini::BinaryDataHistogram by Luc Nguyen · 7 weeks ago
- 377c547 components: default the user-defined empty ctor and dtor where possible by Sorin Jianu · 3 months ago
- cac9e82 Rewrite map pointer values to raw_ptr by Ali Hijazi · 4 months ago
- 5dd275f spanification: Add `#pragma allow_unsafe_buffers` to component/* by Arthur Sonzogni · 6 months ago
- 8e63243 [windows] Register an absl abort hook in the same fashion as OOM termination by Greg Thompson · 6 months ago
- cfbdd88 Convert base::StringPiece to std::string_view left overs. by Helmut Januschka · 7 months ago
- 65c3342 Move zucchini test data into chromium/src by Erik Staab · 9 months ago
- 450b025 [CodeHealth]Use HeapArray in components/zucchini/fuzzers/raw_gen_fuzzer.cc by Jack Yammine · 9 months ago
- 22f8bb2 [CodeHealth]Use HeapArray in components/zucchini/fuzzers/imposed_ensemble_matcher_fuzzer.cc by Jack Yammine · 9 months ago
- 8b2b7a7 [CodeHealth]Use HeapArray in components/zucchini/fuzzers/ztf_gen_fuzzer.cc by Jack Yammine · 9 months ago
- 15eed86 base/logging: Prevent test-only crash caused by std::string(nullptr) by Dan McArdle · 9 months ago
- 817d9e2 format windows headers using new config. by Takuto Ikuta · 9 months ago
- d935865 [base] Update Erase()/EraseIf() calls for std::vector<> in components/ by Andrew Rayskiy · 11 months ago
- f214c4c Rename {absl => std}::optional Final n°2 by Arthur Sonzogni · 11 months ago
- a82fb2d [buganizer] Migrate DIR_METADATA components/ by Jeff Yoon · 11 months ago
- 67fa443 Rename {absl => std}::optional in //components/ by Arthur Sonzogni · 12 months ago
- 377ee1e Reland^2 "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 12 months ago
- edc1301 Revert "Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'"" by Jeremie Boulic · 12 months ago
- fc8aea3 components: Guard against wrong windows.h clang-format reordering by Arthur Sonzogni · 1 year ago
- e42ae13 Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 1 year ago
- e78a5b8 Revert "Automated T* -> raw_ptr<T> rewrite "refresh"" by Brian Sheedy · 1 year ago
- ee27fd2 Automated T* -> raw_ptr<T> rewrite "refresh" by Bartek Nowierski · 1 year ago
- 65484af Replace logging::LOG_FATAL with LOGGING_ by Peter Boström · 1 year, 1 month ago
- 3afbb80 Updating test params to avoid integer overflow. by James · 1 year, 1 month ago
- 4f6bb01 [base] Remove base::EraseIf() overloads for std::deque/std::forward_list by Andrew Rayskiy · 1 year, 2 months ago
- 181c5bb [base] Rename DIR_SOURCE_ROOT to DIR_SRC_TEST_DATA_ROOT in //components by Ho Cheung · 1 year, 3 months ago
- e0ef74f zucchini: Stop using basic_string<unsigned char> by Nico Weber · 1 year, 4 months ago
- 9576af3 Ban [w]ctype.h: components/ by Peter Kasting · 1 year, 6 months ago
- b5ee843 [Zucchini] Remove misaligned memory access from casted pointers: Part 2/2. by Samuel Huang · 1 year, 8 months ago
- c9f5ffb [Zucchini] Refactor BufferSource::Skip(). by Samuel Huang · 1 year, 8 months ago
- a968b13 [Zucchini] Remove misaligned memory access from casted pointers: Part 1/2. by Samuel Huang · 1 year, 8 months ago
- 9170b2d Reland "Converting ENABLE_PUFFIN_PATCHES flag to a runtime flag." by James · 1 year, 8 months ago
- 1e6def8 Use string_util.h functions in place of [w]ctype.h ones. by Peter Kasting · 1 year, 8 months ago
- fd17649 [zucchini][win] Handle disk errors during patch application by Greg Thompson · 1 year, 9 months ago
- 1dd5e79 [Zucchini] Fix DCHECK caused by improperly shifted emptied equivalences. by Samuel Huang · 1 year, 9 months ago
- c378669 [Zucchini] Increase Version from 1.0 to 2.0. by Samuel Huang · 1 year, 10 months ago
- 1041844 [Zucchini] Fix sort non-determinism in OffsetMapper. by Samuel Huang · 1 year, 10 months ago
- 4dc4e75 Add RAW_PTR_EXCLUSION to files in components/ by Keishi Hattori · 1 year, 10 months ago
- 70ba62e Use base::ranges::transform(): components/ by Peter Kasting · 1 year, 11 months ago
- 0d2de6a Introduce the raw_ptr attribute AllowPtrArithmetic. by Tom Sepez · 1 year, 11 months ago
- 567d679 Update header includes for /base/functional in /components by Avi Drissman · 2 years ago
- 86fa54b Create zucchini64.exe for Windows builds. by Will Harris · 2 years, 2 months ago
- 9e999a7 Rewrite T& into raw_ref<T> under components/ by Ali Hijazi · 2 years, 2 months ago
- c94c225 [Zucchini] Fix BufferSourceTest.GetSleb128 test for improper negation. by Samuel Huang · 2 years, 3 months ago
- 8192c74 [Zucchini] Add Zucchini-suffix-array tool. by Samuel Huang · 2 years, 3 months ago
- 0002cbe Replace std::copy() with base::ranges::copy(): components/ by Peter Kasting · 2 years, 3 months ago
- 646f0ae Replace std::equal() with base::ranges::equal(): components/ by Peter Kasting · 2 years, 3 months ago
- c91d293 Convert std::mismatch() to base::ranges::mismatch. by Peter Kasting · 2 years, 3 months ago
- eb48152 Change std::adjacent_find() to use base:: functions. by Peter Kasting · 2 years, 3 months ago
- 33d191f Convert std::count*() to base:: functions: components/ by Peter Kasting · 2 years, 3 months ago
- 211c287 Revert "Change std::adjacent_find() to use base:: functions." by Peter Williamson · 2 years, 3 months ago
- 5bb6e37 Change std::adjacent_find() to use base:: functions. by Peter Kasting · 2 years, 3 months ago
- 6990509 Change std::find_if*() to use base:: functions: components/ by Peter Kasting · 2 years, 4 months ago
- ea29e4b Update copyright headers in components/ by Avi Drissman · 2 years, 4 months ago
- a2c5e69 Zucchini: Add the default EXE manifest by Javier Flores Assad · 2 years, 5 months ago
- c12fd3a Clean-up //third_party/lzma_sdk folder by Michael Chang · 2 years, 7 months ago
- 0fcc66c [zucchini] Fold reference mixing in Disassembler. by Etienne Pierre-doray · 2 years, 10 months ago
- 9145ecc Migrate base::{size,empty,data} to STL equivalents in //components. by Daniel Cheng · 2 years, 11 months ago
- 57bf8e1 LSC: Apply clang-tidy's modernize-use-bool-literals by Anton Bikineev · 3 years ago
- 3a61096 components: Use BUILDFLAG for OS checking by Xiaohan Wang · 3 years ago
- e01f3a1 Adopt base::Reversed() in components/ iterator loops by Victor Hugo Vianna Silva · 3 years ago
- 9b80456 [zucchini] Use deque to store abs32_locations. by Etienne Pierre-doray · 3 years, 1 month ago
- b628585 Update callsites to use WIN_-prefixed base::File flags. by Alexei Svitkine · 3 years, 2 months ago
- 26dd26f Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. by Keishi Hattori · 3 years, 2 months ago
- 9a6bb56 [Zucchini] Move version info to a separate file. by Samuel Huang · 3 years, 2 months ago
- 261f4df Update callsites to use WIN_-prefixed base::File flags. by Alexei Svitkine · 3 years, 2 months ago
- 8bb965d [Zucchini]: Convert OffsetMapper to deque by Etienne Pierre-doray · 3 years, 3 months ago
- b90a947 [Zucchini]: Add patch version. by Etienne Pierre-doray · 3 years, 3 months ago
- aff4086 [zucchini]: Convert TargetPool to deque. by Etienne Pierre-doray · 3 years, 4 months ago
- 9ff43f5 Fix some instances of -Wshadow. by Peter Kasting · 3 years, 4 months ago
- 1269b5c [Zucchini] DEX Version 39 Support by ckitagawa · 3 years, 5 months ago
- 737d35c [zucchini]: Simplify DisassemblerElfArm read/write functions. by Etienne Pierre-doray · 3 years, 5 months ago
- 26518ff [Zucchini] DEX Version 38 Support by ckitagawa · 3 years, 5 months ago
- f137bf4 [Zucchini] Replace DISALLOW_* macros with =delete versions. by Samuel Huang · 3 years, 5 months ago
- fa10b05 [Zucchini] Add ARM support for ELF files. by Samuel Huang · 3 years, 6 months ago
- 3e1f64d [Zucchini] Disassemblers: Fix abs32 width for ELF; cleanup Traits template param. by Samuel Huang · 3 years, 6 months ago
- cc55358 Fix some instances of -Wdeprecated-copy: components/ by Peter Kasting · 3 years, 6 months ago
- a91bdd5 [automated] Drop needless <vector> includes in /components/zucchini by Victor Hugo Vianna Silva · 3 years, 6 months ago
- 769128e [Zucchini] Cleanup before adding ARM support for ELF files. by Samuel Huang · 3 years, 6 months ago
- f48f9be Remove unneeded includes of optional.h from headers. by Lei Zhang · 3 years, 6 months ago
- ead42e9 More IWYU fixes in advance of removing #includes by Peter Kasting · 3 years, 7 months ago
- 7f96363 Revert "Remove some unnecessary #includes." by Findit · 3 years, 7 months ago
- 281c9d8 Remove some unnecessary #includes. by Peter Kasting · 3 years, 7 months ago
- 7f0a390 Swap from base/stl_util.h to cxx20_erase.h in components/. by Lei Zhang · 3 years, 7 months ago
- 06393f2 Fix -Wc++11-narrowing: /components/zucchini by Peter Kasting · 3 years, 7 months ago
- 3865f0b Add explicit type conversions where necessary: components/ by Peter Kasting · 3 years, 8 months ago
- 1cec5a7 [Zucchini] Simplify Abs32GapFinder and Rel32Finder. by Samuel Huang · 3 years, 8 months ago
- 77468dc Swap from base/stl_util.h to cxx17_backports.h in components/ .cc files. by Lei Zhang · 3 years, 8 months ago
- 2cc583c build: Convert components/zucchini/fuzzers/BUILD.gn to py3 by Nico Weber · 3 years, 8 months ago
- 1a96551 components: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 3 years, 8 months ago
- 147f86b Remove unneeded base/files/file_path.h includes in headers. by Lei Zhang · 3 years, 9 months ago
- 06aaab6 Delete unused STL includes from components/ headers. by Lei Zhang · 3 years, 9 months ago
- 96bdbca Remove unneeded base/strings/stringprintf.h includes. by Lei Zhang · 3 years, 9 months ago
- e1c6a71 [zucchini] Use deque to store rel32_locations. by Etienne Pierre-doray · 3 years, 9 months ago
- fc058e3 Added DIR_METADATA files to a batch of subfolders in //components/v…, by Norman Rosas · 4 years, 2 months ago
- 65d00ad Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 2 months ago
- a55f503 Change actions to python2_actions as needed. by Dirk Pranke · 4 years, 3 months ago
- efd8836 Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 4 years, 5 months ago