split_step - tokenization make simple in folly::Range
[folly.git] / folly / Range.h
2014-02-06 Marcelo Juchemsplit_step - tokenization make simple in folly::Range
2013-12-20 Peter GriessHandle lack of <bits/c++config.h> and <bits/functexcept.h>
2013-12-20 Tudor BosmanAdd startsWith, endsWith, removePrefix, removeSuffix...
2013-12-20 Peter GriessRevert "Handle lack of <bits/c++config.h> and <bits...
2013-11-26 Peter GriessHandle lack of <bits/c++config.h> and <bits/functexcept.h>
2013-10-24 Peter GriessDetect C++ implementations that support constexpr strlen()
2013-10-15 Peter GriessBe more careful when using SSE intrinsics.
2013-10-15 Soren LassenSupport constexpr StringPiece.
2013-08-28 Andrew GallagherRevert "[clang support] removed superfluous declaration...
2013-08-28 Bob Haarmanremoved superfluous declarations from header files
2013-08-28 Andrew TullochFix build break for Clang builds.
2013-08-28 Josh MetzlerUse std::equal<> as qfind default comparator
2013-08-28 Sean Cannellafix folly Range compilation on FreeBSD
2013-07-09 Sean Cannellamemrchr and *timed_mutex are platform-specific
2013-07-01 Tom JacksonRange<T>::rfind()
2013-06-26 Tudor BosmanStringPiece comparisons are broken
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
2013-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-04-21 Philip Pronindo not include iostream from Range.h
2013-03-27 Tudor Bosmanmake sse4.2 functions in folly/Range.h build on -fb...
2013-03-27 Owen YamauchiHandle non-Intel platforms in Range and CpuId
2013-02-04 Jordan DeLongRemove a bit of debug code in folly::Range
2013-02-04 Philip Proninqfind_first_byte_of may suffer from global initializati...
2013-01-19 Mike CurtissSpeed-up StringPiece::find_first_of()
2013-01-19 Soren LassenRemove unnecessary branch in Range::find_first_of(Range...
2012-12-16 Gaurav JainFix some clang compiler warnings/errors
2012-10-12 Lucian Grijincufolly: Range: implement find_first_of and optimize...
2012-09-17 Tudor BosmanStream operations: file access, iteration, splitting.
2012-07-13 Tudor BosmanUnbreak build.
2012-07-13 Tudor BosmanRange<const char*> -> Range<const unsigned char*> impli...
2012-07-13 Rafael Sagulaadding StringPiece constructor that takes a piece of...
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6