dereference
[folly.git] / folly / experimental / test / GenTest.cpp
2013-08-28 Tom Jacksondereference
2013-08-28 Tom JacksonFixing Until, Take
2013-08-28 Kittipat VirochsiriBatch
2013-08-28 Tom JacksonCycle
2013-07-18 Tom Jacksonguard<Exception>() (redo)
2013-07-09 Chip TurnerRevert D874344 (it broke the build)
2013-07-09 Tom Jacksonguard<Exception>()
2013-06-03 Tom JacksoneachToTuple<Types...>()
2013-06-03 Mike CurtissHACK: New Gen operators: zip, interleave
2013-06-03 Tom Jacksonmember(&Foo::getter), field(&Foo::field)
2013-05-20 Mike Curtissgen::sample
2013-05-20 Tom JacksonMaking from(dynamic.items()) work
2013-05-20 Tom JacksondistinctBy()
2013-03-27 Mike CurtissHACK: Static detection of infinite sequences
2013-03-19 Tom JacksonFix unsplit(", ")
2013-03-19 Tom Jacksonall(), better any()
2013-03-19 Andrew Tullochunsplit
2013-02-04 Tom Jacksoncontains()
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports - 2
2012-12-16 Tom JacksonSimplifying GENERATOR to be like ScopeGuard
2012-12-16 Tudor BosmanRemove Stream
2012-12-16 Tom Jacksonsplit()
2012-12-16 Tudor Bosmanadd split operator
2012-12-16 Tom JacksonComposed, for lightweight operator composition
2012-10-29 Tom Jacksonfolly::gen, or Comprehensions->Folly