tree: 31c6ca7be54b5fc543276580ba0f959fc861aafe [path history] [tgz]
  1. allocator/
  2. debug/
  3. dtoa/
  4. testing/
  5. text/
  6. typed_arrays/
  7. AddressSanitizer.h
  8. Alignment.h
  9. Allocator.h
  10. Allocator.md
  11. ASCIICType.cpp
  12. ASCIICType.h
  13. ASCIICTypeTest.cpp
  14. Assertions.cpp
  15. Assertions.h
  16. AssertionsTest.cpp
  17. Atomics.h
  18. AutoReset.h
  19. BitVector.cpp
  20. BitVector.h
  21. BitwiseOperations.h
  22. BloomFilter.h
  23. BUILD.gn
  24. build_config.h
  25. ByteOrder.h
  26. ByteSwap.h
  27. CheckedNumeric.h
  28. Compiler.h
  29. ConditionalDestructor.h
  30. ContainerAnnotations.h
  31. CONTRIBUTORS.pthreads-win32
  32. CPU.h
  33. CryptographicallyRandomNumber.cpp
  34. CryptographicallyRandomNumber.h
  35. CurrentTime.cpp
  36. CurrentTime.h
  37. DataLog.cpp
  38. DataLog.h
  39. DateMath.cpp
  40. DateMath.h
  41. DEPS
  42. Deque.h
  43. DequeTest.cpp
  44. DoublyLinkedList.h
  45. dtoa.cpp
  46. dtoa.h
  47. dtoa_test.cpp
  48. DynamicAnnotations.cpp
  49. DynamicAnnotations.h
  50. FilePrintStream.cpp
  51. FilePrintStream.h
  52. Forward.h
  53. Functional.h
  54. FunctionalTest.cpp
  55. GetPtr.h
  56. HashCountedSet.h
  57. HashFunctions.h
  58. HashIterators.h
  59. HashMap.h
  60. HashMapTest.cpp
  61. HashSet.h
  62. HashSetTest.cpp
  63. HashTable.cpp
  64. HashTable.h
  65. HashTableDeletedValueType.h
  66. HashTraits.h
  67. HexNumber.h
  68. InstanceCounter.cpp
  69. InstanceCounter.h
  70. LeakAnnotations.h
  71. LinkedHashSet.h
  72. ListHashSet.h
  73. ListHashSetTest.cpp
  74. Locker.h
  75. MathExtras.h
  76. MathExtrasTest.cpp
  77. Noncopyable.h
  78. NonCopyingSort.h
  79. NotFound.h
  80. Optional.h
  81. OptionalTest.cpp
  82. OWNERS
  83. PassRefPtr.h
  84. PassRefPtrTest.cpp
  85. PrintStream.cpp
  86. PrintStream.h
  87. PtrUtil.h
  88. PtrUtilTest.cpp
  89. README.md
  90. RefCounted.h
  91. RefPtr.h
  92. RefPtrTest.cpp
  93. RefVector.h
  94. RetainPtr.h
  95. SaturatedArithmetic.h
  96. ScopedLogger.md
  97. SizeAssertions.h
  98. SizeLimits.cpp
  99. SpinLock.h
  100. StackUtil.cpp
  101. StackUtil.h
  102. StaticConstructors.h
  103. StdLibExtras.h
  104. StringExtras.h
  105. StringExtrasTest.cpp
  106. StringHasher.h
  107. StringHasherTest.cpp
  108. TerminatedArray.h
  109. TerminatedArrayBuilder.h
  110. Threading.h
  111. ThreadingPrimitives.h
  112. ThreadingPthreads.cpp
  113. ThreadingWin.cpp
  114. ThreadRestrictionVerifier.h
  115. ThreadSafeRefCounted.h
  116. ThreadSpecific.h
  117. ThreadSpecificWin.cpp
  118. Time.h
  119. TimeTest.cpp
  120. TreeNode.h
  121. TreeNodeTest.cpp
  122. TriState.h
  123. TypeTraits.h
  124. TypeTraitsTest.cpp
  125. Vector.h
  126. VectorTest.cpp
  127. VectorTraits.h
  128. WeakPtr.h
  129. WTF.cpp
  130. WTF.h
  131. WTFExport.h
  132. WTFThreadData.cpp
  133. WTFThreadData.h
third_party/WebKit/Source/platform/wtf/README.md

platform/wtf

This is the location where all the files under Source/wtf will be moved eventually. See the proposal and the design doc regarding the relocation project. For the project's progress, see bug 691465.

During the project, files in wtf/ are moved to platform/wtf incrementally, and redirection headers will be placed in wtf/. So nothing should break in the meantime. You can continue including WTF headers like #include "wtf/Xxx.h" till the next announce in blink-dev.