X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=folly%2FMakefile.am;h=eedc1dd05832d14ba11abdbd61413c9992404d4f;hb=ef2e3d4b5062d61a61aae45487a8bda5540295a9;hp=c85182400e5b578c73792f75d27c0871b912246c;hpb=45d349f07c4873738454c09e3e7b4f3665e81454;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index c8518240..eedc1dd0 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -44,6 +44,7 @@ nobase_follyinclude_HEADERS = \ CachelinePadded.h \ CallOnce.h \ Checksum.h \ + Chrono.h \ ClockGettimeWrappers.h \ ConcurrentSkipList.h \ ConcurrentSkipList-inl.h \ @@ -60,7 +61,6 @@ nobase_follyinclude_HEADERS = \ detail/CachelinePaddedImpl.h \ detail/ChecksumDetail.h \ detail/DiscriminatedPtrDetail.h \ - detail/ExceptionWrapper.h \ detail/FileUtilDetail.h \ detail/FingerprintPolynomial.h \ detail/Futex.h \ @@ -102,6 +102,7 @@ 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 \ @@ -241,6 +242,7 @@ nobase_follyinclude_HEADERS = \ 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 \ @@ -250,6 +252,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 \ @@ -285,7 +288,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 \ @@ -296,6 +298,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 \ @@ -316,6 +319,7 @@ nobase_follyinclude_HEADERS = \ portability/Windows.h \ portability/Unistd.h \ Preprocessor.h \ + PriorityMPMCQueue.h \ ProducerConsumerQueue.h \ Random.h \ Random-inl.h \ @@ -337,8 +341,8 @@ nobase_follyinclude_HEADERS = \ SpookyHashV1.h \ SpookyHashV2.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 \ @@ -373,9 +377,11 @@ nobase_follyinclude_HEADERS = \ Try.h \ Unicode.h \ Function.h \ + UncaughtExceptions.h \ Unit.h \ Uri.h \ Uri-inl.h \ + Utility.h \ Varint.h \ VersionCheck.h @@ -471,11 +477,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 \ @@ -511,6 +517,7 @@ 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 \