sapling/eden/fs/store/hg
Katie Mancini 85942cfaad use portable version of gtest
Summary:
gtest includes some windows headers that will have conflicts with the
folly portability versions. This caused some issues in my in-memory tree
cache diffs (D27050310 (8a1a529fcc)).

We should probably generally be using the folly portable gtests so we can
avoid such issues in the future.

see here for more details: bd600cd4e8/folly/portability/GTest.h (L19)

I ran this with codemod yes to all

- convert all the includes with quotes:
`codemod -d eden/fs --extensions cpp,h '\#include\ "gtest/gtest\.h"' '#include <folly/portability/GTest.h>'`

- convert all the includes with brackets
`codemod -d eden/fs --extensions cpp,h '\#include\ <gtest/gtest\.h>' '#include <folly/portability/GTest.h>'`

- convert the test template
`codemod -d eden/facebook --extensions template '\#include\ <gtest/gtest\.h>' '#include <folly/portability/GTest.h>'`

then used `arc lint` to clean up all the targets files

Reviewed By: genevievehelsel, xavierd

Differential Revision: D28035146

fbshipit-source-id: c3b88df5d4e7cdf4d1e51d9689987ce039f47fde
2021-05-12 15:58:27 -07:00
..
test use portable version of gtest 2021-05-12 15:58:27 -07:00
CMakeLists.txt store: replace use of ctreemanifest with small manifest parser 2020-12-09 08:40:38 -08:00
HgBackingStore.cpp remove the dead getTreeForManifest 2021-05-10 11:53:30 -07:00
HgBackingStore.h remove the dead getTreeForManifest 2021-05-10 11:53:30 -07:00
HgDatapackStore.cpp Apply clang-format update fixes 2021-01-10 10:06:29 -08:00
HgDatapackStore.h record ScsProxyHash in LocalStore during import 2020-07-10 16:03:32 -07:00
HgImporter.cpp store: reduce verbosity of tree fetching 2021-04-08 18:56:11 -07:00
HgImporter.h store: reduce verbosity of tree fetching 2021-04-08 18:56:11 -07:00
HgImportPyError.cpp Apply clang-format update fixes 2021-01-10 10:06:29 -08:00
HgImportPyError.h eden: remove hg_import_helper.py 2019-12-03 09:30:09 -08:00
HgImportRequest.cpp add eden trace hg command 2020-11-19 13:02:42 -08:00
HgImportRequest.h deduplicate multiple fetches for the same trees and blobs 2021-02-26 11:49:02 -08:00
HgImportRequestQueue.cpp deduplicate multiple fetches for the same trees and blobs 2021-02-26 11:49:02 -08:00
HgImportRequestQueue.h deduplicate multiple fetches for the same trees and blobs 2021-02-26 11:49:02 -08:00
HgProxyHash.cpp optimize HgProxyHash some and make loading from LocalStore explicit 2021-03-12 10:42:46 -08:00
HgProxyHash.h optimize HgProxyHash some and make loading from LocalStore explicit 2021-03-12 10:42:46 -08:00
HgQueuedBackingStore.cpp remove the dead getTreeForManifest 2021-05-10 11:53:30 -07:00
HgQueuedBackingStore.h remove the dead getTreeForManifest 2021-05-10 11:53:30 -07:00
MetadataImporter.cpp enable metadata fetching by manifest id 2020-08-10 23:53:10 -07:00
MetadataImporter.h enable metadata fetching by manifest id 2020-08-10 23:53:10 -07:00
ScsProxyHash.cpp remove dependency on glog 2020-11-10 16:31:15 -08:00
ScsProxyHash.h make HgProxyHash move noexcept 2020-11-02 20:18:26 -08:00