Revert D4832473: [Folly] Disable EnvUtil::setAsCurrentEnvironment() on platforms...
[folly.git] / folly / AtomicUnorderedMap.h
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-04 Yedidya Feldblum2017
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesSwitch uses of <sys/mman.h> to <folly/portability/SysMm...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-11-04 Zhen (Growth) Liswitch the IndexType and Allocator in AtomicUnorderedIn...
2015-10-24 Nathan Bronsonfix AtomicUnorderedInsertMap load factor computation
2015-10-23 Nathan Bronsontemplatize AtomicUnorderedInsertMap's internals to...
2015-06-15 Nathan BronsonMove AtomicUnorderedInsertMap to folly.