Pull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6
authorJordan DeLong <jdelong@fb.com>
Sat, 2 Jun 2012 18:19:29 +0000 (11:19 -0700)
committerJordan DeLong <jdelong@fb.com>
Sat, 2 Jun 2012 18:19:29 +0000 (11:19 -0700)
commit27494a20393fa45072e7d526d358835f3abe312a
tree779956d5014d355895f0821cbcac79086cdcf9eb
parent59de307e004d6c19cf32930d4b356a6eee102b90
Pull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6
164 files changed:
folly/Arena-inl.h [new file with mode: 0644]
folly/Arena.h [new file with mode: 0644]
folly/AtomicHashArray-inl.h [new file with mode: 0644]
folly/AtomicHashArray.h [new file with mode: 0644]
folly/AtomicHashMap-inl.h [new file with mode: 0644]
folly/AtomicHashMap.h [new file with mode: 0644]
folly/Benchmark.cpp [new file with mode: 0644]
folly/Benchmark.h [new file with mode: 0644]
folly/Bits.h [new file with mode: 0644]
folly/ConcurrentSkipList-inl.h [new file with mode: 0644]
folly/ConcurrentSkipList.h [new file with mode: 0644]
folly/Conv.cpp [new file with mode: 0644]
folly/Conv.h [new file with mode: 0644]
folly/DiscriminatedPtr.h [new file with mode: 0644]
folly/FBString.h [new file with mode: 0644]
folly/FBVector.h [new file with mode: 0644]
folly/Foreach.h [new file with mode: 0644]
folly/Format-inl.h [new file with mode: 0644]
folly/Format.cpp [new file with mode: 0644]
folly/Format.h [new file with mode: 0644]
folly/FormatArg.h [new file with mode: 0644]
folly/GroupVarint.cpp [new file with mode: 0644]
folly/GroupVarint.h [new file with mode: 0644]
folly/Hash.h [new file with mode: 0644]
folly/Histogram-inl.h [new file with mode: 0644]
folly/Histogram.h [new file with mode: 0644]
folly/IntrusiveList.h [new file with mode: 0644]
folly/Likely.h [new file with mode: 0644]
folly/Makefile.am [new file with mode: 0644]
folly/Malloc.h [new file with mode: 0644]
folly/MapUtil.h [new file with mode: 0644]
folly/PackedSyncPtr.h [new file with mode: 0644]
folly/Portability.h [new file with mode: 0644]
folly/Preprocessor.h [new file with mode: 0644]
folly/ProducerConsumerQueue.h [new file with mode: 0644]
folly/README [new file with mode: 0644]
folly/RWSpinLock.h [new file with mode: 0644]
folly/Random.cpp [new file with mode: 0644]
folly/Random.h [new file with mode: 0644]
folly/Range.cpp [new file with mode: 0644]
folly/Range.h [new file with mode: 0644]
folly/SConstruct.double-conversion [new file with mode: 0644]
folly/ScopeGuard.h [new file with mode: 0644]
folly/SmallLocks.h [new file with mode: 0644]
folly/StlAllocator.h [new file with mode: 0644]
folly/String-inl.h [new file with mode: 0644]
folly/String.cpp [new file with mode: 0644]
folly/String.h [new file with mode: 0644]
folly/Synchronized.h [new file with mode: 0644]
folly/ThreadCachedArena.cpp [new file with mode: 0644]
folly/ThreadCachedArena.h [new file with mode: 0644]
folly/ThreadCachedInt.h [new file with mode: 0644]
folly/ThreadLocal.h [new file with mode: 0644]
folly/TimeoutQueue.cpp [new file with mode: 0644]
folly/TimeoutQueue.h [new file with mode: 0644]
folly/Traits.h [new file with mode: 0644]
folly/Unicode.cpp [new file with mode: 0644]
folly/Unicode.h [new file with mode: 0644]
folly/build/generate_escape_tables.py [new file with mode: 0755]
folly/build/generate_format_tables.py [new file with mode: 0755]
folly/build/generate_varint_tables.py [new file with mode: 0755]
folly/configure.ac [new file with mode: 0644]
folly/detail/AtomicHashUtils.h [new file with mode: 0644]
folly/detail/BitIteratorDetail.h [new file with mode: 0644]
folly/detail/DiscriminatedPtrDetail.h [new file with mode: 0644]
folly/detail/GroupVarintDetail.h [new file with mode: 0644]
folly/detail/ThreadLocalDetail.h [new file with mode: 0644]
folly/docs/.gitignore [new file with mode: 0644]
folly/docs/AtomicHashMap.md [new file with mode: 0644]
folly/docs/Benchmark.md [new file with mode: 0644]
folly/docs/Conv.md [new file with mode: 0644]
folly/docs/Dynamic.md [new file with mode: 0644]
folly/docs/FBString.md [new file with mode: 0644]
folly/docs/FBVector.md [new file with mode: 0644]
folly/docs/Fbvector--graphical_solutions.png [new file with mode: 0644]
folly/docs/Format.md [new file with mode: 0644]
folly/docs/GroupVarint.md [new file with mode: 0644]
folly/docs/Histogram.md [new file with mode: 0644]
folly/docs/Makefile [new file with mode: 0644]
folly/docs/Overview.md [new file with mode: 0644]
folly/docs/PackedSyncPtr.md [new file with mode: 0644]
folly/docs/ProducerConsumerQueue.md [new file with mode: 0644]
folly/docs/SmallLocks.md [new file with mode: 0644]
folly/docs/Synchronized.md [new file with mode: 0644]
folly/docs/ThreadCachedInt.md [new file with mode: 0644]
folly/docs/ThreadLocal.md [new file with mode: 0644]
folly/docs/small_vector.md [new file with mode: 0644]
folly/docs/style.css [new file with mode: 0644]
folly/dynamic-inl.h [new file with mode: 0644]
folly/dynamic.cpp [new file with mode: 0644]
folly/dynamic.h [new file with mode: 0644]
folly/eventfd.h [new file with mode: 0644]
folly/experimental/Bits.h [new file with mode: 0644]
folly/experimental/TestUtil.cpp [new file with mode: 0644]
folly/experimental/TestUtil.h [new file with mode: 0644]
folly/experimental/io/Cursor.h [new file with mode: 0644]
folly/experimental/io/IOBuf.cpp [new file with mode: 0644]
folly/experimental/io/IOBuf.h [new file with mode: 0644]
folly/experimental/io/IOBufQueue.cpp [new file with mode: 0644]
folly/experimental/io/IOBufQueue.h [new file with mode: 0644]
folly/experimental/io/test/IOBufCursorTest.cpp [new file with mode: 0644]
folly/experimental/io/test/IOBufQueueTest.cpp [new file with mode: 0644]
folly/experimental/io/test/IOBufTest.cpp [new file with mode: 0644]
folly/experimental/io/test/Makefile.am [new file with mode: 0644]
folly/experimental/io/test/NetworkBenchmark.cpp [new file with mode: 0644]
folly/experimental/test/BitsTest.cpp [new file with mode: 0644]
folly/experimental/test/TestUtilTest.cpp [new file with mode: 0644]
folly/folly-config.h [new file with mode: 0644]
folly/json.cpp [new file with mode: 0644]
folly/json.h [new file with mode: 0644]
folly/m4/ac_cxx_compile_stdcxx_0x.m4 [new file with mode: 0644]
folly/m4/ax_boost_base.m4 [new file with mode: 0644]
folly/m4/ax_boost_regex.m4 [new file with mode: 0644]
folly/m4/ax_boost_thread.m4 [new file with mode: 0644]
folly/m4/ax_prefix_config.m4 [new file with mode: 0644]
folly/small_vector.h [new file with mode: 0644]
folly/sorted_vector_types.h [new file with mode: 0644]
folly/test/AtomicHashArrayTest.cpp [new file with mode: 0644]
folly/test/AtomicHashMapTest.cpp [new file with mode: 0644]
folly/test/BenchmarkTest.cpp [new file with mode: 0644]
folly/test/BitIteratorTest.cpp [new file with mode: 0644]
folly/test/BitsTest.cpp [new file with mode: 0644]
folly/test/ConcurrentSkipListBenchmark.cpp [new file with mode: 0644]
folly/test/ConcurrentSkipListTest.cpp [new file with mode: 0644]
folly/test/ConvTest.cpp [new file with mode: 0644]
folly/test/DiscriminatedPtrTest.cpp [new file with mode: 0644]
folly/test/DynamicTest.cpp [new file with mode: 0644]
folly/test/EndianTest.cpp [new file with mode: 0644]
folly/test/EventFDTest.cpp [new file with mode: 0644]
folly/test/FBStringLibstdcxxStdexceptTest.cpp [new file with mode: 0644]
folly/test/FBStringTest.cpp [new file with mode: 0644]
folly/test/FBStringTestBenchmarks.cpp.h [new file with mode: 0644]
folly/test/FBVectorTest.cpp [new file with mode: 0644]
folly/test/FBVectorTestBenchmarks.cpp.h [new file with mode: 0644]
folly/test/ForeachTest.cpp [new file with mode: 0644]
folly/test/FormatTest.cpp [new file with mode: 0644]
folly/test/GroupVarintTest.cpp [new file with mode: 0644]
folly/test/HashTest.cpp [new file with mode: 0644]
folly/test/HistogramTest.cpp [new file with mode: 0644]
folly/test/JsonTest.cpp [new file with mode: 0644]
folly/test/Makefile.am [new file with mode: 0644]
folly/test/MapUtilTest.cpp [new file with mode: 0644]
folly/test/PackedSyncPtrTest.cpp [new file with mode: 0644]
folly/test/ProducerConsumerQueueTest.cpp [new file with mode: 0644]
folly/test/RWSpinLockTest.cpp [new file with mode: 0644]
folly/test/RangeTest.cpp [new file with mode: 0644]
folly/test/ScopeGuardTest.cpp [new file with mode: 0644]
folly/test/SmallLocksTest.cpp [new file with mode: 0644]
folly/test/StringTest.cpp [new file with mode: 0644]
folly/test/SynchronizedTest.cpp [new file with mode: 0644]
folly/test/SynchronizedTestLib-inl.h [new file with mode: 0644]
folly/test/SynchronizedTestLib.h [new file with mode: 0644]
folly/test/ThreadCachedArenaTest.cpp [new file with mode: 0644]
folly/test/ThreadCachedIntTest.cpp [new file with mode: 0644]
folly/test/ThreadLocalTest.cpp [new file with mode: 0644]
folly/test/TimeoutQueueTest.cpp [new file with mode: 0644]
folly/test/function_benchmark/Makefile.am [new file with mode: 0644]
folly/test/function_benchmark/benchmark_impl.cpp [new file with mode: 0644]
folly/test/function_benchmark/benchmark_impl.h [new file with mode: 0644]
folly/test/function_benchmark/main.cpp [new file with mode: 0644]
folly/test/function_benchmark/test_functions.cpp [new file with mode: 0644]
folly/test/function_benchmark/test_functions.h [new file with mode: 0644]
folly/test/small_vector_test.cpp [new file with mode: 0644]
folly/test/sorted_vector_test.cpp [new file with mode: 0644]