limao e0d8126326 页面调整 4 år sedan
..
test e0d8126326 页面调整 4 år sedan
Asm.h e0d8126326 页面调整 4 år sedan
Atomic.h e0d8126326 页面调整 4 år sedan
Builtins.cpp e0d8126326 页面调整 4 år sedan
Builtins.h e0d8126326 页面调整 4 år sedan
Config.h e0d8126326 页面调整 4 år sedan
Constexpr.h e0d8126326 页面调整 4 år sedan
Dirent.cpp e0d8126326 页面调整 4 år sedan
Dirent.h e0d8126326 页面调整 4 år sedan
Event.h e0d8126326 页面调整 4 år sedan
Fcntl.cpp e0d8126326 页面调整 4 år sedan
Fcntl.h e0d8126326 页面调整 4 år sedan
GFlags.h e0d8126326 页面调整 4 år sedan
GMock.h e0d8126326 页面调整 4 år sedan
GTest.h e0d8126326 页面调整 4 år sedan
IOVec.h e0d8126326 页面调整 4 år sedan
Libgen.cpp e0d8126326 页面调整 4 år sedan
Libgen.h e0d8126326 页面调整 4 år sedan
Malloc.cpp e0d8126326 页面调整 4 år sedan
Malloc.h e0d8126326 页面调整 4 år sedan
Math.h e0d8126326 页面调整 4 år sedan
Memory.h e0d8126326 页面调整 4 år sedan
OpenSSL.cpp e0d8126326 页面调整 4 år sedan
OpenSSL.h e0d8126326 页面调整 4 år sedan
PThread.cpp e0d8126326 页面调整 4 år sedan
PThread.h e0d8126326 页面调整 4 år sedan
README.md e0d8126326 页面调整 4 år sedan
Sched.cpp e0d8126326 页面调整 4 år sedan
Sched.h e0d8126326 页面调整 4 år sedan
Semaphore.cpp e0d8126326 页面调整 4 år sedan
Semaphore.h e0d8126326 页面调整 4 år sedan
Sockets.cpp e0d8126326 页面调整 4 år sedan
Sockets.h e0d8126326 页面调整 4 år sedan
Stdio.cpp e0d8126326 页面调整 4 år sedan
Stdio.h e0d8126326 页面调整 4 år sedan
Stdlib.cpp e0d8126326 页面调整 4 år sedan
Stdlib.h e0d8126326 页面调整 4 år sedan
String.cpp e0d8126326 页面调整 4 år sedan
String.h e0d8126326 页面调整 4 år sedan
SysFile.cpp e0d8126326 页面调整 4 år sedan
SysFile.h e0d8126326 页面调整 4 år sedan
SysMembarrier.cpp e0d8126326 页面调整 4 år sedan
SysMembarrier.h e0d8126326 页面调整 4 år sedan
SysMman.cpp e0d8126326 页面调整 4 år sedan
SysMman.h e0d8126326 页面调整 4 år sedan
SysResource.cpp e0d8126326 页面调整 4 år sedan
SysResource.h e0d8126326 页面调整 4 år sedan
SysStat.cpp e0d8126326 页面调整 4 år sedan
SysStat.h e0d8126326 页面调整 4 år sedan
SysSyscall.h e0d8126326 页面调整 4 år sedan
SysTime.cpp e0d8126326 页面调整 4 år sedan
SysTime.h e0d8126326 页面调整 4 år sedan
SysTypes.h e0d8126326 页面调整 4 år sedan
SysUio.cpp e0d8126326 页面调整 4 år sedan
SysUio.h e0d8126326 页面调整 4 år sedan
Syslog.h e0d8126326 页面调整 4 år sedan
Time.cpp e0d8126326 页面调整 4 år sedan
Time.h e0d8126326 页面调整 4 år sedan
Unistd.cpp e0d8126326 页面调整 4 år sedan
Unistd.h e0d8126326 页面调整 4 år sedan
Windows.h e0d8126326 页面调整 4 år sedan

README.md

Warning

These portability headers are internal implementation details.

They are intended to ensure that Folly can build on a variety of platforms.

They are not intended to help you build your programs on these platforms.

They are, and will remain, undocumented. They are, and will remain, subject to rapid, immediate, and drastic changes - including full rewrites and merciless deletions - without notice.

Note that before adding a new file to this directory you should determine whether the API you are adding is a portability header or just a platform dependent implementation detail. Only portability headers belong in this directory. A portability header is defined as a header that provides the exact API of some platform or configuration that is not available on all platforms. If the API being added does not already exist on at least one of the platforms Folly supports, then it is an implementation detail, and does not belong in this directory.