aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2019-01-11Avoid null PODArray<> issues in SparseSet and SparseArray<>.Paul Wankadia
2019-01-11Use PODArray<> in SparseArray<>.Paul Wankadia
2019-01-11Simplify SparseArray<> significantly.Paul Wankadia
2019-01-11Ensure we succeed at constructing new sparse and dense arrays.Paul Wankadia
2019-01-11Ensure we succeed at constructing new sparse and dense arrays.Chris Kennelly
2019-01-11Use PODArray<> in SparseSet.Chris Kennelly
2018-12-19Revert the commits for the shard_cache_mutex option.Paul Wankadia
2018-12-14Make NumCPUs() in util/benchmark.cc work better.Paul Wankadia
2018-12-13Prepare to shard the DFA state cache mutex.Paul Wankadia
2018-11-01Improve the "MATCHING WITH SUBSTRING EXTRACTION" comment.Paul Wankadia
2018-08-30Keep the assert(3) call at the top of the function.Paul Wankadia
2018-08-30Check before matching in order to avoid wasting time.Paul Wankadia
2018-08-30That didn't fix the error. Trying something else.Paul Wankadia
2018-08-30Add PODArray<> and make BitState use it.Paul Wankadia
2018-05-14MSVC still needs the pragma in util/logging.h. Sigh.Paul Wankadia
2018-05-14Tweak the FALLTHROUGH_INTENDED macro. Add the ATTRIBUTE_NORETURN macro.Paul Wankadia
2018-03-07Try to suppress warnings with FALLTHROUGH_INTENDED.Paul Wankadia
2018-02-22Use ASSERT* macros instead of CHECK* macros in tests.Paul Wankadia
2018-02-14Don't #include <sys/resource.h> anymore.Paul Wankadia
2017-11-14Oops, MaybeInitializeMemory() can't be static anymore.Paul Wankadia
2017-11-14Make SparseArray<> and SparseSet faster under MSan.Paul Wankadia
2017-10-16Let's just call it "PrefixSuccessor".Paul Wankadia
2017-10-10Avoid another copy in RE2::PossibleMatchRange, and simplify the code.Clement Courbet
2017-10-04Use arrays for dense_ in SparseArray<> and SparseSet.Paul Wankadia
2017-06-27Fix a typographical error.Paul Wankadia
2017-06-27Fix the bug in the PCRE wrapper.Paul Wankadia
2017-06-18Restore limited support for Valgrind.Paul Wankadia
2017-04-11Check for sanitizers with __has_feature().Paul Wankadia
2017-02-14Tweak a couple of assert(3) calls.Paul Wankadia
2016-09-28Ignore -Wmisleading-indentation in util/pcre.cc only.Paul Wankadia
2016-09-25Remove the severity-related cruft in util/logging.h.Paul Wankadia
2016-09-22Migrate to assert(3) in util/sparse_{array,set}.h.Paul Wankadia
2016-09-12Suppress a warning from MSVC in 32-bit mode.Paul Wankadia
2016-09-08Comment out use of noexcept and ref-qualification.Paul Wankadia
2016-09-06Change two uses of LOG(FATAL) to LOG(DFATAL) or DCHECK.Paul Wankadia
2016-09-06Change two uses of CHECK to DCHECK.Paul Wankadia
2016-09-06Remove the minloglevel knob.Paul Wankadia
2016-09-02Add missing #include.Paul Wankadia
2016-08-28Oops, SparseSet::dense_ is just a vector of int.Paul Wankadia
2016-08-28Simplify a few "debug mode" checks.Paul Wankadia
2016-08-28Undo the nerfing of SparseArray<> and SparseSet.Paul Wankadia
2016-08-23Address some warnings from MSVC.Paul Wankadia
2016-08-22Tidy up various StringPiece usage.Paul Wankadia
2016-08-22Make string escaping use size_t.Paul Wankadia
2016-08-22Migrate the RE2 API to size_t.Paul Wankadia
2016-08-22Migrate the Arg parsers to size_t.Paul Wankadia
2016-08-22Tidy up StringPiece and make it use size_t.Paul Wankadia
2016-08-22Use StringPiece::size() and StringPiece::ToString().Paul Wankadia
2016-08-18Just use _snprintf() and _vsnprintf() on MSVC.Paul Wankadia
2016-08-18MSVC has strtof(3), strtoll(3) and strtoull(3) now.Paul Wankadia