2017
[folly.git] / folly / test / ApplyTupleTest.cpp
2017-01-04 Yedidya Feldblum2017
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-11 Sven OverLet applyTuple accept any number of tuples
2016-04-23 Sven Overuse forward instead of move for universal references
2016-03-15 Michael LeeMissing guards for FOLLY_TLS in test
2016-02-18 Sven Overfolly/ApplyTuple.h: fix const-correctness & other issue...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-07-29 Alexander Shaposhnikov[folly] Enable support of applyTuple for const tuples
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-08 Nicholas OrmrodMove constructors should be noexcept
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Elizabeth SmithExpression SFINAE fixes in ApplyTuple
2014-02-06 Nicholas OrmrodRemoved duplicate #includes
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-08-02 Jordan DeLongAdd folly::applyTuple utility