Fix SimpleBarrier
[folly.git] / folly / test / TraitsTest.cpp
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-01 Phil WilloughbyFix folly conversions for Clang with GCC5's libstdc++
2016-08-16 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-15 Eric NieblerReverted commit D3557832
2016-08-15 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...
2016-04-19 Mark IsaacsonAdd make_array to folly
2016-03-31 Nicholas OrmrodNew strings no longer relocatable
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-07-13 Yedidya FeldblumAn has_member_type macro.
2015-04-27 Nicholas OrmrodRevert "Revert "Deprecating folly::is_complete""
2015-04-27 Nicholas OrmrodRevert "Deprecating folly::is_complete"
2015-04-27 Marcelo JuchemDeprecating folly::is_complete
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-08-28 Tudor Bosmanstd::map and std::set are not relocatable
2013-06-26 Louis Brandyfix tautological comparisons in Conv.h
2013-04-21 Marcelo JuchemImplementing a traits class to check for incomplete...
2013-03-19 Marcelo Juchemadding is_non_positive traits
2012-12-16 Nicholas OrmrodAdded two new traits and a way to specify them