1. 6227d26 [re2] Fix re2 build by Chris Suter · 3 years ago main master
  2. e098351 [build] Migrate to new package templates by Shai Barack · 3 years ago
  3. dbcd2bd Move includes outside of the re2 namespace by Petr Hosek · 4 years, 5 months ago
  4. dd8033e [fuchsia] move binaries out of system/bin by James Tucker · 5 years ago
  5. c59cb1f Update README.fuchsia by Petr Hosek · 6 years ago
  6. b3cb3a0 Update README.fuchsia by Damien Miller · 6 years ago
  7. b8ccd32 [pkg] Use the new deprecated_system_package alias by George Kulakowski · 6 years ago
  8. 89821da Link to upstream in README.fuchsia by Damien Miller · 6 years ago
  9. 8c8c8d9 Like on Windows, sys/resource.h doesn't make sense on Fuchsia. by Ian McKellar · 6 years ago
  10. edc462f Update path to package template by P.Y. Laligand · 6 years ago
  11. 5026847 [build] Add system_image property to package() by Adam Barth · 6 years ago
  12. ce1f0c7 Added warning suppression for -Wtautological-unsigned-enum-zero-compare by Jake Ehrlich · 7 years ago
  13. 0d3f14d Disable -Wtautological-unsigned-zero-compare by Petr Hosek · 7 years ago
  14. 9fd5551 Revert "Disable -Wtautological-unsigned-zero-compare" by Petr Hosek · 7 years ago
  15. 66db219 Disable -Wtautological-unsigned-zero-compare by Petr Hosek · 7 years ago
  16. ea5a227 Add package config for re2_tests by James Robinson · 7 years ago
  17. f022802 [fuchsia][testing] Disable test that relies on partial munmap() by James Robinson · 8 years ago
  18. 2704478 Add GN build definition for Fuchsia by James Robinson · 8 years ago
  19. 6e74bfc Fix a comment about the maximum repeat count. by Paul Wankadia · 8 years ago
  20. ead5eeb Retire uint in favour of uint32. by Paul Wankadia · 8 years ago
  21. 8ff7539 Ditch the COMPILE_ASSERT and ATTRIBUTE_UNUSED macros. by Paul Wankadia · 8 years ago
  22. 5a7d2fd Make the RE2 fuzzer ignore overly large inputs. by Paul Wankadia · 8 years ago
  23. 8fe98fb Add a generic implementation of FindLSBSet(). by Paul Wankadia · 8 years ago
  24. fb40e7d Move util/bitmap.h to re2/bitmap256.h. by Paul Wankadia · 8 years ago
  25. 6bf3f71 Fix testinstall.cc. by Paul Wankadia · 8 years ago
  26. ee55a8f Remove more #include directives from util/util.h. by Paul Wankadia · 8 years ago
  27. 861ccbc Remove unused flag from re2/testing/compile_test.cc. by Paul Wankadia · 8 years ago
  28. 0029946 Start removing #include directives from util/util.h. by Paul Wankadia · 8 years ago
  29. a7a1743 Tidy up use of the LOGGING macro. by Paul Wankadia · 8 years ago
  30. 998584d Tidy up some forward declarations. by Paul Wankadia · 8 years ago
  31. d29a864 Tidy up the canned parsers a little. by Paul Wankadia · 8 years ago 2016-08-01
  32. 384377f Retire RE2_HAVE_LONGLONG. C++11 has long long. by Paul Wankadia · 8 years ago
  33. 89a5907 Normalise all include guards. by Paul Wankadia · 8 years ago
  34. 8f8bb44 Simplify some of the OnePass code. by Paul Wankadia · 8 years ago
  35. 004b150 use sh instead of bash to run tests by Cédric Krier · 8 years ago
  36. 5835165 Curb Prog::IsOnePass()'s enthusiasm. by Paul Wankadia · 8 years ago
  37. 5d48a26 Use a dummy FALLTHROUGH_INTENDED macro. by Paul Wankadia · 8 years ago
  38. d74eb1d Tweak an edge case in DFA::AnalyzeSearchHelper(). by Paul Wankadia · 8 years ago
  39. 0aefcfb char is distinct from signed char and unsigned char. by Paul Wankadia · 8 years ago
  40. e85c8a9 Fix the naming in re2_arg_test.cc. by Paul Wankadia · 8 years ago
  41. a5a6eea Add LazyRE2, a "lazy static pointer" helper. by Paul Wankadia · 8 years ago
  42. 3da6e06 Oops, we can't just delete the State* here. by Paul Wankadia · 8 years ago
  43. bb58143 Simplify StateSet and DFA::ClearCache(). by Paul Wankadia · 8 years ago
  44. fb36443 Improve the bytemap computation one more time. by Paul Wankadia · 8 years ago
  45. f3705c6 Avoid a couple of potential bugs. by Paul Wankadia · 8 years ago
  46. 1051d1c Improve the bytemap computation some more. by Paul Wankadia · 8 years ago
  47. bd963ac Add yet another test. by Paul Wankadia · 8 years ago
  48. 48dc259 Fix an error from MSVC. by Paul Wankadia · 8 years ago
  49. 636bc71 Add another test with a FIXME. by Paul Wankadia · 8 years ago
  50. c8c6184 Tweak #include ordering. by Paul Wankadia · 8 years ago
  51. 53aeca2 Don't inline the larger functions. by Paul Wankadia · 8 years ago
  52. eebe12e Improve the bytemap computation. by Paul Wankadia · 8 years ago
  53. 1d06d4b Fix a minor style issue. Add another test. by Paul Wankadia · 8 years ago
  54. 6509997 Factor out the bitmap code into a Bitmap256 class. by Paul Wankadia · 8 years ago
  55. 619c6ac Fix a warning from MSVC. by Paul Wankadia · 8 years ago
  56. 718df09 Make the bytemap tests use DumpByteMap(). by Paul Wankadia · 8 years ago
  57. fd428f4 Prefer CPU time (when available) for benchmarks. by Paul Wankadia · 8 years ago
  58. 0bdee27 Rework Bitmap<> into ByteMapBuilder. by Paul Wankadia · 8 years ago
  59. 0fb79d7 Move Bitmap<> from prog.h to prog.cc. by Paul Wankadia · 8 years ago
  60. f257d5d Stop MSVC from complaining about flexible array members. by Paul Wankadia · 8 years ago
  61. 4f47841 Fix the DFA memory budget logic for RE2::Set. by Paul Wankadia · 8 years ago
  62. fc6337a Add a workspace name based on Bazel guidelines by Shahms King · 8 years ago 2016-07-01
  63. b34c075 Use flexible array members. by Paul Wankadia · 8 years ago
  64. b246293 Add zero-argument overload for Apply(). by Paul Wankadia · 8 years ago
  65. 49337bd Tweak a couple of things for style. by Paul Wankadia · 8 years ago 2016-06-01
  66. 1d0aa85 Don't waste time fuzzing high-fanout programs. by Paul Wankadia · 8 years ago
  67. 0f0bde7 Make RE2::Options copyable by Jeremy Fincher (corp) · 8 years ago
  68. c5f0094 Replace variadic_function.h with variadic templates. by Paul Wankadia · 8 years ago
  69. bfa5864 Add a target for fuzzers like libFuzzer and AFL. by Paul Wankadia · 8 years ago
  70. 901dde3 Work around the weirdness of sed(1) on Darwin. by Paul Wankadia · 8 years ago
  71. 5a1af44 The SunOS linker does not support wildcards. by Paul Wankadia · 8 years ago
  72. 30200d4 Apply stack churn/size tweaks to Prog::IsOnePass(). by Paul Wankadia · 8 years ago
  73. 7534e4e Revert "Replace variadic_function.h with variadic templates." by Paul Wankadia · 8 years ago
  74. f91e7e1 Replace variadic_function.h with variadic templates. by Paul Wankadia · 8 years ago
  75. 9efd0df Fix bug in bytemap computation. Mea culpa. by Paul Wankadia · 8 years ago
  76. 5ff625f Compute the first byte once (lazily) per Prog. by Paul Wankadia · 8 years ago
  77. 565fcac Consolidate bytemap logic into Prog::ComputeByteMap(). by Paul Wankadia · 8 years ago
  78. 6da1b83 Move the bytemap dump code into Prog::DumpByteMap(). by Paul Wankadia · 8 years ago
  79. aafe5ab std::unordered_set<> should work everywhere now. by Paul Wankadia · 8 years ago
  80. 33114d1 Get rid of Trim(). by Paul Wankadia · 8 years ago
  81. 1699b78 Get rid of delete_dfa_. by Paul Wankadia · 8 years ago
  82. aba62f8 Get rid of unbytemap_. by Paul Wankadia · 8 years ago
  83. a476a9a Add a test for equivalence classes in Latin-1. by Paul Wankadia · 8 years ago
  84. 3cd171e Fix a gap in the TestCompile.ByteRanges data. by Paul Wankadia · 8 years ago
  85. ac62674 Plumb more variables from Makefile to re2.pc. by Paul Wankadia · 8 years ago
  86. aef4f41 Enqueue only the ByteRange instructions that match. by Paul Wankadia · 8 years ago
  87. 881b7b8 Make NFA threads shared and effectively immutable. by Paul Wankadia · 8 years ago
  88. 3d95170 Add casts for some conversions from size_t. by Paul Wankadia · 8 years ago
  89. afff66f Don't reset match_[0]. It isn't necessary. by Paul Wankadia · 8 years ago 2016-05-01
  90. 4137ddc Remove redundant id from Thread. by Paul Wankadia · 8 years ago
  91. 7ccc98b Update link to Ruby wrapper by James McKinney · 8 years ago
  92. b3f77c5 Remove some unnecessary pointer save/restore logic. by Paul Wankadia · 8 years ago
  93. 4744450 Allow BitState to use memchr(3) to find the first byte quickly. by Paul Wankadia · 8 years ago
  94. b12a324 Remove includes attributes that will break the build. by Paul Wankadia · 8 years ago
  95. 5f4c855 Reland "add regexp_benchmark target" by Thiago Farina · 8 years ago
  96. baeed1c Removes 'includes = ["."]' from BUILD file by Damien Martin-Guillerez · 8 years ago
  97. 309a015 Keep count of lists and of instructions by opcode. by Paul Wankadia · 8 years ago
  98. b2e685d Add a benchmark with quite a high degree of fanout. by Paul Wankadia · 8 years ago
  99. cd3c4dd Fix the install tests after commit 908a6fa. by Paul Wankadia · 8 years ago
  100. 908a6fa re2: Modify CXXFLAGS and LDFLAGS in Makefile. by Aric Belsito · 8 years ago