X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=3eb105ece370984df77b3cd49d17e4321ae5030d;hb=59cb2ab00419bffb627e89cb096e1288c2f37eeb;hp=19f31af42482c40620d847672732ae00a0a8d9cf;hpb=e50d7df41cf5371584281bbf4208fd8c54bbf7f5;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 19f31af4..3eb105ec 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -48,6 +48,7 @@ nobase_follyinclude_HEADERS = \ CpuId.h \ CPortability.h \ compression/Compression.h \ + compression/Counters.h \ compression/Utils.h \ compression/Zlib.h \ concurrency/CacheLocality.h \ @@ -57,6 +58,7 @@ nobase_follyinclude_HEADERS = \ concurrency/UnboundedQueue.h \ container/Access.h \ container/Array.h \ + container/detail/BitIteratorDetail.h \ container/Iterator.h \ container/Enumerate.h \ container/EvictingCacheMap.h \ @@ -67,7 +69,6 @@ nobase_follyinclude_HEADERS = \ detail/AtFork.h \ detail/AtomicHashUtils.h \ detail/AtomicUnorderedMapUtils.h \ - detail/BitIteratorDetail.h \ detail/DiscriminatedPtrDetail.h \ detail/FileUtilDetail.h \ detail/FingerprintPolynomial.h \ @@ -86,7 +87,6 @@ nobase_follyinclude_HEADERS = \ detail/ThreadLocalDetail.h \ detail/TypeList.h \ detail/TurnSequencer.h \ - detail/UncaughtExceptionCounter.h \ executors/Async.h \ executors/CPUThreadPoolExecutor.h \ executors/Codel.h \ @@ -104,6 +104,7 @@ nobase_follyinclude_HEADERS = \ executors/SerialExecutor.h \ executors/ThreadPoolExecutor.h \ executors/ThreadedExecutor.h \ + executors/TimedDrivableExecutor.h \ executors/task_queue/BlockingQueue.h \ executors/task_queue/LifoSemMPMCQueue.h \ executors/task_queue/PriorityLifoSemMPMCQueue.h \ @@ -404,7 +405,6 @@ nobase_follyinclude_HEADERS = \ Random-inl.h \ Range.h \ Replaceable.h \ - RWSpinLock.h \ ScopeGuard.h \ SharedMutex.h \ Singleton.h \ @@ -438,6 +438,11 @@ nobase_follyinclude_HEADERS = \ synchronization/Baton.h \ synchronization/CallOnce.h \ synchronization/LifoSem.h \ + synchronization/ParkingLot.h \ + synchronization/RWSpinLock.h \ + synchronization/SaturatingSemaphore.h \ + synchronization/Tearable.h \ + synchronization/WaitOptions.h \ synchronization/detail/AtomicUtils.h \ synchronization/detail/Sleeper.h \ system/MemoryMapping.h \ @@ -509,6 +514,7 @@ libfollybase_la_SOURCES = \ libfolly_la_SOURCES = \ ClockGettimeWrappers.cpp \ compression/Compression.cpp \ + compression/Counters.cpp \ compression/Zlib.cpp \ concurrency/CacheLocality.cpp \ detail/AtFork.cpp \ @@ -538,6 +544,7 @@ libfolly_la_SOURCES = \ executors/SerialExecutor.cpp \ executors/ThreadPoolExecutor.cpp \ executors/ThreadedExecutor.cpp \ + executors/TimedDrivableExecutor.cpp \ executors/QueuedImmediateExecutor.cpp \ experimental/hazptr/hazptr.cpp \ experimental/hazptr/memory_resource.cpp \ @@ -592,7 +599,6 @@ libfolly_la_SOURCES = \ portability/Fcntl.cpp \ portability/Libgen.cpp \ portability/Malloc.cpp \ - portability/Memory.cpp \ portability/OpenSSL.cpp \ portability/PThread.cpp \ portability/Sockets.cpp \ @@ -626,6 +632,8 @@ libfolly_la_SOURCES = \ stats/TimeseriesHistogram.cpp \ synchronization/AsymmetricMemoryBarrier.cpp \ synchronization/LifoSem.cpp \ + synchronization/ParkingLot.cpp \ + synchronization/WaitOptions.cpp \ system/MemoryMapping.cpp \ system/Shell.cpp \ system/ThreadName.cpp \