Clean up Conv.cpp / Conv.h
[folly.git] / folly / test /
2016-06-23 Marcus Holland-MoritzFix undefined behaviour in float<->int conversion
2016-06-22 Marcus Holland-MoritzAdd more benchmarks for various conversions
2016-06-17 Caren ThomasAdd very basic compatibility with folly locks for synch...
2016-06-17 Yedidya FeldblumWrappers for some of OpenSSL's crypto hash functions
2016-06-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-15 Caren ThomasAdd constructor for MultiLevelTimeSeries class that...
2016-06-14 Marcus Holland-MoritzAdd conv_benchmark target to Makefile.am
2016-06-10 Maged MichaelAdded support for std::mutex in folly Deterministic...
2016-06-09 David Callahanfix command line parsing
2016-06-09 Brett SimmersAllow const mapped types in folly::AtomicHash(Array...
2016-06-08 Adam Simpkinsmake Range::size() constexpr
2016-06-08 Adam Simpkinsadd hexlify() and unhexlify() convenience methods
2016-06-01 Ben HamiltonFix test/SynchronizedTest.cpp build break on Clang...
2016-05-31 Michael LeeSubprocessTest does not use dirent.h
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesSwitch uses of <dirent.h> to <folly/portability/Dirent.h>
2016-05-30 Christopher DykesSwitch uses of <sys/resource.h> to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <sys/mman.h> to <folly/portability/SysMm...
2016-05-30 Christopher DykesInclude <folly/portability/SysTime.h> rather than ...
2016-05-28 Ben HamiltonFix test/FunctionTest.cpp build breaks
2016-05-27 Ben HamiltonFix open source `make check` build broken by `ThreadedE...
2016-05-26 Adam Simpkinsadd a default Subprocess constructor
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-18 Yedidya FeldblumExtract Unit to top-level
2016-05-17 Yedidya FeldblumIPAddress::validate
2016-05-12 Chad ParryTransfer ownership from a unique_ptr to a ThreadLocalPtr
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-05-10 Lucian Grijincufolly: ubsan: fix "reference binding to null pointer...
2016-05-10 Lucian Grijincufolly: ubsan: &v[0] is undefined if v.empty()
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Eric Nieblerrearrange folly::Function so that its template argument...
2016-05-02 Yedidya FeldblumAvoid glog when warning about Singleton double-registration
2016-04-28 Andrew BirchallCreate ReadHolder::unlock
2016-04-28 Nicholas OrmrodFix asan build
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-27 Kyle NekritzAdd recursion limit to folly::parseJson.
2016-04-27 Sven Overfix access-after-free bug in ProducerConsumerQueueTest
2016-04-26 Aditya MutturAdding a constructor to UTF8Range that uses std::string
2016-04-26 Pavlo KushnirUse std::string in folly::dynamic
2016-04-23 Sven Overuse forward instead of move for universal references
2016-04-22 Yedidya Feldblumget_default and get_ref_default variants taking functions
2016-04-19 Michael Lee`detail::Futex` wants 4 bytes but MicroLock only gives...
2016-04-19 Mark IsaacsonAdd make_array to folly
2016-04-16 Andrii GrynenkoNon-intrusive AtomicLinkedList
2016-04-15 David GoldblattCorrectly deduce RNG type in folly::Random
2016-04-14 Den Raskovalovremove duplicate licence prolog
2016-04-11 Alexander ShaposhnikovFix the order of EXPECT_EQ parameters
2016-04-07 Tom JacksonExtensibility for folly::to<> through ADL
2016-04-05 James SedgwickFunction::asStdFunction()
2016-04-02 Sven Overfolly::Function: fix swap function and put in correct...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-31 Nicholas OrmrodNew strings no longer relocatable
2016-03-31 Andrii GrynenkoAdd create-move-invoke benchmark for folly::Function
2016-03-29 Yedidya FeldblumIPAddressV[46]::validate
2016-03-29 Nicholas OrmrodMake FBVector faster
2016-03-29 Sven Overfolly/futures: use folly::Function to store callback
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-26 Sven Overfolly::Function: improve conversion of return types
2016-03-22 Sven OverIntroducing folly::Function
2016-03-21 Michael LeeHave StringTest use PRI*64 instead
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-03-16 Phil WilloughbyRemove `using std::make_unique`
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-03-15 Michael LeeMissing guards for FOLLY_TLS in test
2016-03-14 Michael LeeFix a typo in portability/Memory.cpp
2016-03-13 Giuseppe OttavianoFix warning in MicroLock initialization
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-11 Michael LeeAdding portability to gating PicoSpinLock.
2016-03-10 Eric NieblerFix an exception safety hole in ScopeGuard
2016-03-07 Giuseppe OttavianoDeprecate dynamic::dynamic(std::initializer_list<dynamic>) deprecate-dynamic-initializer
2016-03-07 Michael LeeGuard Getcpu in test.
2016-03-05 Michael LeeSwitch from tmpdir to TemporaryDirectory
2016-03-04 Michael LeeMake the test portable for different libc
2016-03-04 Daniel ColascioneAdd MicroLock as an alternative to MicroSpinLock
2016-03-04 Michael LeeHave internal tests use folly::Random instead of rand_r
2016-03-03 Marcelo JuchemAdding DynamicConverter support for enums
2016-03-03 Michael LeeFix printing of uint64_t in ConvTest
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-03-01 Michael LeeEnclose global variables in an anonymous namespace.
2016-03-01 Michael Leeto_string is not supported everywhere
2016-03-01 Michael LeeRemove unecessary int main from MemoryTest
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-25 Michael LeeSplit FileTest to a smaller test and an extended test
2016-02-25 Nathan Bronsonshorten SharedMutex tests that timeout under ASAN
2016-02-25 Jonathan KronFixing AtomicHashArrayTest ASan Test Failure
2016-02-24 Sven Overfolly/futures: keep Core alive until callback has returned
2016-02-24 Yedidya FeldblumFix Build: folly/test/IndestructibleTest.cpp under...
2016-02-23 Michael LeeSplit benchmarks and tests
2016-02-22 Nathan Bronsonfix SIOF in CacheLocality.h's AccessSpreader
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-19 Yedidya FeldblumIndestructible
2016-02-18 Sven Overfolly/ApplyTuple.h: fix const-correctness & other issue...
2016-02-17 Nathan Bronsonclang-format some code in preparation for real changes
2016-02-17 Lovro PuzarAdd call_once, wrapper around std::call_once with a...
2016-02-16 Iaroslav TverdokhlibFix wrapvFull for the case when iovec* has size more...
2016-02-16 Brett Simmersfolly::Optional<T> should be trivially destructible...
2016-02-13 Igor Sugakfolly/test/json_test: fix heap-buffer-overflow in Json...
next