move MemoryMapping, Shell, ThreadId, ThreadName, and VersionCheck to system/
authorJames Sedgwick <jsedgwick@fb.com>
Sat, 21 Oct 2017 20:00:55 +0000 (13:00 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 21 Oct 2017 20:11:27 +0000 (13:11 -0700)
commit87a2402c6ba1c8610b034ed39a896fcc3b61deec
tree101002d15f285217a21c96d80acb7266e28bceee
parent453d5ff6fdcb0a1e2c68efd90dcf40d053a5bceb
move MemoryMapping, Shell, ThreadId, ThreadName, and VersionCheck to system/

Summary:
Everything that's going in system/ besides CpuId and Subprocess,
which are included in hphp

Reviewed By: mzlee

Differential Revision: D6102263

fbshipit-source-id: 564ef584c341a4ac79db14a9d58fe23ce51e78b3
48 files changed:
CMakeLists.txt
folly/Makefile.am
folly/MemoryMapping.cpp [deleted file]
folly/MemoryMapping.h [deleted file]
folly/Shell.cpp [deleted file]
folly/Shell.h [deleted file]
folly/Subprocess.cpp
folly/ThreadId.h [deleted file]
folly/ThreadName.cpp [deleted file]
folly/ThreadName.h [deleted file]
folly/Version.cpp [deleted file]
folly/VersionCheck.h [deleted file]
folly/concurrency/CacheLocality.h
folly/detail/MemoryIdler.h
folly/executors/ThreadedExecutor.cpp
folly/executors/thread_factory/NamedThreadFactory.h
folly/experimental/FunctionScheduler.cpp
folly/experimental/ThreadedRepeatingFunctionRunner.cpp
folly/experimental/io/HugePageUtil.cpp
folly/experimental/logging/LogMessage.cpp
folly/experimental/observer/detail/ObserverManager.cpp
folly/io/RecordIO.h
folly/io/async/EventBase.cpp
folly/io/async/SSLContext.cpp
folly/io/async/ScopedEventBaseThread.cpp
folly/io/async/test/EventBaseThreadTest.cpp
folly/io/async/test/ScopedEventBaseThreadTest.cpp
folly/io/async/test/TimeUtil.cpp
folly/system/MemoryMapping.cpp [new file with mode: 0644]
folly/system/MemoryMapping.h [new file with mode: 0644]
folly/system/Shell.cpp [new file with mode: 0644]
folly/system/Shell.h [new file with mode: 0644]
folly/system/ThreadId.h [new file with mode: 0644]
folly/system/ThreadName.cpp [new file with mode: 0644]
folly/system/ThreadName.h [new file with mode: 0644]
folly/system/VersionCheck.cpp [new file with mode: 0644]
folly/system/VersionCheck.h [new file with mode: 0644]
folly/system/test/MemoryMappingTest.cpp [new file with mode: 0644]
folly/system/test/ShellTest.cpp [new file with mode: 0644]
folly/system/test/ThreadIdTest.cpp [new file with mode: 0644]
folly/system/test/ThreadNameTest.cpp [new file with mode: 0644]
folly/test/Makefile.am
folly/test/MemoryMappingTest.cpp [deleted file]
folly/test/ShellTest.cpp [deleted file]
folly/test/ThreadCachedIntTest.cpp
folly/test/ThreadIdTest.cpp [deleted file]
folly/test/ThreadLocalTest.cpp
folly/test/ThreadNameTest.cpp [deleted file]