Switch gflags to portability/GFlags.h
authorMichael Lee <mzlee@fb.com>
Thu, 5 May 2016 00:08:47 +0000 (17:08 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Thu, 5 May 2016 00:20:24 +0000 (17:20 -0700)
commit4598dd7067fb84d53913acaf80d0df585ba4d0f7
tree7612ba943471d586f37f9e8aa2a979131728ff65
parent2d9694873889d9d668d4d0a4238738c8a1ef5a68
Switch gflags to portability/GFlags.h

Summary:
There are two places that still includes gflags/gflags.h:
portability/GFlags.h and futures/exercises/Koan.h. Also removing
gflags entirely from a couple of places which never reference it at
all.

Reviewed By: yfeldblum

Differential Revision: D3203187

fb-gh-sync-id: e7725fbf2c4b3c475c0035e1b0e8c6e1227f277f
fbshipit-source-id: e7725fbf2c4b3c475c0035e1b0e8c6e1227f277f
51 files changed:
folly/MemoryMapping.cpp
folly/build/GenerateFingerprintTables.cpp
folly/experimental/ProgramOptions.cpp
folly/experimental/ProgramOptions.h
folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp
folly/experimental/io/HugePageUtil.cpp
folly/experimental/symbolizer/ElfUtil.cpp
folly/experimental/symbolizer/test/DwarfBenchmark.cpp
folly/experimental/test/LockFreeRingBufferTest.cpp
folly/experimental/test/NestedCommandLineAppTestHelper.cpp
folly/experimental/test/ReadMostlySharedPtrBenchmark.cpp
folly/experimental/test/StringKeyedTest.cpp
folly/init/Init.cpp
folly/io/async/test/EventBaseBenchmark.cpp
folly/io/test/IOBufQueueTest.cpp
folly/io/test/IOBufTest.cpp
folly/io/test/NetworkBenchmark.cpp
folly/io/test/RecordIOTest.cpp
folly/portability/GFlags.h
folly/test/AsciiCaseInsensitiveTest.cpp
folly/test/AtomicUnorderedMapTest.cpp
folly/test/BatonBenchmark.cpp
folly/test/BitIteratorTest.cpp
folly/test/ChecksumTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/DeterministicScheduleTest.cpp
folly/test/DynamicOtherTest.cpp
folly/test/ExceptionWrapperBenchmark.cpp
folly/test/FBStringBenchmark.cpp
folly/test/FBVectorBenchmark.cpp
folly/test/FileLockTest.cpp
folly/test/FileTestLockHelper.cpp
folly/test/FormatOtherTest.cpp
folly/test/HashBenchmark.cpp
folly/test/HistogramBenchmark.cpp
folly/test/HistogramTest.cpp
folly/test/JsonOtherTest.cpp
folly/test/LifoSemTests.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/ProducerConsumerQueueTest.cpp
folly/test/RWSpinLockTest.cpp
folly/test/SharedMutexTest.cpp
folly/test/SingletonBenchmark.cpp
folly/test/SparseByteSetBench.cpp
folly/test/SparseByteSetTest.cpp
folly/test/SubprocessTestParentDeathHelper.cpp
folly/test/ThreadCachedIntTest.cpp
folly/test/ThreadLocalBenchmark.cpp
folly/test/function_benchmark/main.cpp
folly/test/stl_tests/StlVectorTest.cpp