sapling/eden/fs/utils
Chad Austin 79cdf007b1 fix opt-builds under -Werror
Reviewed By: xavierd

Differential Revision: D40822558

fbshipit-source-id: e2f4acbe2b92869fa275f0dfb39f59c9b015c92f
2022-10-28 17:58:18 -07:00
..
test add intrusive RefCounted and RefPtr types 2022-10-25 10:30:23 -07:00
BucketedLog.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
BufVec.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
Bug.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
Bug.h migrate EdenBug to fmt 2022-10-04 21:42:44 -07:00
CaseSensitivity.h fs: fix license header 2022-01-04 15:00:07 -08:00
ChronoParse.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
ChronoParse.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
ChronoUnit.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
ChronoUnit.gperf fs: fix license header 2022-01-04 15:00:07 -08:00
ChronoUnit.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
Clock.cpp remove some conditional includes 2022-07-19 12:37:57 -07:00
Clock.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
CMakeLists.txt common: rename utils -> edencommon_utils 2022-08-16 11:23:53 -07:00
CoverageSet.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
CoverageSet.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
DirType.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
DirType.h fsck: properly fixup socket files 2022-09-14 13:04:34 -07:00
EdenError.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
EdenError.h migrate EdenError to fmt 2022-10-04 21:42:44 -07:00
EdenTaskQueue.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
EdenTaskQueue.h fs: fix license header 2022-01-04 15:00:07 -08:00
EnumValue.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
FaultInjector.cpp Add process kill fault to FaultInjector 2022-07-13 20:08:12 -07:00
FaultInjector.h Add process kill fault to FaultInjector 2022-07-13 20:08:12 -07:00
FileDescriptor.cpp unistd: replace with Folly's portability header 2022-06-17 09:52:56 -07:00
FileDescriptor.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
FileHash.cpp openssl: use Folly's portability header instead 2022-06-17 09:52:56 -07:00
FileHash.h fs: fix license header 2022-01-04 15:00:07 -08:00
FileUtils.cpp Close Windows file handle during Windows Fsck 2022-08-12 12:28:58 -07:00
FileUtils.h Close Windows file handle during Windows Fsck 2022-08-12 12:28:58 -07:00
FsChannelTypes.h fs: fix license header 2022-01-04 15:00:07 -08:00
Future.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
FutureUnixSocket.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
FutureUnixSocket.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
Guid.cpp shave 5-7 seconds off C++ unit test compile times 2022-07-28 13:32:42 -07:00
Guid.h fix the custom PathFuncs and ObjectId formatters 2022-10-04 21:42:44 -07:00
IDGen.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
IDGen.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
ImmediateFuture-inl.h immediatefuture: make ready when the SemiFuture is ready 2022-10-13 21:44:10 -07:00
ImmediateFuture-pre.h utils: in debug mode ImmediateFuture are always SemiFuture 2022-08-19 16:34:11 -07:00
ImmediateFuture.cpp immediatefuture: redo makeNotReadyImmediateFuture 2022-10-13 21:44:10 -07:00
ImmediateFuture.h immediatefuture: redo makeNotReadyImmediateFuture 2022-10-13 21:44:10 -07:00
IoFuture.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
IoFuture.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
LazyInitialize.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
LeaseCache.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
MappedDiskVector.h remove some conditional includes 2022-07-19 12:37:57 -07:00
Memory.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
Memory.h use auto* for OverlayEntry::get_hash() 2022-07-29 10:40:08 -07:00
NfsSocket.cpp remove folly::Format PathFuncs 2022-08-02 11:44:19 -07:00
NfsSocket.h fs: fix license header 2022-01-04 15:00:07 -08:00
NotImplemented.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
PathFuncs.cpp migrate AbsolutePathPiece, RelativePathPiece, and PathComponentPiece to std::string_view 2022-10-04 21:42:44 -07:00
PathFuncs.h remove an unnecessary conditional include 2022-10-19 12:18:34 -07:00
PathMap.h pathmap: fix case sensitivity insertion ordering 2022-05-19 18:57:33 -07:00
Pipe.cpp remove folly::Format PathFuncs 2022-08-02 11:44:19 -07:00
Pipe.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
ProcessAccessLog.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
ProcessAccessLog.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
ProcUtil.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
ProcUtil.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
RefCounted.h fix opt-builds under -Werror 2022-10-28 17:58:18 -07:00
SortedInsert.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
SpawnedProcess.cpp utils: close process handle after waiting for it 2022-08-16 16:24:13 -07:00
SpawnedProcess.h utils: close process handle after waiting for it 2022-08-16 16:24:13 -07:00
SSLContext.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
SSLContext.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
StaticAssert.h fs: fix license header 2022-01-04 15:00:07 -08:00
StatTimes.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
SysctlUtil.cpp inodes: fix checkout with concurrent recursive grep 2022-10-18 12:32:52 -07:00
SysctlUtil.h log architecture on macOS to edenfs_events 2022-08-31 11:57:28 -07:00
SystemError.h inodes: fix checkout with concurrent recursive grep 2022-10-18 12:32:52 -07:00
Thread.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
Thread.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
Throw.h remove unnecessary forwarding from throw_ and throwf 2022-10-04 21:42:44 -07:00
TimeUtil.cpp remove folly::Format TimeUtil 2022-08-02 11:44:19 -07:00
TimeUtil.h Add path information to inode tracing commands 2022-07-19 16:30:46 -07:00
UnboundedQueueExecutor.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
UnboundedQueueExecutor.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
UnixSocket.cpp migrate constructions of folly::exception_wrapper 2022-10-12 12:01:08 -07:00
UnixSocket.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
UserInfo.cpp standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
UserInfo.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
Utf8.cpp use appendCodePointToUtf8 2022-08-01 07:09:24 -07:00
Utf8.h standardize namespaces on C++17 syntax 2022-05-17 10:12:56 -07:00
WinStackTrace.cpp log exception parameters during a crash 2022-10-27 20:32:12 -07:00
WinStackTrace.h windows: teach eden to look for pdb in the binary path 2022-05-03 13:39:24 -07:00
XAttr.cpp remove some conditional includes 2022-07-19 12:37:57 -07:00
XAttr.h remove some conditional includes 2022-07-19 12:37:57 -07:00