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