X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=be999f3c4720aa5f245fb651b12c2f4ad08fc14c;hb=730db44fc0c60c573111449ac7213303f7ed223d;hp=ce29ac05e966d27595d30bf7901d75f4545ef2f5;hpb=fe34da59aecff8fb1bfca13361d02026cfa3b17e;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index ce29ac05..be999f3c 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -5,7 +5,7 @@ endif # Note that the order of SUBDIRS matters. # Many subdirectories depend on libfollytest from the test directory, # so it must appear before other directories -SUBDIRS = . test experimental $(MAYBE_INIT) io/test stats/test +SUBDIRS = . test experimental $(MAYBE_INIT) chrono/test io/test stats/test ACLOCAL_AMFLAGS = -I m4 @@ -27,10 +27,6 @@ lib_LTLIBRARIES = \ follyincludedir = $(includedir)/folly nobase_follyinclude_HEADERS = \ - ApplyTuple.h \ - Arena.h \ - Arena-inl.h \ - Array.h \ Assume.h \ AtomicBitSet.h \ AtomicHashArray.h \ @@ -45,25 +41,34 @@ nobase_follyinclude_HEADERS = \ Benchmark.h \ Bits.h \ CachelinePadded.h \ - CallOnce.h \ Chrono.h \ + chrono/Conv.h \ ClockGettimeWrappers.h \ ConcurrentSkipList.h \ ConcurrentSkipList-inl.h \ - ContainerTraits.h \ Conv.h \ CppAttributes.h \ CpuId.h \ CPortability.h \ + compression/Compression.h \ + compression/Utils.h \ + compression/Zlib.h \ concurrency/CacheLocality.h \ concurrency/ConcurrentHashMap.h \ concurrency/CoreCachedSharedPtr.h \ - concurrency/GlobalThreadPoolList.h \ concurrency/detail/ConcurrentHashMap-detail.h \ + container/Access.h \ + container/Array.h \ + container/Iterator.h \ + container/Enumerate.h \ + container/EvictingCacheMap.h \ + container/Foreach.h \ + container/Foreach-inl.h \ + container/SparseByteSet.h \ ConstexprMath.h \ + detail/AtFork.h \ detail/AtomicHashUtils.h \ detail/AtomicUnorderedMapUtils.h \ - detail/AtomicUtils.h \ detail/BitIteratorDetail.h \ detail/DiscriminatedPtrDetail.h \ detail/FileUtilDetail.h \ @@ -72,9 +77,9 @@ nobase_follyinclude_HEADERS = \ detail/GroupVarintDetail.h \ detail/IPAddress.h \ detail/IPAddressSource.h \ - detail/MallocImpl.h \ detail/MemoryIdler.h \ detail/MPMCPipelineDetail.h \ + detail/PolyDetail.h \ detail/RangeCommon.h \ detail/RangeSse42.h \ detail/Sleeper.h \ @@ -82,38 +87,39 @@ nobase_follyinclude_HEADERS = \ detail/SocketFastOpen.h \ detail/StaticSingletonManager.h \ detail/ThreadLocalDetail.h \ + detail/TypeList.h \ detail/TurnSequencer.h \ detail/UncaughtExceptionCounter.h \ executors/Async.h \ - executors/BlockingQueue.h \ executors/CPUThreadPoolExecutor.h \ executors/Codel.h \ executors/DrivableExecutor.h \ executors/FiberIOExecutor.h \ executors/FutureExecutor.h \ executors/GlobalExecutor.h \ + executors/GlobalThreadPoolList.h \ + executors/InlineExecutor.h \ executors/IOExecutor.h \ executors/IOObjectCache.h \ executors/IOThreadPoolExecutor.h \ - executors/LifoSemMPMCQueue.h \ - executors/NamedThreadFactory.h \ executors/NotificationQueueExecutor.h \ - executors/PriorityLifoSemMPMCQueue.h \ - executors/PriorityThreadFactory.h \ executors/ScheduledExecutor.h \ executors/SerialExecutor.h \ - executors/ThreadFactory.h \ executors/ThreadPoolExecutor.h \ executors/ThreadedExecutor.h \ - executors/UnboundedBlockingQueue.h \ - executors/QueuedImmediateExecutor.h \ + executors/task_queue/BlockingQueue.h \ + executors/task_queue/LifoSemMPMCQueue.h \ + executors/task_queue/PriorityLifoSemMPMCQueue.h \ + executors/task_queue/UnboundedBlockingQueue.h \ + executors/thread_factory/NamedThreadFactory.h \ + executors/thread_factory/PriorityThreadFactory.h \ + executors/thread_factory/ThreadFactory.h \ + functional/ApplyTuple.h \ Demangle.h \ DiscriminatedPtr.h \ DynamicConverter.h \ dynamic.h \ dynamic-inl.h \ - Enumerate.h \ - EvictingCacheMap.h \ Exception.h \ ExceptionString.h \ ExceptionWrapper.h \ @@ -122,7 +128,6 @@ nobase_follyinclude_HEADERS = \ Expected.h \ concurrency/AtomicSharedPtr.h \ concurrency/detail/AtomicSharedPtr-detail.h \ - experimental/AsymmetricMemoryBarrier.h \ experimental/AutoTimer.h \ experimental/ThreadedRepeatingFunctionRunner.h \ experimental/Bits.h \ @@ -152,14 +157,20 @@ nobase_follyinclude_HEADERS = \ experimental/JSONSchema.h \ experimental/LockFreeRingBuffer.h \ experimental/logging/AsyncFileWriter.h \ + experimental/logging/FileHandlerFactory.h \ experimental/logging/GlogStyleFormatter.h \ experimental/logging/ImmediateFileWriter.h \ experimental/logging/Init.h \ experimental/logging/LogCategory.h \ + experimental/logging/LogCategoryConfig.h \ + experimental/logging/LogConfig.h \ + experimental/logging/LogConfigParser.h \ experimental/logging/LogFormatter.h \ experimental/logging/Logger.h \ experimental/logging/LoggerDB.h \ experimental/logging/LogHandler.h \ + experimental/logging/LogHandlerFactory.h \ + experimental/logging/LogHandlerConfig.h \ experimental/logging/LogLevel.h \ experimental/logging/LogMessage.h \ experimental/logging/LogName.h \ @@ -200,8 +211,6 @@ nobase_follyinclude_HEADERS = \ Fingerprint.h \ FixedString.h \ folly-config.h \ - Foreach.h \ - Foreach-inl.h \ FormatArg.h \ FormatTraits.h \ Format.h \ @@ -215,8 +224,6 @@ nobase_follyinclude_HEADERS = \ futures/Future-inl.h \ futures/FutureException.h \ futures/FutureSplitter.h \ - futures/InlineExecutor.h \ - futures/ManualExecutor.h \ futures/Promise-inl.h \ futures/Promise.h \ futures/SharedPromise.h \ @@ -229,6 +236,7 @@ nobase_follyinclude_HEADERS = \ futures/test/TestExecutor.h \ hash/Checksum.h \ hash/detail/ChecksumDetail.h \ + hash/Hash.h \ hash/SpookyHashV1.h \ hash/SpookyHashV2.h \ gen/Base.h \ @@ -255,7 +263,6 @@ nobase_follyinclude_HEADERS = \ IndexedMemPool.h \ init/Init.h \ IntrusiveList.h \ - io/Compression.h \ io/Cursor.h \ io/Cursor-inl.h \ io/IOBuf.h \ @@ -313,25 +320,28 @@ nobase_follyinclude_HEADERS = \ io/async/test/TimeUtil.h \ io/async/test/UndelayedDestruction.h \ io/async/test/Util.h \ - io/compression/Utils.h \ - io/compression/Zlib.h \ - Iterator.h \ json.h \ - Launder.h \ + lang/Assume.h \ + lang/ColdClass.h \ + lang/Launder.h \ + lang/RValueReferenceWrapper.h \ + lang/SafeAssert.h \ Lazy.h \ - LifoSem.h \ Likely.h \ LockTraits.h \ LockTraitsBoost.h \ Logging.h \ MacAddress.h \ - Malloc.h \ MapUtil.h \ Math.h \ Memory.h \ - MemoryMapping.h \ + memory/Arena.h \ + memory/Arena-inl.h \ memory/MallctlHelper.h \ + memory/Malloc.h \ + memory/ThreadCachedArena.h \ memory/UninitializedMemoryHacks.h \ + memory/detail/MallocImpl.h \ MicroSpinLock.h \ MicroLock.h \ MoveWrapper.h \ @@ -342,6 +352,10 @@ nobase_follyinclude_HEADERS = \ PackedSyncPtr.h \ Padded.h \ PicoSpinLock.h \ + Poly.h \ + Poly-inl.h \ + poly/Nullable.h \ + poly/Regular.h \ Portability.h \ portability/Asm.h \ portability/Atomic.h \ @@ -389,10 +403,8 @@ nobase_follyinclude_HEADERS = \ Range.h \ Replaceable.h \ RWSpinLock.h \ - SafeAssert.h \ ScopeGuard.h \ SharedMutex.h \ - Shell.h \ Singleton.h \ Singleton-inl.h \ SingletonThreadLocal.h \ @@ -400,7 +412,6 @@ nobase_follyinclude_HEADERS = \ small_vector.h \ SocketAddress.h \ sorted_vector_types.h \ - SparseByteSet.h \ SpinLock.h \ ssl/Init.h \ ssl/OpenSSLCertUtils.h \ @@ -420,6 +431,15 @@ nobase_follyinclude_HEADERS = \ stats/MultiLevelTimeSeries.h \ stats/TimeseriesHistogram-defs.h \ stats/TimeseriesHistogram.h \ + synchronization/AsymmetricMemoryBarrier.h \ + synchronization/CallOnce.h \ + synchronization/LifoSem.h \ + synchronization/detail/AtomicUtils.h \ + system/MemoryMapping.h \ + system/Shell.h \ + system/ThreadId.h \ + system/ThreadName.h \ + system/VersionCheck.h \ stop_watch.h \ String.h \ String-inl.h \ @@ -433,11 +453,8 @@ nobase_follyinclude_HEADERS = \ test/SynchronizedTestLib.h \ test/SynchronizedTestLib-inl.h \ test/TestUtils.h \ - ThreadCachedArena.h \ ThreadCachedInt.h \ - ThreadId.h \ ThreadLocal.h \ - ThreadName.h \ TimeoutQueue.h \ TokenBucket.h \ tracing/StaticTracepoint.h \ @@ -447,14 +464,12 @@ nobase_follyinclude_HEADERS = \ Try.h \ Unicode.h \ Function.h \ - Functional.h \ UncaughtExceptions.h \ Unit.h \ Uri.h \ Uri-inl.h \ Utility.h \ - Varint.h \ - VersionCheck.h + Varint.h FormatTables.cpp: build/generate_format_tables.py $(PYTHON) build/generate_format_tables.py @@ -487,10 +502,11 @@ libfollybase_la_SOURCES = \ Unicode.cpp libfolly_la_SOURCES = \ - Assume.cpp \ ClockGettimeWrappers.cpp \ + compression/Compression.cpp \ + compression/Zlib.cpp \ concurrency/CacheLocality.cpp \ - concurrency/GlobalThreadPoolList.cpp \ + detail/AtFork.cpp \ detail/Futex.cpp \ detail/IPAddress.cpp \ detail/StaticSingletonManager.cpp \ @@ -498,19 +514,22 @@ libfolly_la_SOURCES = \ dynamic.cpp \ ExceptionWrapper.cpp \ Executor.cpp \ + Expected.cpp \ File.cpp \ FileUtil.cpp \ FingerprintTables.cpp \ futures/Barrier.cpp \ futures/Future.cpp \ futures/FutureException.cpp \ - futures/ManualExecutor.cpp \ futures/ThreadWheelTimekeeper.cpp \ futures/test/TestExecutor.cpp \ executors/CPUThreadPoolExecutor.cpp \ executors/Codel.cpp \ executors/GlobalExecutor.cpp \ + executors/GlobalThreadPoolList.cpp \ executors/IOThreadPoolExecutor.cpp \ + executors/InlineExecutor.cpp \ + executors/ManualExecutor.cpp \ executors/SerialExecutor.cpp \ executors/ThreadPoolExecutor.cpp \ executors/ThreadedExecutor.cpp \ @@ -525,9 +544,7 @@ libfolly_la_SOURCES = \ IPAddress.cpp \ IPAddressV4.cpp \ IPAddressV6.cpp \ - LifoSem.cpp \ init/Init.cpp \ - io/Compression.cpp \ io/Cursor.cpp \ io/IOBuf.cpp \ io/IOBufQueue.cpp \ @@ -558,12 +575,14 @@ libfolly_la_SOURCES = \ io/async/test/TimeUtil.cpp \ io/async/ssl/OpenSSLUtils.cpp \ io/async/ssl/SSLErrors.cpp \ - io/compression/Zlib.cpp \ json.cpp \ + lang/Assume.cpp \ + lang/ColdClass.cpp \ + lang/SafeAssert.cpp \ detail/MemoryIdler.cpp \ detail/SocketFastOpen.cpp \ MacAddress.cpp \ - MemoryMapping.cpp \ + memory/ThreadCachedArena.cpp \ portability/Dirent.cpp \ portability/Fcntl.cpp \ portability/Libgen.cpp \ @@ -585,10 +604,8 @@ libfolly_la_SOURCES = \ portability/Time.cpp \ portability/Unistd.cpp \ Random.cpp \ - SafeAssert.cpp \ ScopeGuard.cpp \ SharedMutex.cpp \ - Shell.cpp \ MicroLock.cpp \ Optional.cpp \ Singleton.cpp \ @@ -602,14 +619,16 @@ libfolly_la_SOURCES = \ stats/Histogram.cpp \ stats/MultiLevelTimeSeries.cpp \ stats/TimeseriesHistogram.cpp \ + synchronization/AsymmetricMemoryBarrier.cpp \ + synchronization/LifoSem.cpp \ + system/MemoryMapping.cpp \ + system/Shell.cpp \ + system/ThreadName.cpp \ + system/VersionCheck.cpp \ Subprocess.cpp \ - ThreadCachedArena.cpp \ - ThreadName.cpp \ TimeoutQueue.cpp \ Try.cpp \ Uri.cpp \ - Version.cpp \ - experimental/AsymmetricMemoryBarrier.cpp \ experimental/ThreadedRepeatingFunctionRunner.cpp \ experimental/bser/Dump.cpp \ experimental/bser/Load.cpp \ @@ -634,7 +653,7 @@ libfolly_la_SOURCES += \ endif if !HAVE_WEAK_SYMBOLS -libfollybase_la_SOURCES += detail/MallocImpl.cpp +libfollybase_la_SOURCES += memory/detail/MallocImpl.cpp endif if HAVE_BOOST_CONTEXT @@ -705,6 +724,11 @@ libfolly_la_SOURCES += \ experimental/symbolizer/Symbolizer.cpp endif +if HAVE_VARIABLE_TEMPLATES +libfolly_la_SOURCES += \ + Poly.cpp +endif + libfollybasesse42_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION) libfollybasesse42_la_CXXFLAGS = -msse4.2 -mpclmul @@ -714,6 +738,10 @@ libfollybase_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION) libfolly_la_LIBADD = libfollybase.la libfolly_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LT_VERSION) -lssl +if USE_SYMBOLIZER +libfolly_la_LDFLAGS += -lunwind +endif + FingerprintTables.cpp: generate_fingerprint_tables ./generate_fingerprint_tables CLEANFILES += FingerprintTables.cpp