tree: 920cb6610fd2e5133df790231a09f23fca63d613 [path history] [tgz]
  1. Asm.h
  2. BitsFunctexcept.h
  3. Builtins.h
  4. Config.h
  5. Constexpr.h
  6. Fcntl.h
  7. GFlags.h
  8. GTest.h
  9. IOVec.h
  10. Malloc.h
  11. Math.h
  12. Memory.cpp
  13. Memory.h
  14. PThread.h
  15. README.md
  16. Semaphore.h
  17. String.h
  18. SysMembarrier.h
  19. SysMman.h
  20. SysResource.h
  21. SysSyscall.h
  22. SysTime.h
  23. SysTypes.h
  24. SysUio.h
  25. Time.h
  26. Unistd.h
  27. Windows.h
PerformanceTests/StitchMarker/folly/folly/portability/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.