Using emplace_back to avoid temporary
[folly.git] / folly / test /
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-15 Nathan BronsonMove AtomicUnorderedInsertMap to folly.
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-15 Tudor BosmanExceptionWrapper: use std::decay in implicit constructor
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-12 Nicholas OrmrodRecycle heap on assignment
2015-06-11 Hans FugalBuild and run futures tests on OSX
2015-06-09 Steve O'Briendecimal conversion: digits10 using bit-counting instruc...
2015-06-03 Haim Grosmanfolly: adding folly::ltrimWhitespace / folly::rtrimWhit...
2015-06-03 Tudor BosmanFix toString() for authority-less URIs
2015-05-26 Marc HorowitzRefactor tests to verify that a single folly target...
2015-05-20 Alexey SpiridonovMake Subprocess movable
2015-05-20 Hasnain LakhaniAdd getTotalCount() to Histogram
2015-05-20 Tudor BosmanMake folly::format no longer crash on invalid format...
2015-05-12 Tom JacksonAdd SpookyHashV2-based hash to StringPiece
2015-05-12 Alexey SpiridonovFactor out pipe methods, add takeOwnershipOfPipes
2015-05-12 Ming ZhaoAdd missing #include <gflags/gflags.h>
2015-05-12 YM CHENfix namespace v2
2015-04-29 Dave Watsonfix unittest break
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
2015-04-29 Blake Mathenyget_or_throw and get_optional
2015-04-29 Yedidya FeldblumBenchmarkSuspender::dismissing.
2015-04-27 Yedidya FeldblumIPAddressV6::kToFullyQualifiedSize.
2015-04-27 Naizhi LiAdd support for creating SocketAddress directly from...
2015-04-27 Nicholas OrmrodRevert "Revert "Deprecating folly::is_complete""
2015-04-27 Nicholas OrmrodRevert "Deprecating folly::is_complete"
2015-04-27 Nicholas OrmrodAdds x64 arch-specific test
2015-04-27 Marcelo JuchemDeprecating folly::is_complete
2015-04-10 Lucian Grijincufolly: MemoryMapping: add offset/size params to advise
2015-04-02 Daniel PittmanMPMCQueue - FPE to invalid_argument for 0 capacity
2015-03-18 James SedgwickexceptionStr(exception_wrapper)
2015-03-05 Ram Kumar RengaswamyBugfix uriEscapeTable generate.
2015-03-03 Hans FugalmakeMoveWrapper(lvalue)
2015-03-03 zhaokaiAdd const to the variable: needle
2015-03-03 zhaokaiUpdate UnitTest of MapUtilTest.cpp
2015-03-03 Nathan Bronsonsupport IndexedMemPool for types without default constr...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 John EhrhardtUpdating Folly Formatting's use of separators for Decim...
2015-03-03 Andrei AlexandrescuMigrate FunctionScheduler from common/concurrency/...
2015-03-03 Jim MeyeringExceptionWrapperTest.cpp vs clang's new warning about...
2015-03-03 Jim Meyeringfolly: OptionalTest.cpp: suppress a -Wself-move warning
2015-03-03 Jim Meyeringfolly: move side effects out of EXPECT_EQ args
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-03-03 Keith Adamsstd::atomicize MicroSpinLock.
2015-02-12 Nathan BronsonRevert "[folly] TLS cache for AccessSpreader"
2015-02-11 Philip Proninmake decodeVarint accept StringPiece
2015-02-11 Nathan BronsonTLS cache for AccessSpreader
2015-02-11 Tom JacksonFixing find_first_of O(n) case
2015-02-02 Nathan Bronsonadd some missing methods to DeterministicAtomic
2015-02-02 Andrei AlexandrescuAdd writeFile function to folly
2015-02-02 Marcin Pawlowskifix folly build under python 3
2015-02-02 Dave Watson'fix' threadlocal fork test
2015-02-02 Louis KrugerAdd folly::sorted_vector_map::at()
2015-01-13 Viswanath SivakumarAdd libgtest to Makefile to unbreak OSS build
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2015-01-13 Jim Meyeringfolly: ProducerConsumerQueue: avoid many -Wsign-compare...
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2015-01-13 Hans Fugal(folly) Account for different vsnprintf behavior on...
2015-01-13 Hans Fugal(folly) make check on OSX Yosemite (10.10)
2015-01-13 Jim Meyeringfolly/test/ForeachTest.cpp: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/test/SpinLockTest.cpp: avoid -Wsign-compare error...
2015-01-13 Nicholas OrmrodAHM ASAN test adjustment
2015-01-13 Jim Meyeringfolly/test/RangeTest.cpp: avoid -Wsign-compare error...
2015-01-13 James Sedgwickfix 4.9 build
2015-01-07 Sarang MastiAllow conversion from a type T to itself
2014-12-29 Nathan Bronsonmake futexWaitUntil tolerant of invalid time_point-s
2014-12-29 Chip TurnerFix incorrect 'test' statement in unit test
2014-12-29 Mike Kolupaevfolly::AtomicHashMap: fixed race between erase() and...
2014-12-29 Andrei AlexandrescuBring fbstring::operator+ to date with C++11
2014-12-29 Mike KolupaevFixed folly::AtomicHashMap::iterator not advancing...
2014-12-29 Giuseppe OttavianoRemove unnecessary constraint from Range subpiece const...
2014-12-18 Dave Watsonfix make test
2014-12-18 Giuseppe OttavianoDisable implicit conversions from std::string for non...
2014-12-18 Adam SimpkinsSpinLock improvements
2014-12-18 Adam Simpkinsrename io::PortableSpinLock to SpinLock
2014-12-18 Nathan Bronsonfix Futex when steady_clock and system_clock precisions...
2014-12-18 Chip TurnerImprove performance of stringPrintf and related functions
2014-12-18 Andrew ChalfantAdd convenience method for folly::join
2014-12-18 Chip TurnerImprove benchmarking around stringPrintf functions
2014-12-11 Pavlo KushnirFix dynamic::insert
2014-12-11 Alexey SpiridonovAdd process group leader option
2014-11-19 Philip Proninfix potential memory leak in ThreadLocal
2014-11-19 Alecs KingUse folly::IPAddress::hash instead of gethostid
2014-11-08 Tom JacksonRemove volatile from MemoryMappingTest
2014-11-08 Daniel SommermannAdd some SocketAddress tests
2014-11-08 Nicholas OrmrodFix licenses
2014-11-08 Nicholas OrmrodFix global statics
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-11-08 Nicholas OrmrodFix line too long lint errors
2014-11-08 Nicholas Ormrodvolatile override
2014-11-08 Nicholas OrmrodFix/override bad symbol names
2014-11-08 Nicholas OrmrodComparing the same tokens
2014-11-08 Nicholas Ormrodthrow() specs deprecated
2014-11-08 Nicholas OrmrodFix folly lint errors
2014-11-08 Nicholas OrmrodOverride for include-guard
2014-11-08 Nicholas OrmrodAllow catch-int to be nolinted
2014-11-08 Nicholas OrmrodMove constructors should be noexcept
2014-10-29 Nicholas OrmrodFix multiple includes
2014-10-17 Jun LIDefer query string parsing from ctor to getQueryParams()
next