Make dynamic noexcept
[folly.git] / folly / Makefile.am
index 401b849a69705be99d8c8cb2f224103fc84fecb1..76ad6a30ea02aad1809f2cd16b402b2c1cb1f065 100644 (file)
@@ -50,6 +50,7 @@ nobase_follyinclude_HEADERS = \
        detail/FunctionalExcept.h \
        detail/Futex.h \
        detail/GroupVarintDetail.h \
+       detail/IPAddress.h \
        detail/Malloc.h \
        detail/MemoryIdler.h \
        detail/MPMCPipelineDetail.h \
@@ -64,11 +65,29 @@ nobase_follyinclude_HEADERS = \
        dynamic-inl.h \
        Exception.h \
        ExceptionWrapper.h \
+       EvictingCacheMap.h \
        experimental/Bits.h \
        experimental/EliasFanoCoding.h \
        experimental/EventCount.h \
        experimental/io/FsUtil.h \
+       experimental/Singleton.h \
        experimental/TestUtil.h \
+       experimental/wangle/concurrent/BlockingQueue.h \
+       experimental/wangle/concurrent/Codel.h \
+       experimental/wangle/concurrent/CPUThreadPoolExecutor.h \
+       experimental/wangle/concurrent/FutureExecutor.h \
+       experimental/wangle/concurrent/IOThreadPoolExecutor.h \
+       experimental/wangle/concurrent/LifoSemMPMCQueue.h \
+       experimental/wangle/concurrent/NamedThreadFactory.h \
+       experimental/wangle/concurrent/ThreadFactory.h \
+       experimental/wangle/concurrent/ThreadPoolExecutor.h \
+       experimental/wangle/rx/Observable.h \
+       experimental/wangle/rx/Observer.h \
+       experimental/wangle/rx/Subject.h \
+       experimental/wangle/rx/Subscription.h \
+       experimental/wangle/rx/types.h \
+       experimental/wangle/ConnectionManager.h \
+       experimental/wangle/ManagedConnection.h \
        FBString.h \
        FBVector.h \
        File.h \
@@ -105,15 +124,24 @@ nobase_follyinclude_HEADERS = \
        io/Cursor.h \
        io/IOBuf.h \
        io/IOBufQueue.h \
+       io/PortableSpinLock.h \
        io/RecordIO.h \
        io/RecordIO-inl.h \
        io/TypedIOBuf.h \
+       io/ShutdownSocketSet.h \
        io/async/AsyncTimeout.h \
+       io/async/AsyncTransport.h \
+       io/async/AsyncServerSocket.h \
+       io/async/AsyncSocket.h \
+       io/async/AsyncSocketException.h \
+       io/async/DelayedDestruction.h \
        io/async/EventBase.h \
+       io/async/EventBaseManager.h \
        io/async/EventFDWrapper.h \
        io/async/EventHandler.h \
        io/async/EventUtil.h \
        io/async/NotificationQueue.h \
+       io/async/HHWheelTimer.h \
        io/async/Request.h \
        io/async/TimeoutManager.h \
        json.h \
@@ -142,6 +170,7 @@ nobase_follyinclude_HEADERS = \
        ScopeGuard.h \
        SmallLocks.h \
        small_vector.h \
+       SocketAddress.h \
        sorted_vector_types.h \
        SpookyHashV1.h \
        SpookyHashV2.h \
@@ -171,21 +200,25 @@ nobase_follyinclude_HEADERS = \
        Uri.h \
        Uri-inl.h \
        Varint.h \
+       VersionCheck.h \
+       wangle/Deprecated.h \
        wangle/Executor.h \
        wangle/Future-inl.h \
        wangle/Future.h \
-       wangle/GenericThreadGate.h \
        wangle/InlineExecutor.h \
        wangle/Later-inl.h \
        wangle/Later.h \
        wangle/ManualExecutor.h \
+       wangle/OpaqueCallbackShunt.h \
        wangle/Promise-inl.h \
        wangle/Promise.h \
-       wangle/ThreadGate.h \
+       wangle/QueuedImmediateExecutor.h \
+       wangle/ScheduledExecutor.h \
        wangle/Try-inl.h \
        wangle/Try.h \
        wangle/WangleException.h \
-       wangle/detail/State.h
+       wangle/detail/Core.h \
+       wangle/detail/FSM.h
 
 FormatTables.cpp: build/generate_format_tables.py
        build/generate_format_tables.py
@@ -228,16 +261,22 @@ libfolly_la_SOURCES = \
        io/IOBuf.cpp \
        io/IOBufQueue.cpp \
        io/RecordIO.cpp \
+       io/ShutdownSocketSet.cpp \
        io/async/AsyncTimeout.cpp \
+       io/async/AsyncServerSocket.cpp \
+       io/async/AsyncSocket.cpp \
        io/async/EventBase.cpp \
+       io/async/EventBaseManager.cpp \
        io/async/EventHandler.cpp \
        io/async/Request.cpp \
+       io/async/HHWheelTimer.cpp \
        json.cpp \
        detail/MemoryIdler.cpp \
        MacAddress.cpp \
        MemoryMapping.cpp \
        Random.cpp \
        SafeAssert.cpp \
+       SocketAddress.cpp \
        SpookyHashV1.cpp \
        SpookyHashV2.cpp \
        stats/Instantiations.cpp \
@@ -248,9 +287,15 @@ libfolly_la_SOURCES = \
        Version.cpp \
        wangle/InlineExecutor.cpp \
        wangle/ManualExecutor.cpp \
-       wangle/ThreadGate.cpp \
        experimental/io/FsUtil.cpp \
-       experimental/TestUtil.cpp
+       experimental/Singleton.cpp \
+       experimental/TestUtil.cpp \
+       experimental/wangle/concurrent/CPUThreadPoolExecutor.cpp \
+       experimental/wangle/concurrent/Codel.cpp \
+       experimental/wangle/concurrent/IOThreadPoolExecutor.cpp \
+       experimental/wangle/concurrent/ThreadPoolExecutor.cpp \
+       experimental/wangle/ConnectionManager.cpp \
+       experimental/wangle/ManagedConnection.cpp
 
 if HAVE_LINUX
 nobase_follyinclude_HEADERS += \