aboutsummaryrefslogtreecommitdiff
path: root/re2/testing/re2_test.cc
AgeCommit message (Expand)Author
2018-10-02Make the fuzzer limit reverse program size and fanout.Paul Wankadia
2018-02-22Use ASSERT* macros instead of CHECK* macros in tests.Paul Wankadia
2018-01-30Add a std::nullptr_t ctor overload to RE2::Arg.Richard Hansen
2017-04-12Address some clang-tidy gripes.Paul Wankadia
2016-11-01Tidy up null StringPiece construction.Paul Wankadia
2016-08-30MSVC fails the 6700000000081920.1 test now. Sigh.Paul Wankadia
2016-08-22Migrate the RE2 API to size_t.Paul Wankadia
2016-08-18Get rid of simple uses of snprintf(3).Paul Wankadia
2016-08-16Remove the last #include directives from util/util.h.Paul Wankadia
2016-08-16Tidy up the string utilities.Paul Wankadia
2016-08-11Make RE2::GlobalReplace() friendlier to UTF-8.Paul Wankadia
2016-08-07Tidy up some uses of types.Paul Wankadia
2016-08-07Use standard integer types.Paul Wankadia
2016-08-02Remove more #include directives from util/util.h.Paul Wankadia
2016-08-02Start removing #include directives from util/util.h.Paul Wankadia
2016-07-21Add LazyRE2, a "lazy static pointer" helper.Paul Wankadia
2016-04-01Don't test the strtof(3) edge case on Cygwin and MinGW.Paul Wankadia
2016-02-23Fix a couple of warnings from MSVC.Paul Wankadia
2016-02-22Don't build the RE2.NULTerminated test with MinGW.Paul Wankadia
2016-02-14Fix bug in the BitState execution of the Fail instruction.Paul Wankadia
2016-01-09Tweak a comment.Paul Wankadia
2016-01-08Fix bug caused by factoring of common prefixes in alternations.Paul Wankadia
2015-12-17Clarify the behaviour when the input string is null.Paul Wankadia
2015-11-01Tidy up integral types in various re2/testing/*.cc files.Paul Wankadia
2015-10-08Final tweaks for building with MSVC.Paul Wankadia
2015-10-08Check _POSIX_MAPPED_FILES in the RE2.NULTerminated test.Paul Wankadia
2015-06-22Call fwrite(), not write() or _write().Paul Wankadia
2015-06-17Tidy up some uses of test macros.Paul Wankadia
2015-05-29Call CharClassBuilder::RemoveAbove() consistently.Paul Wankadia
2015-04-30Add an experimental program fanout computation.Paul Wankadia
2015-04-27Rework a few character arrays.Paul Wankadia
2014-12-18re2: three minor bug fixesRuss Cox
2014-12-18re2: import various changes from Google's copyRuss Cox
2014-01-09re2: fix bitstate for empty char classesRuss Cox
2014-01-09re2: add dot_nl to the RE2::Options classMike Nazarewicz
2014-01-09re2: fixes for darwinRuss Cox
2013-08-01re2: reject non-Latin1 octal escapes in Latin1 modeRuss Cox
2012-08-21re2: eliminate global c++ constructorsRuss Cox
2012-07-17Add a "never capture" flag to RE2.Russ Cox
2011-10-23re2_test.cc: Ask sysconf() for pagesize rather than assuming multiple of 8kStefano Rivera
2011-06-21re2: do not edit Regexp during IsAnchorStart, IsAnchorEndRuss Cox
2011-06-21export changes made at GoogleRuss Cox
2011-03-02re2: add endpos to RE2::Match, fix bugsRuss Cox
2011-02-01re2: add CapturingGroupNamesRuss Cox
2011-01-19re2 port cleanupRuss Cox
2010-10-11re2: fix (?i)[[:^lower:]] and (?i)\WRuss Cox
2010-03-19re2_test: remove unnecessary rlimit callRuss Cox
2010-03-10various updates and tweaks from GoogleRuss Cox
2010-03-02initial releaseRuss Cox