Fix copyright lines
[folly.git] / folly / portability / Constexpr.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-08-31 Yedidya FeldblumExtract non-portability constexpr math functions to...
2017-08-30 Yedidya Feldblumconstexpr_log2
2017-07-26 Yangqing Jiafolly: changes to make nvcc happy
2017-06-02 Yedidya FeldblumApply clang-format to folly/portability/
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-05 Eric Nieblerconstexpr_strlen works for types other than char. Remov...
2016-12-05 Eric NieblerReformulate constexpr_min and constexpr_max to achieve...
2016-08-09 Yedidya Feldblumconstexpr_abs
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-14 Sven Overfolly/portability/Constexpr.h: add missing include...
2016-02-19 Christopher DykesDon't use a VLA for the double->string buffer.