Fix copyright lines
[folly.git] / folly / gen / test / BaseTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-09-14 Tom JacksonWindow, mainly for futures
2017-07-20 Tom JacksonVisit, for monitoring or mutating pipelines
2017-06-09 Yedidya FeldblumApply clang-format to folly/gen/ (template decls)
2017-06-03 Yedidya FeldblumApply clang-format to folly/gen/ (partial: namespace)
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-01-04 Yedidya Feldblum2017
2016-10-19 Yedidya FeldblumCodeMod: dynamic-init-list-ctor
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