Fix some copyright lines in folly/detail/ and folly/test/
[folly.git] / folly / detail / RangeSse42.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-08-06 Yedidya FeldblumApply clang-format to folly/**/*Range*.*
2017-07-13 Yedidya FeldblumSort #include lines
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-10-28 Christopher DykesDon't abort when calling qfind_first_byte_of_sse42...
2016-04-06 Michael LeeStart compiling a bit of `-Wshadow`
2016-03-31 Christopher DykesSupport SSE 4.2 qfind under MSVC
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-15 Yedidya FeldblumFix Build: under GCC 4.9 + ASAN, RangeSse42.cpp fails...
2015-10-03 Yedidya FeldblumFix Build: folly/Range.h for build platforms missing...
2015-10-02 Yedidya FeldblumSupport SSE-enabled Range functions under Clang