Add unit tests for opening non-ELF files.
[folly.git] / folly / gen /
2017-11-28 Tom JacksonUse "auto" with GENERATOR instead of std::function
2017-11-08 Igor Sugakfix -Wunused-variable
2017-10-29 Yedidya FeldblumMove folly/Array.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 James Sedgwickmove ApplyTuple to functional/
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-09-14 Tom JacksonWindow, mainly for futures
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-20 Tom JacksonVisit, for monitoring or mutating pipelines
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-09 Yedidya FeldblumApply clang-format to folly/gen/ (template decls)
2017-06-08 Christopher DykesSwitch unguarded #pragmas to use portability macros
2017-06-03 Yedidya FeldblumApply clang-format to folly/gen/ (partial: namespace)
2017-06-01 Tom JacksonRephrase Optional usage to quite warnings
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-20 Yedidya FeldblumRefactor folly/gen/test/StringTest.cpp v2017.05.22.00
2017-05-20 Song ZhouAdded a new variant of byLine to keep the delimiter
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-09 Eric NieblerAdd folly::Identity function object to Utility.h; repla...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-03-29 Tom Jacksonuncurry
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-09 Christopher DykesEnable -Wextra-semi
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-22 Christopher DykesDon't use ?:
2016-07-15 Christopher DykesFix the base gen test with GTest 1.7
2016-07-02 Christopher Dykesboost::filesystem::path is a wide string on Windows
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-09 Giuseppe OttavianoPort easy instances to folly::dynamic::array
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-10-05 Tom JacksonAdd byLine tests for empty cases
2015-09-16 Lucian Grijincufolly: gen: remove static member
2015-09-15 Lucian Grijincufolly: async: fix SIOF in test
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-22 Ondrej Leheckamaking thrift and folly header files compile clean...
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-29 Tom JacksonFix resplit | batch
2015-06-26 Tom JacksonGroupBy
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-04-29 Giuseppe OttavianoFix default arguments for orderBy()
2015-04-02 Tom JacksonMinor fixes from documentation
2015-03-06 Mark IsaacsonRemove unnecessary includes from FBVector
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-12 Tom JacksonMaking 'just()' reference arguments like 'from()' ...
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Tom JacksonAdding demonstrative test of O(n^2) string split case
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
2015-01-13 Jim Meyeringfolly/gen/Parallel-inl.h: trivial -Wsign-compare fix
2015-01-13 Jim Meyeringfolly/gen/Parallel-inl.h: trivial -Wsign-compare fix
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-10-17 Sean CannellaFix clang test compilation failures
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-15 Jim Meyeringfolly: avoid used-uninitialized bug in a test
2014-08-15 Daniel Sloofbe explicit about what integer type we're using
2014-07-25 Alexey SpiridonovFactor out string stream re-splitting as StreamSplitter
2014-07-14 Elizabeth SmithExpression SFINAE issue in base.h
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-06-14 Vojin Katicfolly::gen::splitByLine
2014-06-09 Marcus Holland-MoritzAdd support for returning number of benchmark iterations
2014-06-09 Daniil Burdakovadded missing includes; also fixed lint issue with...
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-04-18 Tom Jacksonparallel(pipeline)
2014-04-18 Lucian Grijincufolly: gen: pmap: parallel version of map
2014-03-18 Tom Jacksonrange(), for making Range<T*> from arrays and std:...
2014-02-06 Tom JacksonPromoting out of experimental