cmake: mark the compression tests as slow
[folly.git] / folly / FixedString.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-10-17 Yedidya FeldblumMake Range.h and FBString.h mutually independent
2017-08-31 Yedidya FeldblumExtract non-portability constexpr math functions to...
2017-08-04 Marko NovakovicReplacing instances of __CLANG__ with __clang__
2017-08-01 Phil WilloughbyC++11 support for Replaceable
2017-07-28 Andrew Kriegerstd::basic_ostream operator<< overload for FixedString
2017-06-08 Eric NieblerExtend the -Warray-bounds workaround in FixedString...
2017-05-05 Eric NieblerFixedString gets comparisons with folly::Range and...
2017-03-15 Christopher DykesBackport std::index_sequence and friends
2017-01-27 Phil WilloughbyNamespace rename from UpperCamelCase to snake_case
2017-01-04 Yedidya Feldblum2017
2016-12-14 Eric Nieblerwork around GCC#61971 (spurious -Warray-bounds warnings...
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-12-07 Eric Niebleradd folly::FixedString, a constexpr-usable string with...