Fix copyright lines for Bits.h and move BitsBenchmark.cpp
[folly.git] / folly / test / RangeTest.cpp
2017-12-09 Yedidya FeldblumFix UBSAN failure in RangeTest.cpp with libstdc++-v4.9
2017-11-07 Yedidya Feldblumcrange, and range const overloads
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-08-08 Phil WilloughbyAdd a UDL suffix to define a StringPiece
2017-08-06 Yedidya FeldblumApply clang-format to folly/**/*Range*.*
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-13 Yedidya FeldblumSort #include lines
2017-05-31 Bi Xueadd equals interface for Range class.
2017-03-21 Christopher DykesRe-enable a couple of tests under MSVC
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-04 Yedidya Feldblum2017
2016-11-30 Eric NieblerAdd constexpr to the simple folly::Range accessors...
2016-11-18 Christopher DykesDisable a range test under MSVC
2016-11-18 Yedidya FeldblumFix Build: folly with -Wmissing-braces
2016-11-16 Christopher DykesDisable the CArray RangeFunc tests under MSVC
2016-11-11 Yedidya FeldblumLet folly::range(const std::array<...>&) be constexpr
2016-11-08 Christopher DykesMake NeedleFinderTest::Needles256 actually do things
2016-11-06 Yedidya FeldblumLet folly::range be constexpr
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-22 Christopher DykesUse a constexpr char* under MSVC for the constexpr...
2016-06-08 Adam Simpkinsmake Range::size() constexpr
2016-05-30 Christopher DykesSwitch uses of <sys/mman.h> to <folly/portability/SysMm...
2016-05-10 Lucian Grijincufolly: ubsan: &v[0] is undefined if v.empty()
2016-03-14 Michael LeeFix a typo in portability/Memory.cpp
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-19 Alan FrindellAdd Range::erase
2015-10-22 Giuseppe OttavianoClang support for constexpr StringPiece constructor
2015-10-02 Yedidya FeldblumSupport SSE-enabled Range functions under Clang
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-11 Tom JacksonFixing find_first_of O(n) case
2015-01-13 Jim Meyeringfolly/test/RangeTest.cpp: avoid -Wsign-compare error...
2014-12-29 Giuseppe OttavianoRemove unnecessary constraint from Range subpiece const...
2014-12-18 Giuseppe OttavianoDisable implicit conversions from std::string for non...
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-09-26 Nicholas OrmrodFix lint errors
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-03-31 Tom JacksonRange::contains(x)
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 Marcelo Juchemsplit_step - tokenization make simple in folly::Range
2013-12-20 Tudor BosmanAdd startsWith, endsWith, removePrefix, removeSuffix...
2013-10-24 Peter GriessDetect C++ implementations that support constexpr strlen()
2013-10-15 Peter GriessFix test for memory allocators that want to look backwards.
2013-10-15 Soren LassenSupport constexpr StringPiece.
2013-08-28 Josh MetzlerUse std::equal<> as qfind default comparator
2013-07-01 Tom JacksonRange<T>::rfind()
2013-06-26 Tudor BosmanStringPiece comparisons are broken
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
2013-03-19 Mike CurtissFix SIGSEGV in StringPiece::find_first_of
2013-02-04 Philip Proninqfind_first_byte_of may suffer from global initializati...
2013-01-19 Mike CurtissSpeed-up StringPiece::find_first_of()
2012-10-12 Lucian Grijincufolly: Range: implement find_first_of and optimize...
2012-07-13 Tudor BosmanRange<const char*> -> Range<const unsigned char*> impli...
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6