X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=0dd44b1c754052261a65dd5664cb8354a3ba9c29;hb=f57db69787a7b3f7450c157e40e137d793c0b9fa;hp=19f31af42482c40620d847672732ae00a0a8d9cf;hpb=e50d7df41cf5371584281bbf4208fd8c54bbf7f5;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 19f31af4..0dd44b1c 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -57,6 +57,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 +68,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 +86,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 \ @@ -404,7 +403,6 @@ nobase_follyinclude_HEADERS = \ Random-inl.h \ Range.h \ Replaceable.h \ - RWSpinLock.h \ ScopeGuard.h \ SharedMutex.h \ Singleton.h \ @@ -438,6 +436,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 \ @@ -592,7 +595,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 +628,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 \