Use the GTest portability headers
[folly.git] / folly / gen / test / BaseTest.cpp
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-29 Yedidya Feldblumgen::dereference should perfectly-forward unwrapped...
2016-07-15 Christopher DykesFix the base gen test with GTest 1.7
2016-03-09 Giuseppe OttavianoPort easy instances to folly::dynamic::array
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-09 Tom JacksonHandle take(-1) better
2015-08-21 Tom JacksonPrevent accidental moves in filter()
2015-08-19 Kristen PartonRevert "[folly::gen] Prevent accidental moves in filter()"
2015-08-18 Tom JacksonPrevent accidental moves in filter()
2015-07-21 Tom JacksonRemove EmptySequence exception in favor of optional...
2015-07-15 Joe RicheyActually denote when we have infinite generators
2015-07-15 Joe RicheyChanging behavior of 'any' and 'all' sinks, adding...
2015-07-09 Joe RicheyAdded default value for filter's predicate argument
2015-06-26 Tom JacksonGroupBy
2015-04-29 Giuseppe OttavianoFix default arguments for orderBy()
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-12 Tom JacksonMaking 'just()' reference arguments like 'from()' ...
2015-02-02 Chip TurnerRevert "[folly::gen] Making 'just()' reference argument...
2015-02-02 Tom JacksonMaking 'just()' reference arguments like 'from()'
2015-02-02 Tom Jacksonindirect(), for making pointers out of refs
2014-07-09 Tom Jacksonstride()
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-05-20 Daniil Burdakovmade folly::gen::member accept pointers to objects...
2014-04-18 Hannes Roth(Folly/Gen) Make ranges and sequences take a stepping...
2014-04-18 Hannes Roth(Folly/Gen) Fix compilation with clang
2014-03-18 Tom Jacksonrange(), for making Range<T*> from arrays and std:...
2014-02-06 Tom JacksonPromoting out of experimental