constexpr-ize folly/Bits.h
[folly.git] / folly /
2012-12-16 Philip Proninconstexpr-ize folly/Bits.h
2012-12-16 Chao YangFix example for folly::format
2012-12-16 Tom JacksonComposed, for lightweight operator composition
2012-12-16 Tom JacksonAdding support for printing arbitrary pointers
2012-12-16 Tom JacksonEnabling format("{}", format(...))
2012-12-16 Tudor Bosmanadd IOBuf::moveToFbString
2012-12-16 Marcelo JuchemClang complains about errors in folly String-inl.h...
2012-12-16 Marcelo JuchemAdding usage example for BENCHMARK_DRAW_LINE()
2012-12-16 Nicholas OrmrodAugment DynamicConverter's is_container check
2012-12-16 Tudor Bosmanints used as flags (bitwise): so C
2012-12-16 Tudor BosmanRetry wait() on EINTR; clean up signal handling
2012-12-16 Tudor Bosmanfix typos in comment; RV_* do not have to be public
2012-12-16 Tudor BosmanSubprocess library, modeled after python's subprocess...
2012-12-16 Misha Shneerson[Conv] Remove __int128 overload
2012-12-16 Adam Simpkinsupdate function_benchmark to test exception handling
2012-12-16 Misha Shneerson[Conv] MaxString specialization for __int128
2012-12-16 Hari Manikarnikamake folly::toJson retain non-ascii chars if encode_non...
2012-10-29 Tom JacksonOptional bugfixes
2012-10-29 Xin Liufixing double destruction of CSL::data_type
2012-10-29 Marcelo Juchemfix Benchmark docs
2012-10-29 Tom Jacksonfolly::gen, or Comprehensions->Folly
2012-10-29 Andrei Alexandrescufbstring's front() and back() return by reference
2012-10-29 Tom JacksonOptional
2012-10-29 Tudor BosmanAdd a folly::exceptionStr overload
2012-10-29 Sumeet UngratwarAdding a general doc for traits provided in folly/Traits.h
2012-10-12 Tudor BosmanAdd SpookyHashV2
2012-10-12 Wei XuFix fbstring hash
2012-10-12 Rajat GoelJust trying out one more combination
2012-10-12 Jonathan CoensGet total memory currently allocated by an Arena allocator
2012-10-12 Anton Likhtarovfolly/json: serialize \r and \n as \r and \n
2012-10-12 Ashoat TevosyanAdd DynamicConverters for const strings.
2012-10-12 Andrew TullochUpdate folly/docs/Synchronized.md
2012-10-12 Jordan DeLongAdd a FAQ item about dynamic strings
2012-10-12 Philip ProninSpinLockArray
2012-10-12 Andrei AlexandrescuBetter unsigned to string conversion
2012-10-12 Jeremy LilleyFix push_back() to shared fbstring bug.
2012-10-12 Lucian Grijincufolly: Range: implement find_first_of and optimize...
2012-10-12 Rajat GoelSyntactic sugar
2012-10-12 John Fremlin VIIadd pop_back to arrays
2012-09-17 Anton Likhtarovfolly/SmallLocks.h compiler warning
2012-09-17 Tudor BosmanVerbosify exception tracer dumps
2012-09-17 Fan Guosupport -nan in conversion
2012-09-17 Tudor BosmanFix InpuByteStreamSplitter in debug mode.
2012-09-17 Philip ProninHistogram function to write tab-separated values.
2012-09-17 Tudor BosmanMinor huge pages library changes
2012-09-17 Tudor BosmanHuge page library.
2012-09-17 Lucian Grijincufix build on: define own version of ALLOCM_LG_ALIGN
2012-09-17 Tudor BosmanUnbreak build.
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental
2012-09-17 Lucian GrijincuAdd ALLOCM_LG_ALIGN to Malloc.h
2012-09-17 Tudor BosmanStream operations: file access, iteration, splitting.
2012-08-26 Tudor BosmanFix fedora / ubuntu build
2012-08-26 Adam Simpkinsfolly: simplify the stats avgHelper() function
2012-08-26 Adam SimpkinsBucketedTimeSeries: fix type converison issues computin...
2012-08-26 Adam Simpkinsfolly: add a simple benchmark for Histogram::addValue()
2012-08-26 Shuai Dingchange shared_ptr<>* to raw pointer
2012-08-26 Adam SimpkinsAdd BucketedTimeSeries to folly
2012-08-26 Philip Proninone more simple folly::join optimization
2012-08-26 Tudor BosmanAdd Bob Jenkins's SpookyHash to folly.
2012-08-26 Michael CurtissisPowTwo
2012-08-26 Philip Proninone more folly::join overload
2012-08-26 Lee HwaTask #906853: Implement ThreadLocalServiceData and...
2012-08-26 Sergey Doroshenkofolly: randomNumberSeed should be random wrt multiple...
2012-08-26 Philip Proninstrings join
2012-08-26 Nicholas OrmrodAdded dynamic::convertTo<Type> method
2012-08-26 Nitay JoffeAdd exception_tracer
2012-08-26 Adam Simpkinsfolly: print nice time suffixes in benchmark output
2012-08-26 Andrei AlexandrescuFix debug build.
2012-08-26 Andrei AlexandrescuFaster repeated append (particularly for short strings)
2012-08-26 Tudor Bosmansizeof works just as well as numeric_limits<T>::digits
2012-08-26 Nicholas OrmrodIncreased std::vector compatibility of fbvector
2012-08-26 Tom JacksonRemoving broken specialization of std::hash<std::tuple>
2012-08-26 Jeremy LilleyAdd "short append" benchmark to fbstring benchmark...
2012-08-26 Andrew Gallagherfolly::dynamic: comment about std::vector const-iter...
2012-08-08 Tudor BosmanUnbreak folly build on fedora / ubuntu
2012-08-08 Tudor BosmanUse gcc builtins instead of library functions for ffs*
2012-08-08 Tudor BosmanRemove 1 instruction from popcount
2012-08-08 Tudor BosmanDetect popcnt instruction at runtime, use it if available.
2012-08-08 Andrew Gallagherfolly::dynamic: use std::vector instead of folly::fbvector
2012-08-08 Xiaoyang GaoAdd operator== and operator!= to folly::StlAllocator
2012-08-08 James SharpeRemove unused logging header
2012-08-08 Daniel WuMinor typo in comments
2012-08-08 Andrew Gallagherfbstring: mute uninitialized warnings in fbstring code
2012-08-05 Tudor BosmanAdd inverses for jenkins_rev_mix32, twang_mix64
2012-08-02 Abhijeet JoglekarAllow capacity and length to be different for user...
2012-08-02 Wei WuMake AtomicHashMap support move constructible types
2012-08-02 Rajat GoelMoving some more benchmarks to fbcode benchmark system
2012-08-02 Tudor BosmanAdd IEC binary unit prefixes
2012-08-02 Nathan Bronsonadd sched_yield in RWTicketSpinLock
2012-08-02 Jordan DeLongAdd folly::applyTuple utility
2012-08-02 Tudor BosmanFix an issue in IOBufQueue::move
2012-08-02 Tudor BosmanAdd wrapper macros for "final" and "override"
2012-07-14 Tudor BosmanAdd missing include
2012-07-13 Tudor Bosmanrallocm(ALLOCM_ZERO) only zeroes *new* memory
2012-07-13 Rajat GoelA sample diff thats ports FormatTests to benchmarks
2012-07-13 Tudor BosmanUnbreak build.
2012-07-13 Tudor BosmanRange<const char*> -> Range<const unsigned char*> impli...
2012-07-13 Tudor Bosman(minor changes, part of unrelated diff)
2012-07-13 Tudor BosmanMake Bits<T> work with T = Unaligned<X> (X is unsigned...
2012-07-13 Andrew Gallagherfolly/Malloc.h: use libstdc++-safe exception wrappers
next