sapling/eden/fs/utils
Yedidya Feldblum 84137aebf1 Always define FOLLY_LIBRARY_SANITIZE_ADDRESS to either 0 or 1
Summary: [Folly] Always define `FOLLY_LIBRARY_SANITIZE_ADDRESS` to either 0 or 1.

Reviewed By: simpkins

Differential Revision: D10414836

fbshipit-source-id: d60ef8380c50971858ed282374f1b5973a27cdf4
2019-06-12 15:54:23 -07:00
..
test Always define FOLLY_LIBRARY_SANITIZE_ADDRESS to either 0 or 1 2019-06-12 15:54:23 -07:00
BucketedLog.h eden: fixup std::min for differently sized args 2018-12-15 13:43:31 -08:00
Bug.cpp add EdenBug::throwException 2018-05-01 16:52:06 -07:00
Bug.h add EdenBug::throwException 2018-05-01 16:52:06 -07:00
ChronoParse.cpp add a durationToString() function 2019-06-11 13:08:29 -07:00
ChronoParse.h add a durationToString() function 2019-06-11 13:08:29 -07:00
ChronoUnit.cpp add a function to parse a duration string 2019-06-11 13:08:28 -07:00
ChronoUnit.gperf add a function to parse a duration string 2019-06-11 13:08:28 -07:00
ChronoUnit.h add a function to parse a duration string 2019-06-11 13:08:28 -07:00
Clock.cpp Replace EDEN_WIN with _WIN32 for Windows only code 2019-05-09 16:33:08 -07:00
Clock.h make Clock::getRealtime() const 2018-02-01 11:19:15 -08:00
CMakeLists.txt Delete unused HgCommand code 2019-06-12 11:21:12 -07:00
CoverageSet.cpp eden: macos has no std::set::node_type 2018-12-15 13:43:31 -08:00
CoverageSet.h use CoverageSet to drop blobs when they're fully read by FUSE 2018-12-06 12:04:17 -08:00
DirType.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
FaultInjector.cpp Replace inclusions of folly/futures/helpers.h with folly/futures/Future.h 2019-06-06 11:09:10 -07:00
FaultInjector.h fix some includes on @mode/mac 2019-02-27 14:55:21 -08:00
FutureUnixSocket.cpp add attachEventBase()/detachEventBase() to UnixSocket 2018-05-23 11:51:59 -07:00
FutureUnixSocket.h add attachEventBase()/detachEventBase() to UnixSocket 2018-05-23 11:51:59 -07:00
IDGen.cpp microoptimize unique ID generation - hot path is six instructions 2018-11-10 11:12:45 -08:00
IDGen.h make generateUniqueID noexcept 2018-11-10 11:12:45 -08:00
IoFuture.cpp Shift from the file descriptor overload of EventHandler to the NetworkSocket overload 2019-02-23 10:47:42 -08:00
IoFuture.h add a new IoFuture helper class 2017-10-10 15:51:15 -07:00
LazyInitialize.h add LazyInitialize to utils 2019-04-08 13:48:14 -07:00
LeaseCache.h convert some deprecated Future::then() calls 2018-10-23 13:42:12 -07:00
MappedDiskVector.h eden: macos has no mremap, adjust MappedDiskVector 2018-12-17 15:53:15 -08:00
Memory.h Generalize SSO Detection 2019-06-07 18:51:40 -07:00
PathFuncs.cpp Templatize Path Memory Estimation 2019-06-07 18:51:40 -07:00
PathFuncs.h Templatize Path Memory Estimation 2019-06-07 18:51:40 -07:00
PathMap.h remove Allocator template parameter from PathMap 2018-06-01 12:23:31 -07:00
ProcessAccessLog.cpp reenable ProcessNameCache 2019-01-24 15:45:29 -08:00
ProcessAccessLog.h reenable ProcessNameCache 2019-01-24 15:45:29 -08:00
ProcessNameCache.cpp eden: enable capturing process names on macos 2019-06-04 14:42:14 -07:00
ProcessNameCache.h switch ProcessNameCache from std::condition_variable to LifoSem 2019-01-24 15:45:29 -08:00
ProcUtil.cpp read memory stats from /proc/self/statm instead of /proc/self/status 2019-05-28 12:55:41 -07:00
ProcUtil.h read memory stats from /proc/self/statm instead of /proc/self/status 2019-05-28 12:55:41 -07:00
ServiceAddress.cpp Add ServiceAddress to utils 2019-04-12 11:22:25 -07:00
ServiceAddress.h Add ServiceAddress to utils 2019-04-12 11:22:25 -07:00
SortedInsert.h Fixing merge screw-up caught by Adam TYVM 2018-01-04 14:35:26 -08:00
SSLContext.cpp folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
SSLContext.h folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
StatTimes.h stat time portability for tests 2019-04-24 14:15:08 -07:00
Synchronized.h folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
SystemError.h check for std::generic_category when looking for errno errors 2018-03-20 13:38:45 -07:00
TimeUtil.cpp Add assorted missing includes 2019-03-07 00:13:47 -08:00
TimeUtil.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
UnboundedQueueExecutor.cpp Use a deterministic executor in TestMount 2018-08-21 12:23:00 -07:00
UnboundedQueueExecutor.h Use a deterministic executor in TestMount 2018-08-21 12:23:00 -07:00
UnixSocket.cpp eden: on macos LOCAL_PEERCRED has SOL_LOCAL level 2019-05-01 20:09:44 -07:00
UnixSocket.h increase the default send timeout on UnixSocket 2019-05-20 11:49:24 -07:00
XAttr.cpp add fsattr utility for testing purposes 2018-01-30 21:50:39 -08:00
XAttr.h add fsattr utility for testing purposes 2018-01-30 21:50:39 -08:00