logging: fix compiler compatibility for one more constexpr function
[folly.git] / folly / experimental / BitVectorCoding.h
2017-05-03 Giuseppe OttavianoStore pointers in EliasFanoReader and BitVectorReader...
2017-05-03 Giuseppe OttavianoTemplate EliasFanoReader on size type
2017-05-03 Giuseppe OttavianoDo not store inner_ in EliasFanoReader and BitVectorReader
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-08-03 Christopher DykesForce the overflow in BitVectorCoding::skipTo to be...
2016-07-22 Christopher DykesDon't use ?:
2016-06-24 Christopher DykesDear Elias Fano Bit Vector: You do not require GCC
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-10 Giuseppe OttavianoMake EliasFanoReader and BitVectorReader API more consi...
2015-07-07 Philip Pronincleanup CompressedList / MutableCompressedList interfaces
2015-07-01 Vignesh GowdaImplement a BitVector-based list