X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=94c8fe4d5ec80b1294532e39d7eeeda496f09597;hb=b422f6b54599ddbde6f5f596ec2fbc2171816301;hp=c965a587ddeaff4cb972150336cb7f30c53f59c3;hpb=4e42eb8b9730276b500d4b868bc4e47b7a2c0ec6;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index c965a587..94c8fe4d 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -1,13 +1,14 @@ if FOLLY_TESTMAIN -SUBDIRS = . experimental init test +SUBDIRS = . experimental init test io/test experimental/io/test else -SUBDIRS = . test +SUBDIRS = . experimental test io/test experimental/io/test endif ACLOCAL_AMFLAGS = -I m4 CLEANFILES = + noinst_PROGRAMS = generate_fingerprint_tables generate_fingerprint_tables_SOURCES = build/GenerateFingerprintTables.cpp generate_fingerprint_tables_LDADD = libfollybase.la @@ -43,6 +44,7 @@ nobase_follyinclude_HEADERS = \ CachelinePadded.h \ CallOnce.h \ Checksum.h \ + Chrono.h \ ClockGettimeWrappers.h \ ConcurrentSkipList.h \ ConcurrentSkipList-inl.h \ @@ -53,13 +55,13 @@ nobase_follyinclude_HEADERS = \ CPortability.h \ detail/AtomicHashUtils.h \ detail/AtomicUnorderedMapUtils.h \ + detail/AtomicUtils.h \ detail/BitIteratorDetail.h \ detail/BitsDetail.h \ detail/CacheLocality.h \ detail/CachelinePaddedImpl.h \ detail/ChecksumDetail.h \ detail/DiscriminatedPtrDetail.h \ - detail/ExceptionWrapper.h \ detail/FileUtilDetail.h \ detail/FingerprintPolynomial.h \ detail/Futex.h \ @@ -78,7 +80,7 @@ nobase_follyinclude_HEADERS = \ detail/StaticSingletonManager.h \ detail/Stats.h \ detail/ThreadLocalDetail.h \ - detail/TryDetail.h \ + detail/TryDetail.h \ detail/TurnSequencer.h \ detail/UncaughtExceptionCounter.h \ Demangle.h \ @@ -94,6 +96,8 @@ nobase_follyinclude_HEADERS = \ Executor.h \ Expected.h \ experimental/AsymmetricMemoryBarrier.h \ + experimental/AtomicSharedPtr.h \ + experimental/detail/AtomicSharedPtr-detail.h \ experimental/AutoTimer.h \ experimental/Bits.h \ experimental/BitVectorCoding.h \ @@ -101,12 +105,14 @@ nobase_follyinclude_HEADERS = \ experimental/DynamicParser-inl.h \ experimental/ExecutionObserver.h \ experimental/EliasFanoCoding.h \ + experimental/EnvUtil.h \ experimental/EventCount.h \ experimental/Instructions.h \ experimental/bser/Bser.h \ experimental/FunctionScheduler.h \ experimental/FutureDAG.h \ experimental/io/FsUtil.h \ + experimental/JemallocNodumpAllocator.h \ experimental/JSONSchema.h \ experimental/LockFreeRingBuffer.h \ experimental/NestedCommandLineApp.h \ @@ -144,6 +150,7 @@ nobase_follyinclude_HEADERS = \ File.h \ FileUtil.h \ Fingerprint.h \ + FixedString.h \ folly-config.h \ Foreach.h \ FormatArg.h \ @@ -157,6 +164,7 @@ nobase_follyinclude_HEADERS = \ futures/Future.h \ futures/Future-inl.h \ futures/FutureException.h \ + futures/FutureSplitter.h \ futures/InlineExecutor.h \ futures/ManualExecutor.h \ futures/OpaqueCallbackShunt.h \ @@ -171,6 +179,7 @@ nobase_follyinclude_HEADERS = \ futures/detail/Core.h \ futures/detail/FSM.h \ futures/detail/Types.h \ + futures/test/TestExecutor.h \ gen/Base.h \ gen/Base-inl.h \ gen/Combine.h \ @@ -221,6 +230,7 @@ nobase_follyinclude_HEADERS = \ io/async/EventBase.h \ io/async/EventBaseLocal.h \ io/async/EventBaseManager.h \ + io/async/EventBaseThread.h \ io/async/EventFDWrapper.h \ io/async/EventHandler.h \ io/async/EventUtil.h \ @@ -234,8 +244,10 @@ nobase_follyinclude_HEADERS = \ io/async/SSLContext.h \ io/async/ScopedEventBaseThread.h \ io/async/TimeoutManager.h \ + io/async/VirtualEventBase.h \ io/async/WriteChainAsyncTransportWrapper.h \ io/async/test/AsyncSSLSocketTest.h \ + io/async/test/AsyncSocketTest2.h \ io/async/test/BlockingSocket.h \ io/async/test/MockAsyncSocket.h \ io/async/test/MockAsyncServerSocket.h \ @@ -245,6 +257,7 @@ nobase_follyinclude_HEADERS = \ io/async/test/MockTimeoutManager.h \ io/async/test/ScopedBoundPort.h \ io/async/test/SocketPair.h \ + io/async/test/TestSSLServer.h \ io/async/test/TimeUtil.h \ io/async/test/UndelayedDestruction.h \ io/async/test/Util.h \ @@ -280,7 +293,6 @@ nobase_follyinclude_HEADERS = \ portability/Config.h \ portability/Constexpr.h \ portability/Dirent.h \ - portability/Environment.h \ portability/Event.h \ portability/Fcntl.h \ portability/GFlags.h \ @@ -291,6 +303,7 @@ nobase_follyinclude_HEADERS = \ portability/Malloc.h \ portability/Math.h \ portability/Memory.h \ + portability/OpenSSL.h \ portability/PThread.h \ portability/Sockets.h \ portability/Stdio.h \ @@ -311,6 +324,7 @@ nobase_follyinclude_HEADERS = \ portability/Windows.h \ portability/Unistd.h \ Preprocessor.h \ + PriorityMPMCQueue.h \ ProducerConsumerQueue.h \ Random.h \ Random-inl.h \ @@ -331,9 +345,10 @@ nobase_follyinclude_HEADERS = \ SpinLock.h \ SpookyHashV1.h \ SpookyHashV2.h \ + ssl/OpenSSLCertUtils.h \ ssl/OpenSSLHash.h \ + ssl/OpenSSLVersionFinder.h \ ssl/SSLSession.h \ - ssl/detail/OpenSSLVersionFinder.h \ ssl/detail/SSLSessionImpl.h \ stats/BucketedTimeSeries-defs.h \ stats/BucketedTimeSeries.h \ @@ -362,14 +377,17 @@ nobase_follyinclude_HEADERS = \ ThreadName.h \ TimeoutQueue.h \ TokenBucket.h \ + tracing/StaticTracepoint.h \ Traits.h \ Try-inl.h \ Try.h \ Unicode.h \ Function.h \ + UncaughtExceptions.h \ Unit.h \ Uri.h \ Uri-inl.h \ + Utility.h \ Varint.h \ VersionCheck.h @@ -409,6 +427,8 @@ libfolly_la_SOURCES = \ detail/CacheLocality.cpp \ detail/IPAddress.cpp \ dynamic.cpp \ + ExceptionWrapper.cpp \ + Executor.cpp \ File.cpp \ FileUtil.cpp \ FingerprintTables.cpp \ @@ -418,6 +438,7 @@ libfolly_la_SOURCES = \ futures/ManualExecutor.cpp \ futures/QueuedImmediateExecutor.cpp \ futures/ThreadWheelTimekeeper.cpp \ + futures/test/TestExecutor.cpp \ detail/Futex.cpp \ detail/StaticSingletonManager.cpp \ detail/ThreadLocalDetail.cpp \ @@ -427,6 +448,7 @@ libfolly_la_SOURCES = \ IPAddressV4.cpp \ IPAddressV6.cpp \ LifoSem.cpp \ + init/Init.cpp \ io/Compression.cpp \ io/Cursor.cpp \ io/IOBuf.cpp \ @@ -443,10 +465,12 @@ libfolly_la_SOURCES = \ io/async/EventBase.cpp \ io/async/EventBaseLocal.cpp \ io/async/EventBaseManager.cpp \ + io/async/EventBaseThread.cpp \ io/async/EventHandler.cpp \ io/async/Request.cpp \ io/async/SSLContext.cpp \ io/async/ScopedEventBaseThread.cpp \ + io/async/VirtualEventBase.cpp \ io/async/HHWheelTimer.cpp \ io/async/TimeoutManager.cpp \ io/async/test/ScopedBoundPort.cpp \ @@ -460,11 +484,11 @@ libfolly_la_SOURCES = \ MacAddress.cpp \ MemoryMapping.cpp \ portability/Dirent.cpp \ - portability/Environment.cpp \ portability/Fcntl.cpp \ portability/Libgen.cpp \ portability/Malloc.cpp \ portability/Memory.cpp \ + portability/OpenSSL.cpp \ portability/Sockets.cpp \ portability/Stdio.cpp \ portability/Stdlib.cpp \ @@ -480,6 +504,7 @@ libfolly_la_SOURCES = \ portability/Unistd.cpp \ Random.cpp \ SafeAssert.cpp \ + ScopeGuard.cpp \ SharedMutex.cpp \ Shell.cpp \ MicroLock.cpp \ @@ -487,6 +512,7 @@ libfolly_la_SOURCES = \ SocketAddress.cpp \ SpookyHashV1.cpp \ SpookyHashV2.cpp \ + ssl/OpenSSLCertUtils.cpp \ ssl/OpenSSLHash.cpp \ ssl/detail/SSLSessionImpl.cpp \ stats/Instantiations.cpp \ @@ -499,8 +525,10 @@ libfolly_la_SOURCES = \ experimental/bser/Dump.cpp \ experimental/bser/Load.cpp \ experimental/DynamicParser.cpp \ + experimental/EnvUtil.cpp \ experimental/FunctionScheduler.cpp \ experimental/io/FsUtil.cpp \ + experimental/JemallocNodumpAllocator.cpp \ experimental/JSONSchema.cpp \ experimental/NestedCommandLineApp.cpp \ experimental/observer/detail/Core.cpp \ @@ -530,6 +558,7 @@ nobase_follyinclude_HEADERS += \ fibers/Baton-inl.h \ fibers/BatchDispatcher.h \ fibers/BoostContextCompatibility.h \ + fibers/detail/AtomicBatchDispatcher.h \ fibers/EventBaseLoopController.h \ fibers/EventBaseLoopController-inl.h \ fibers/Fiber.h \ @@ -557,6 +586,7 @@ nobase_follyinclude_HEADERS += \ libfolly_la_SOURCES += \ fibers/Baton.cpp \ + fibers/detail/AtomicBatchDispatcher.cpp \ fibers/Fiber.cpp \ fibers/FiberManager.cpp \ fibers/FiberManagerMap.cpp \