X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=74f465f7fd0b277cf86bb6b154ad85ac5b495ad4;hb=7bc876aa0bcd8b2685e7661050b102f3713524d8;hp=2d90added67b27af92da191ed8b16947f4d7a8b2;hpb=77bea361da2080c0a596ac0cc640a37b84091488;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 2d90adde..74f465f7 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -1,4 +1,8 @@ +if FOLLY_TESTMAIN +SUBDIRS = . experimental init test +else SUBDIRS = . test +endif ACLOCAL_AMFLAGS = -I m4 @@ -33,11 +37,14 @@ nobase_follyinclude_HEADERS = \ Baton.h \ Benchmark.h \ Bits.h \ + CallOnce.h \ Checksum.h \ ConcurrentSkipList.h \ ConcurrentSkipList-inl.h \ + ConditionallyExistent.h \ ContainerTraits.h \ Conv.h \ + CppAttributes.h \ CpuId.h \ CPortability.h \ detail/AtomicHashUtils.h \ @@ -58,6 +65,8 @@ nobase_follyinclude_HEADERS = \ detail/Malloc.h \ detail/MemoryIdler.h \ detail/MPMCPipelineDetail.h \ + detail/RangeCommon.h \ + detail/RangeSse42.h \ detail/Sleeper.h \ detail/SlowFingerprint.h \ detail/SpinLockImpl.h \ @@ -81,6 +90,7 @@ nobase_follyinclude_HEADERS = \ experimental/EliasFanoCoding.h \ experimental/EventCount.h \ experimental/Instructions.h \ + experimental/bser/Bser.h \ experimental/fibers/AddTasks.h \ experimental/fibers/AddTasks-inl.h \ experimental/fibers/Baton.h \ @@ -114,11 +124,20 @@ nobase_follyinclude_HEADERS = \ experimental/LockFreeRingBuffer.h \ experimental/NestedCommandLineApp.h \ experimental/ProgramOptions.h \ + experimental/ReadMostlySharedPtr.h \ + experimental/symbolizer/Elf.h \ + experimental/symbolizer/ElfCache.h \ + experimental/symbolizer/Dwarf.h \ + experimental/symbolizer/LineReader.h \ + experimental/symbolizer/SignalHandler.h \ + experimental/symbolizer/StackTrace.cpp \ + experimental/symbolizer/Symbolizer.h \ experimental/Select64.h \ experimental/StringKeyedCommon.h \ experimental/StringKeyedUnorderedMap.h \ experimental/StringKeyedUnorderedSet.h \ experimental/TestUtil.h \ + experimental/TLRefCount.h \ experimental/TupleOps.h \ FBString.h \ FBVector.h \ @@ -176,7 +195,9 @@ nobase_follyinclude_HEADERS = \ IPAddressV4.h \ IPAddressV6.h \ IPAddressException.h \ + Indestructible.h \ IndexedMemPool.h \ + init/Init.h \ IntrusiveList.h \ io/Compression.h \ io/Cursor.h \ @@ -186,6 +207,7 @@ nobase_follyinclude_HEADERS = \ io/RecordIO-inl.h \ io/TypedIOBuf.h \ io/ShutdownSocketSet.h \ + io/async/AsyncPipe.h \ io/async/AsyncTimeout.h \ io/async/AsyncTransport.h \ io/async/AsyncUDPServerSocket.h \ @@ -206,6 +228,7 @@ nobase_follyinclude_HEADERS = \ io/async/EventUtil.h \ io/async/NotificationQueue.h \ io/async/HHWheelTimer.h \ + io/async/OpenSSLPtrTypes.h \ io/async/Request.h \ io/async/SSLContext.h \ io/async/ScopedEventBaseThread.h \ @@ -217,6 +240,7 @@ nobase_follyinclude_HEADERS = \ io/async/test/MockAsyncSSLSocket.h \ io/async/test/MockAsyncTransport.h \ io/async/test/MockAsyncUDPSocket.h \ + io/async/test/MockTimeoutManager.h \ io/async/test/SocketPair.h \ io/async/test/TimeUtil.h \ io/async/test/UndelayedDestruction.h \ @@ -240,6 +264,10 @@ nobase_follyinclude_HEADERS = \ Padded.h \ PicoSpinLock.h \ Portability.h \ + portability/Constexpr.h \ + portability/Environment.h \ + portability/Syscall.h \ + portability/SysUio.h \ Preprocessor.h \ ProducerConsumerQueue.h \ Random.h \ @@ -250,10 +278,12 @@ nobase_follyinclude_HEADERS = \ SharedMutex.h \ Singleton.h \ Singleton-inl.h \ + SingletonThreadLocal.h \ SmallLocks.h \ small_vector.h \ SocketAddress.h \ sorted_vector_types.h \ + SparseByteSet.h \ SpinLock.h \ SpookyHashV1.h \ SpookyHashV2.h \ @@ -263,6 +293,8 @@ nobase_follyinclude_HEADERS = \ stats/Histogram.h \ stats/MultiLevelTimeSeries-defs.h \ stats/MultiLevelTimeSeries.h \ + stats/TimeseriesHistogram-defs.h \ + stats/TimeseriesHistogram.h \ String.h \ String-inl.h \ Subprocess.h \ @@ -273,6 +305,7 @@ nobase_follyinclude_HEADERS = \ test/function_benchmark/test_functions.h \ test/SynchronizedTestLib.h \ test/SynchronizedTestLib-inl.h \ + test/TestUtils.h \ ThreadCachedArena.h \ ThreadCachedInt.h \ ThreadLocal.h \ @@ -300,11 +333,11 @@ CLEANFILES += GroupVarintTables.cpp libfollybase_la_SOURCES = \ Conv.cpp \ Demangle.cpp \ + detail/RangeCommon.cpp \ + detail/RangeSse42.cpp \ EscapeTables.cpp \ Format.cpp \ FormatTables.cpp \ - Malloc.cpp \ - Range.cpp \ StringBase.cpp \ String.cpp \ Unicode.cpp @@ -325,6 +358,7 @@ libfolly_la_SOURCES = \ futures/QueuedImmediateExecutor.cpp \ futures/ThreadWheelTimekeeper.cpp \ detail/Futex.cpp \ + detail/ThreadLocalDetail.cpp \ GroupVarint.cpp \ GroupVarintTables.cpp \ IPAddress.cpp \ @@ -336,6 +370,7 @@ libfolly_la_SOURCES = \ io/IOBufQueue.cpp \ io/RecordIO.cpp \ io/ShutdownSocketSet.cpp \ + io/async/AsyncPipe.cpp \ io/async/AsyncTimeout.cpp \ io/async/AsyncUDPSocket.cpp \ io/async/AsyncServerSocket.cpp \ @@ -346,6 +381,7 @@ libfolly_la_SOURCES = \ io/async/EventBaseLocal.cpp \ io/async/EventBaseManager.cpp \ io/async/EventHandler.cpp \ + io/async/Request.cpp \ io/async/SSLContext.cpp \ io/async/ScopedEventBaseThread.cpp \ io/async/HHWheelTimer.cpp \ @@ -355,6 +391,7 @@ libfolly_la_SOURCES = \ detail/MemoryIdler.cpp \ MacAddress.cpp \ MemoryMapping.cpp \ + portability/Environment.cpp \ Random.cpp \ SafeAssert.cpp \ SharedMutex.cpp \ @@ -368,6 +405,8 @@ libfolly_la_SOURCES = \ TimeoutQueue.cpp \ Uri.cpp \ Version.cpp \ + experimental/bser/Dump.cpp \ + experimental/bser/Load.cpp \ experimental/fibers/Baton.cpp \ experimental/fibers/Fiber.cpp \ experimental/fibers/FiberManager.cpp \