Fix the build... Whoops...
[folly.git] / folly / Range.h
2017-03-01 Nathan Bronsonrename Range template arg for increased readability
2017-02-16 Yedidya FeldblumDrop support for Clang < 3.9
2017-02-14 Alex MalyshevAdd overloads of Range::{start,end}sWith with custom...
2017-02-11 Adam Simpkinsadd Range constructors from std::array
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-11-30 Eric NieblerAdd constexpr to the simple folly::Range accessors...
2016-11-11 Yedidya FeldblumLet folly::range(const std::array<...>&) be constexpr
2016-11-06 Yedidya FeldblumLet folly::range be constexpr
2016-10-05 Lucian Grijincufolly: deprecate StringPiece::hash
2016-10-05 Lucian Grijincufolly: kill StringPieceHash
2016-09-29 Lucian Grijincufolly: Range: detail::throwOutOfRange -> std::__throw_o...
2016-09-29 Lucian Grijincufolly: Range: outline exception throwing
2016-09-28 Giuseppe OttavianoAdd unchecked versions of advance(), subtract(), and...
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-06-15 Haocheng Zhangfix bug for nullptr in qfind
2016-06-08 Adam Simpkinsmake Range::size() constexpr
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-28 Christopher DykesCreate the string.h portability header
2016-02-19 Christopher DykesDon't use a VLA for the double->string buffer.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-19 Alan FrindellAdd Range::erase
2015-11-17 Tom JacksonUTF8StringPiece, wrapping boost::u8_to_u32
2015-11-15 Yedidya FeldblumSimplify some checks by using __CLANG_PREREQ
2015-11-03 Anton LikhtarovDisallow nullptr literal in StringPiece constructor
2015-10-22 Giuseppe OttavianoClang support for constexpr StringPiece constructor
2015-10-02 Yedidya FeldblumSupport SSE-enabled Range functions under Clang
2015-09-15 Yedidya FeldblumNo need to export global instances of folly::AsciiCase...
2015-07-29 Alexander ShaposhnikovAdd hasher specializations for enums, pairs and tuples
2015-05-26 Marc HorowitzRefactor tests to verify that a single folly target...
2015-05-12 Tom JacksonAdd SpookyHashV2-based hash to StringPiece
2015-03-25 Alexey SpiridonovAdd comment about djb2 hash
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-11 Andrei AlexandrescuDisallow assignment to rvalue Range objects (and String...
2015-02-02 Sean CannellaCleanup duplicate include
2015-02-02 Kyle DentFixing break in multifeed. CHAR_BIT was previously...
2015-02-02 Khalid El-Arinifix missing header in Range.h
2015-02-02 Kyle DentFixing a -Wshorten-64-32 issues in folly for liger.
2014-12-29 Giuseppe OttavianoRemove unnecessary constraint from Range subpiece const...
2014-12-18 Giuseppe OttavianoDisable implicit conversions from std::string for non...
2014-09-26 Nicholas OrmrodFix lint errors
2014-08-14 Lucian Grijincufolly: operator << for MutableStringPiece
2014-07-21 Philip Proninmake folly::Range literal type
2014-07-21 Marcin Pawlowskiadded replaceAt and replaceAll to MutableStringPiece
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Marcelo JuchemAllowing additional arguments to be passed to split_ste...
2014-05-20 Marcelo Juchemfixing split_step documentation
2014-05-20 Elizabeth SmithBetter <bits/c++config.h> detection
2014-03-31 Tom JacksonRange::contains(x)
2014-03-31 Nima AghdaiiPerformance Improvement for AsciiCaseInsensitive
2014-03-18 Tom Jacksonrange(), for making Range<T*> from arrays and std:...
2014-02-21 Tudor BosmanBetter support for folly::Range with non-const iterator...
2014-02-06 Dhruv MataniReplace CHECK_GT with DCHECK_GT in folly::Range::operator[]
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