notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details
folly C++ library developed and used at Facebook
2026.02.09.00 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2025.12.15.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-06-16 08:43:44
Last Update: 2026-02-10 08:19:34
Commit Hash: ce9342b
License: APACHE20
WWW:
https://github.com/facebook/folly
Description:
Folly (acronymed loosely after Facebook Open Source Library) is a library of C++14 components designed with practicality and efficiency in mind. Folly contains a variety of core library components used extensively at Facebook. In particular, it's often a dependency of Facebook's other open source C++ efforts and place where those projects can share code. It complements (as opposed to competing against) offerings such as Boost and of course std. In fact, we embark on defining our own component only when something we need is either not available, or does not meet the needed performance profile. We endeavor to remove things from folly if or when std or Boost obsoletes them. Performance concerns permeate much of Folly, sometimes leading to designs that are more idiosyncratic than they would otherwise be (see e.g. PackedSyncPtr.h, SmallLocks.h). Good performance at large scale is a unifying theme in all of Folly.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1186 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/folly-2026.02.09.00/catalog.mk
  3. /usr/local/share/licenses/folly-2026.02.09.00/LICENSE
  4. /usr/local/share/licenses/folly-2026.02.09.00/APACHE20
  5. include/folly/AtomicHashArray-inl.h
  6. include/folly/AtomicHashArray.h
  7. include/folly/AtomicHashMap-inl.h
  8. include/folly/AtomicHashMap.h
  9. include/folly/AtomicIntrusiveLinkedList.h
  10. include/folly/AtomicLinkedList.h
  11. include/folly/AtomicUnorderedMap.h
  12. include/folly/Benchmark.h
  13. include/folly/BenchmarkUtil.h
  14. include/folly/Bits.h
  15. include/folly/CPortability.h
  16. include/folly/CancellationToken-inl.h
  17. include/folly/CancellationToken.h
  18. include/folly/Chrono.h
  19. include/folly/ClockGettimeWrappers.h
  20. include/folly/ConcurrentBitSet.h
  21. include/folly/ConcurrentLazy.h
  22. include/folly/ConcurrentSkipList-inl.h
  23. include/folly/ConcurrentSkipList.h
  24. include/folly/ConstexprMath.h
  25. include/folly/ConstructorCallbackList.h
  26. include/folly/Conv.h
  27. include/folly/CppAttributes.h
  28. include/folly/CpuId.h
  29. include/folly/DefaultKeepAliveExecutor.h
  30. include/folly/Demangle.h
  31. include/folly/DiscriminatedPtr.h
  32. include/folly/DynamicConverter.h
  33. include/folly/Exception.h
  34. include/folly/ExceptionString.h
  35. include/folly/ExceptionWrapper-inl.h
  36. include/folly/ExceptionWrapper.h
  37. include/folly/Executor.h
  38. include/folly/Expected.h
  39. include/folly/FBString.h
  40. include/folly/FBVector.h
  41. include/folly/File.h
  42. include/folly/FileUtil.h
  43. include/folly/Fingerprint.h
  44. include/folly/FixedString.h
  45. include/folly/FmtUtility.h
  46. include/folly/FollyMemcpy.h
  47. include/folly/FollyMemset.h
  48. include/folly/Format-inl.h
  49. include/folly/Format.h
  50. include/folly/FormatArg.h
  51. include/folly/FormatTraits.h
  52. include/folly/Function.h
  53. include/folly/GLog.h
  54. include/folly/GroupVarint.h
  55. include/folly/Hash.h
  56. include/folly/IPAddress.h
  57. include/folly/IPAddressException.h
  58. include/folly/IPAddressV4.h
  59. include/folly/IPAddressV6.h
  60. include/folly/Indestructible.h
  61. include/folly/IndexedMemPool.h
  62. include/folly/IntrusiveList.h
  63. include/folly/Lazy.h
  64. include/folly/Likely.h
  65. include/folly/MPMCPipeline.h
  66. include/folly/MPMCQueue.h
  67. include/folly/MacAddress.h
  68. include/folly/MapUtil.h
  69. include/folly/Math.h
  70. include/folly/MaybeManagedPtr.h
  71. include/folly/Memory.h
  72. include/folly/MicroLock.h
  73. include/folly/MicroSpinLock.h
  74. include/folly/MoveWrapper.h
  75. include/folly/ObserverContainer.h
  76. include/folly/OperationCancelled.h
  77. include/folly/Optional.h
  78. include/folly/Overload.h
  79. include/folly/PackedSyncPtr.h
  80. include/folly/Padded.h
  81. include/folly/Poly-inl.h
  82. include/folly/Poly.h
  83. include/folly/PolyException.h
  84. include/folly/Portability.h
  85. include/folly/Preprocessor.h
  86. include/folly/ProducerConsumerQueue.h
  87. include/folly/RWSpinLock.h
  88. include/folly/Random-inl.h
  89. include/folly/Random.h
  90. include/folly/Range.h
  91. include/folly/Replaceable.h
  92. include/folly/ScopeGuard.h
  93. include/folly/SharedMutex.h
  94. include/folly/Singleton-inl.h
  95. include/folly/Singleton.h
  96. include/folly/SingletonThreadLocal.h
  97. include/folly/SocketAddress.h
  98. include/folly/SpinLock.h
  99. include/folly/String-inl.h
  100. include/folly/String.h
  101. include/folly/Subprocess.h
  102. include/folly/Synchronized.h
  103. include/folly/SynchronizedPtr.h
  104. include/folly/ThreadCachedInt.h
  105. include/folly/ThreadLocal.h
  106. include/folly/TimeoutQueue.h
  107. include/folly/TokenBucket.h
  108. include/folly/Traits.h
  109. include/folly/Try-inl.h
  110. include/folly/Try.h
  111. include/folly/UTF8String.h
  112. include/folly/Unicode.h
  113. include/folly/Unit.h
  114. include/folly/Uri-inl.h
  115. include/folly/Uri.h
  116. include/folly/Utility.h
  117. include/folly/Varint.h
  118. include/folly/VirtualExecutor.h
  119. include/folly/algorithm/BinaryHeap.h
  120. include/folly/algorithm/simd/Contains.h
  121. include/folly/algorithm/simd/FindFixed.h
  122. include/folly/algorithm/simd/Ignore.h
  123. include/folly/algorithm/simd/Movemask.h
  124. include/folly/algorithm/simd/detail/ContainsImpl.h
  125. include/folly/algorithm/simd/detail/SimdAnyOf.h
  126. include/folly/algorithm/simd/detail/SimdForEach.h
  127. include/folly/algorithm/simd/detail/SimdPlatform.h
  128. include/folly/algorithm/simd/detail/Traits.h
  129. include/folly/algorithm/simd/detail/UnrollUtils.h
  130. include/folly/algorithm/simd/find_first_of.h
  131. include/folly/algorithm/simd/find_first_of_extra.h
  132. include/folly/base64.h
  133. include/folly/channels/Channel-fwd.h
  134. include/folly/channels/Channel-inl.h
  135. include/folly/channels/Channel.h
  136. include/folly/channels/ChannelCallbackHandle.h
  137. include/folly/channels/ChannelProcessor-inl.h
  138. include/folly/channels/ChannelProcessor.h
  139. include/folly/channels/ConsumeChannel-inl.h
  140. include/folly/channels/ConsumeChannel.h
  141. include/folly/channels/FanoutChannel-inl.h
  142. include/folly/channels/FanoutChannel.h
  143. include/folly/channels/FanoutSender-inl.h
  144. include/folly/channels/FanoutSender.h
  145. include/folly/channels/MaxConcurrentRateLimiter.h
  146. include/folly/channels/Merge-inl.h
  147. include/folly/channels/Merge.h
  148. include/folly/channels/MergeChannel-inl.h
  149. include/folly/channels/MergeChannel.h
  150. include/folly/channels/MultiplexChannel-inl.h
  151. include/folly/channels/MultiplexChannel.h
  152. include/folly/channels/OnClosedException.h
  153. include/folly/channels/Producer-inl.h
  154. include/folly/channels/Producer.h
  155. include/folly/channels/ProxyChannel-inl.h
  156. include/folly/channels/ProxyChannel.h
  157. include/folly/channels/RateLimiter.h
  158. include/folly/channels/Transform-inl.h
  159. include/folly/channels/Transform.h
  160. include/folly/channels/detail/AtomicQueue.h
  161. include/folly/channels/detail/ChannelBridge.h
  162. include/folly/channels/detail/IntrusivePtr.h
  163. include/folly/channels/detail/MultiplexerTraits.h
  164. include/folly/channels/detail/PointerVariant.h
  165. include/folly/channels/detail/Utility.h
  166. include/folly/chrono/Clock.h
  167. include/folly/chrono/Conv.h
  168. include/folly/chrono/Hardware.h
  169. include/folly/cli/NestedCommandLineApp.h
  170. include/folly/cli/ProgramOptions.h
  171. include/folly/codec/Uuid.h
  172. include/folly/codec/hex.h
  173. include/folly/compression/Compression.h
  174. include/folly/compression/CompressionContextPool.h
  175. include/folly/compression/CompressionContextPoolSingletons.h
  176. include/folly/compression/CompressionCoreLocalContextPool.h
  177. include/folly/compression/Instructions.h
  178. include/folly/compression/QuotientMultiSet-inl.h
  179. include/folly/compression/QuotientMultiSet.h
  180. include/folly/compression/Select64.h
  181. include/folly/compression/Utils.h
  182. include/folly/compression/Zlib.h
  183. include/folly/compression/Zstd.h
  184. include/folly/compression/elias_fano/BitVectorCoding.h
  185. include/folly/compression/elias_fano/CodingDetail.h
  186. include/folly/compression/elias_fano/EliasFanoCoding.h
  187. include/folly/concurrency/AtomicSharedPtr.h
  188. include/folly/concurrency/CacheLocality.h
  189. include/folly/concurrency/ConcurrentHashMap.h
  190. include/folly/concurrency/CoreCachedSharedPtr.h
  191. include/folly/concurrency/DeadlockDetector.h
  192. include/folly/concurrency/DynamicBoundedQueue.h
  193. include/folly/concurrency/PriorityUnboundedQueueSet.h
  194. include/folly/concurrency/ProcessLocalUniqueId.h
  195. include/folly/concurrency/SingletonRelaxedCounter.h
  196. include/folly/concurrency/ThreadCachedSynchronized.h
  197. include/folly/concurrency/UnboundedQueue.h
  198. include/folly/concurrency/container/FlatCombiningPriorityQueue.h
  199. include/folly/concurrency/container/LockFreeRingBuffer.h
  200. include/folly/concurrency/container/RelaxedConcurrentPriorityQueue.h
  201. include/folly/concurrency/container/SingleWriterFixedHashMap.h
  202. include/folly/concurrency/container/atomic_grow_array.h
  203. include/folly/concurrency/detail/AtomicSharedPtr-detail.h
  204. include/folly/concurrency/detail/ConcurrentHashMap-detail.h
  205. include/folly/concurrency/memory/AtomicReadMostlyMainPtr.h
  206. include/folly/concurrency/memory/PrimaryPtr.h
  207. include/folly/concurrency/memory/ReadMostlySharedPtr.h
  208. include/folly/concurrency/memory/TLRefCount.h
  209. include/folly/container/Access.h
  210. include/folly/container/Array.h
  211. include/folly/container/BitIterator.h
  212. include/folly/container/CollectionUtil.h
  213. include/folly/container/Enumerate.h
  214. include/folly/container/EvictingCacheMap.h
  215. include/folly/container/F14Map-fwd.h
  216. include/folly/container/F14Map.h
  217. include/folly/container/F14Set-fwd.h
  218. include/folly/container/F14Set.h
  219. include/folly/container/FBVector.h
  220. include/folly/container/Foreach-inl.h
  221. include/folly/container/Foreach.h
  222. include/folly/container/HeterogeneousAccess-fwd.h
  223. include/folly/container/HeterogeneousAccess.h
  224. include/folly/container/IntrusiveHeap.h
  225. include/folly/container/IntrusiveList.h
  226. include/folly/container/Iterator.h
  227. include/folly/container/MapUtil.h
  228. include/folly/container/Merge.h
  229. include/folly/container/RegexMatchCache.h
  230. include/folly/container/Reserve.h
  231. include/folly/container/SparseByteSet.h
  232. include/folly/container/StdBitset.h
  233. include/folly/container/View.h
  234. include/folly/container/WeightedEvictingCacheMap.h
  235. include/folly/container/detail/BitIteratorDetail.h
  236. include/folly/container/detail/BoolWrapper.h
  237. include/folly/container/detail/F14Defaults.h
  238. include/folly/container/detail/F14IntrinsicsAvailability.h
  239. include/folly/container/detail/F14MapFallback.h
  240. include/folly/container/detail/F14Mask.h
  241. include/folly/container/detail/F14Policy.h
  242. include/folly/container/detail/F14SetFallback.h
  243. include/folly/container/detail/F14Table.h
  244. include/folly/container/detail/Util.h
  245. include/folly/container/detail/tape_detail.h
  246. include/folly/container/heap_vector_types.h
  247. include/folly/container/irange.h
  248. include/folly/container/range_traits.h
  249. include/folly/container/small_vector.h
  250. include/folly/container/sorted_vector_types.h
  251. include/folly/container/span.h
  252. include/folly/container/tape.h
  253. include/folly/container/test/F14TestUtil.h
  254. include/folly/container/test/TrackingTypes.h
  255. include/folly/container/vector_bool.h
  256. include/folly/coro/Accumulate-inl.h
  257. include/folly/coro/Accumulate.h
  258. include/folly/coro/AsyncGenerator.h
  259. include/folly/coro/AsyncPipe.h
  260. include/folly/coro/AsyncScope.h
  261. include/folly/coro/AsyncStack.h
  262. include/folly/coro/AutoCleanup-fwd.h
  263. include/folly/coro/AutoCleanup.h
  264. include/folly/coro/BasePromise.h
  265. include/folly/coro/Baton.h
  266. include/folly/coro/BlockingWait.h
  267. include/folly/coro/BoundedQueue.h
  268. include/folly/coro/Cleanup.h
  269. include/folly/coro/Collect-inl.h
  270. include/folly/coro/Collect.h
  271. include/folly/coro/Concat-inl.h
  272. include/folly/coro/Concat.h
  273. include/folly/coro/Coroutine.h
  274. include/folly/coro/CurrentExecutor.h
  275. include/folly/coro/DetachOnCancel.h
  276. include/folly/coro/Error.h
  277. include/folly/coro/Filter-inl.h
  278. include/folly/coro/Filter.h
  279. include/folly/coro/FutureUtil.h
  280. include/folly/coro/Generator.h
  281. include/folly/coro/GmockHelpers.h
  282. include/folly/coro/GtestHelpers.h
  283. include/folly/coro/Invoke.h
  284. include/folly/coro/Merge-inl.h
  285. include/folly/coro/Merge.h
  286. include/folly/coro/Mutex.h
  287. include/folly/coro/Nothrow.h
  288. include/folly/coro/Promise.h
  289. include/folly/coro/Result.h
  290. include/folly/coro/Retry.h
  291. include/folly/coro/RustAdaptors.h
  292. include/folly/coro/ScopeExit.h
  293. include/folly/coro/SerialQueueRunner.h
  294. include/folly/coro/SharedLock.h
  295. include/folly/coro/SharedMutex.h
  296. include/folly/coro/SharedPromise.h
  297. include/folly/coro/Sleep-inl.h
  298. include/folly/coro/Sleep.h
  299. include/folly/coro/SmallUnboundedQueue.h
  300. include/folly/coro/Synchronized.h
  301. include/folly/coro/Task.h
  302. include/folly/coro/TaskWrapper.h
  303. include/folly/coro/TimedWait.h
  304. include/folly/coro/Timeout-inl.h
  305. include/folly/coro/Timeout.h
  306. include/folly/coro/Traits.h
  307. include/folly/coro/Transform-inl.h
  308. include/folly/coro/Transform.h
  309. include/folly/coro/UnboundedQueue.h
  310. include/folly/coro/ValueOrError.h
  311. include/folly/coro/ValueOrFatal.h
  312. include/folly/coro/ViaIfAsync.h
  313. include/folly/coro/WithAsyncStack.h
  314. include/folly/coro/WithCancellation.h
  315. include/folly/coro/detail/Barrier.h
  316. include/folly/coro/detail/BarrierTask.h
  317. include/folly/coro/detail/CurrentAsyncFrame.h
  318. include/folly/coro/detail/Helpers.h
  319. include/folly/coro/detail/InlineTask.h
  320. include/folly/coro/detail/Malloc.h
  321. include/folly/coro/detail/ManualLifetime.h
  322. include/folly/coro/detail/PickTaskWrapper.h
  323. include/folly/coro/detail/Traits.h
  324. include/folly/coro/safe/AsyncClosure-fwd.h
  325. include/folly/coro/safe/AsyncClosure.h
  326. include/folly/coro/safe/BindCaptures.h
  327. include/folly/coro/safe/Captures.h
  328. include/folly/coro/safe/NowTask.h
  329. include/folly/coro/safe/SafeTask.h
  330. include/folly/coro/safe/detail/AsyncClosure.h
  331. include/folly/coro/safe/detail/BindAsyncClosure.h
  332. include/folly/coro/safe/detail/DefineMovableDeepConstLrefCopyable.h
  333. include/folly/crypto/Blake2xb.h
  334. include/folly/crypto/LtHash-inl.h
  335. include/folly/crypto/LtHash.h
  336. include/folly/crypto/detail/LtHashInternal.h
  337. include/folly/debugging/exception_tracer/Compatibility.h
  338. include/folly/debugging/exception_tracer/ExceptionAbi.h
  339. include/folly/debugging/exception_tracer/ExceptionCounterLib.h
  340. include/folly/debugging/exception_tracer/ExceptionTracer.h
  341. include/folly/debugging/exception_tracer/ExceptionTracerLib.h
  342. include/folly/debugging/exception_tracer/SmartExceptionTracer.h
  343. include/folly/debugging/exception_tracer/SmartExceptionTracerSingleton.h
  344. include/folly/debugging/exception_tracer/StackTrace.h
  345. include/folly/debugging/symbolizer/Dwarf.h
  346. include/folly/debugging/symbolizer/DwarfImpl.h
  347. include/folly/debugging/symbolizer/DwarfLineNumberVM.h
  348. include/folly/debugging/symbolizer/DwarfSection.h
  349. include/folly/debugging/symbolizer/DwarfUtil.h
  350. include/folly/debugging/symbolizer/Elf-inl.h
  351. include/folly/debugging/symbolizer/Elf.h
  352. include/folly/debugging/symbolizer/ElfCache.h
  353. include/folly/debugging/symbolizer/LineReader.h
  354. include/folly/debugging/symbolizer/SignalHandler.h
  355. include/folly/debugging/symbolizer/StackTrace.h
  356. include/folly/debugging/symbolizer/SymbolizePrinter.h
  357. include/folly/debugging/symbolizer/SymbolizedFrame.h
  358. include/folly/debugging/symbolizer/Symbolizer.h
  359. include/folly/debugging/symbolizer/detail/Debug.h
  360. include/folly/detail/AsyncTrace.h
  361. include/folly/detail/AtomicHashUtils.h
  362. include/folly/detail/AtomicUnorderedMapUtils.h
  363. include/folly/detail/DiscriminatedPtrDetail.h
  364. include/folly/detail/FileUtilDetail.h
  365. include/folly/detail/FileUtilVectorDetail.h
  366. include/folly/detail/FingerprintPolynomial.h
  367. include/folly/detail/Futex-inl.h
  368. include/folly/detail/Futex.h
  369. include/folly/detail/GroupVarintDetail.h
  370. include/folly/detail/IPAddress.h
  371. include/folly/detail/IPAddressSource.h
  372. include/folly/detail/Iterators.h
  373. include/folly/detail/MPMCPipelineDetail.h
  374. include/folly/detail/MemoryIdler.h
  375. include/folly/detail/PerfScoped.h
  376. include/folly/detail/PolyDetail.h
  377. include/folly/detail/RangeCommon.h
  378. include/folly/detail/RangeSimd.h
  379. include/folly/detail/RangeSse42.h
  380. include/folly/detail/SimpleSimdStringUtils.h
  381. include/folly/detail/SimpleSimdStringUtilsImpl.h
  382. include/folly/detail/Singleton.h
  383. include/folly/detail/SlowFingerprint.h
  384. include/folly/detail/SocketFastOpen.h
  385. include/folly/detail/SplitStringSimd.h
  386. include/folly/detail/SplitStringSimdImpl.h
  387. include/folly/detail/Sse.h
  388. include/folly/detail/StaticSingletonManager.h
  389. include/folly/detail/ThreadLocalDetail.h
  390. include/folly/detail/TrapOnAvx512.h
  391. include/folly/detail/TurnSequencer.h
  392. include/folly/detail/TypeList.h
  393. include/folly/detail/UniqueInstance.h
  394. include/folly/detail/base64_detail/Base64Api.h
  395. include/folly/detail/base64_detail/Base64Common.h
  396. include/folly/detail/base64_detail/Base64Constants.h
  397. include/folly/detail/base64_detail/Base64HiddenConstants.h
  398. include/folly/detail/base64_detail/Base64SWAR.h
  399. include/folly/detail/base64_detail/Base64Scalar.h
  400. include/folly/detail/base64_detail/Base64Simd.h
  401. include/folly/detail/base64_detail/Base64_SSE4_2.h
  402. include/folly/detail/base64_detail/Base64_SSE4_2_Platform.h
  403. include/folly/detail/thread_local_globals.h
  404. include/folly/detail/tuple.h
  405. include/folly/dynamic-inl.h
  406. include/folly/dynamic.h
  407. include/folly/executors/Async.h
  408. include/folly/executors/CPUThreadPoolExecutor.h
  409. include/folly/executors/Codel.h
  410. include/folly/executors/DrivableExecutor.h
  411. include/folly/executors/EDFThreadPoolExecutor.h
  412. include/folly/executors/ExecutionObserver.h
  413. include/folly/executors/ExecutorWithPriority-inl.h
  414. include/folly/executors/ExecutorWithPriority.h
  415. include/folly/executors/FiberIOExecutor.h
  416. include/folly/executors/FunctionScheduler.h
  417. include/folly/executors/FutureExecutor.h
  418. include/folly/executors/GlobalExecutor.h
  419. include/folly/executors/GlobalThreadPoolList.h
  420. include/folly/executors/IOExecutor.h
  421. include/folly/executors/IOObjectCache.h
  422. include/folly/executors/IOThreadPoolDeadlockDetectorObserver.h
  423. include/folly/executors/IOThreadPoolExecutor.h
  424. include/folly/executors/InlineExecutor.h
  425. include/folly/executors/ManualExecutor.h
  426. include/folly/executors/MeteredExecutor-inl.h
  427. include/folly/executors/MeteredExecutor.h
  428. include/folly/executors/QueueObserver.h
  429. include/folly/executors/QueuedImmediateExecutor.h
  430. include/folly/executors/ScheduledExecutor.h
  431. include/folly/executors/SequencedExecutor.h
  432. include/folly/executors/SerialExecutor-inl.h
  433. include/folly/executors/SerialExecutor.h
  434. include/folly/executors/SerializedExecutor.h
  435. include/folly/executors/SoftRealTimeExecutor.h
  436. include/folly/executors/StrandExecutor.h
  437. include/folly/executors/StripedEDFThreadPoolExecutor.h
  438. include/folly/executors/ThreadPoolExecutor.h
  439. include/folly/executors/ThreadedExecutor.h
  440. include/folly/executors/ThreadedRepeatingFunctionRunner.h
  441. include/folly/executors/TimedDrivableExecutor.h
  442. include/folly/executors/TimekeeperScheduledExecutor.h
  443. include/folly/executors/VirtualExecutor.h
  444. include/folly/executors/task_queue/BlockingQueue.h
  445. include/folly/executors/task_queue/LifoSemMPMCQueue.h
  446. include/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h
  447. include/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h
  448. include/folly/executors/task_queue/StripedPriorityUnboundedBlockingQueue.h
  449. include/folly/executors/task_queue/UnboundedBlockingQueue.h
  450. include/folly/executors/thread_factory/InitThreadFactory.h
  451. include/folly/executors/thread_factory/NamedThreadFactory.h
  452. include/folly/executors/thread_factory/PriorityThreadFactory.h
  453. include/folly/executors/thread_factory/ThreadFactory.h
  454. include/folly/experimental/EventCount.h
  455. include/folly/experimental/FlatCombiningPriorityQueue.h
  456. include/folly/experimental/FunctionScheduler.h
  457. include/folly/experimental/ThreadedRepeatingFunctionRunner.h
  458. include/folly/experimental/channels/Channel-fwd.h
  459. include/folly/experimental/channels/Channel-inl.h
  460. include/folly/experimental/channels/Channel.h
  461. include/folly/experimental/channels/ChannelCallbackHandle.h
  462. include/folly/experimental/channels/ChannelProcessor-inl.h
  463. include/folly/experimental/channels/ChannelProcessor.h
  464. include/folly/experimental/channels/ConsumeChannel-inl.h
  465. include/folly/experimental/channels/ConsumeChannel.h
  466. include/folly/experimental/channels/FanoutChannel-inl.h
  467. include/folly/experimental/channels/FanoutChannel.h
  468. include/folly/experimental/channels/FanoutSender-inl.h
  469. include/folly/experimental/channels/FanoutSender.h
  470. include/folly/experimental/channels/MaxConcurrentRateLimiter.h
  471. include/folly/experimental/channels/Merge-inl.h
  472. include/folly/experimental/channels/Merge.h
  473. include/folly/experimental/channels/MergeChannel-inl.h
  474. include/folly/experimental/channels/MergeChannel.h
  475. include/folly/experimental/channels/MultiplexChannel-inl.h
  476. include/folly/experimental/channels/MultiplexChannel.h
  477. include/folly/experimental/channels/OnClosedException.h
  478. include/folly/experimental/channels/Producer-inl.h
  479. include/folly/experimental/channels/Producer.h
  480. include/folly/experimental/channels/ProxyChannel-inl.h
  481. include/folly/experimental/channels/ProxyChannel.h
  482. include/folly/experimental/channels/RateLimiter.h
  483. include/folly/experimental/channels/Transform-inl.h
  484. include/folly/experimental/channels/Transform.h
  485. include/folly/experimental/channels/detail/AtomicQueue.h
  486. include/folly/experimental/channels/detail/ChannelBridge.h
  487. include/folly/experimental/channels/detail/FunctionTraits.h
  488. include/folly/experimental/channels/detail/IntrusivePtr.h
  489. include/folly/experimental/channels/detail/MultiplexerTraits.h
  490. include/folly/experimental/channels/detail/PointerVariant.h
  491. include/folly/experimental/channels/detail/Utility.h
  492. include/folly/experimental/coro/AsyncGenerator.h
  493. include/folly/experimental/coro/AsyncPipe.h
  494. include/folly/experimental/coro/AsyncScope.h
  495. include/folly/experimental/coro/AsyncStack.h
  496. include/folly/experimental/coro/AutoCleanup-fwd.h
  497. include/folly/experimental/coro/AutoCleanup.h
  498. include/folly/experimental/coro/Baton.h
  499. include/folly/experimental/coro/BlockingWait.h
  500. include/folly/experimental/coro/BoundedQueue.h
  501. include/folly/experimental/coro/Cleanup.h
  502. include/folly/experimental/coro/Collect-inl.h
  503. include/folly/experimental/coro/Collect.h
  504. include/folly/experimental/coro/Concat-inl.h
  505. include/folly/experimental/coro/Concat.h
  506. include/folly/experimental/coro/Coroutine.h
  507. include/folly/experimental/coro/CurrentExecutor.h
  508. include/folly/experimental/coro/DetachOnCancel.h
  509. include/folly/experimental/coro/Filter-inl.h
  510. include/folly/experimental/coro/Filter.h
  511. include/folly/experimental/coro/FutureUtil.h
  512. include/folly/experimental/coro/Generator.h
  513. include/folly/experimental/coro/GmockHelpers.h
  514. include/folly/experimental/coro/GtestHelpers.h
  515. include/folly/experimental/coro/Invoke.h
  516. include/folly/experimental/coro/Merge-inl.h
  517. include/folly/experimental/coro/Merge.h
  518. include/folly/experimental/coro/Mutex.h
  519. include/folly/experimental/coro/Promise.h
  520. include/folly/experimental/coro/Result.h
  521. include/folly/experimental/coro/Retry.h
  522. include/folly/experimental/coro/RustAdaptors.h
  523. include/folly/experimental/coro/ScopeExit.h
  524. include/folly/experimental/coro/SharedLock.h
  525. include/folly/experimental/coro/SharedMutex.h
  526. include/folly/experimental/coro/SharedPromise.h
  527. include/folly/experimental/coro/Sleep-inl.h
  528. include/folly/experimental/coro/Sleep.h
  529. include/folly/experimental/coro/SmallUnboundedQueue.h
  530. include/folly/experimental/coro/Task.h
  531. include/folly/experimental/coro/TimedWait.h
  532. include/folly/experimental/coro/Timeout-inl.h
  533. include/folly/experimental/coro/Timeout.h
  534. include/folly/experimental/coro/Traits.h
  535. include/folly/experimental/coro/Transform-inl.h
  536. include/folly/experimental/coro/Transform.h
  537. include/folly/experimental/coro/UnboundedQueue.h
  538. include/folly/experimental/coro/ViaIfAsync.h
  539. include/folly/experimental/coro/WithAsyncStack.h
  540. include/folly/experimental/coro/WithCancellation.h
  541. include/folly/experimental/coro/detail/Barrier.h
  542. include/folly/experimental/coro/detail/BarrierTask.h
  543. include/folly/experimental/coro/detail/CurrentAsyncFrame.h
  544. include/folly/experimental/coro/detail/Helpers.h
  545. include/folly/experimental/coro/detail/InlineTask.h
  546. include/folly/experimental/coro/detail/Malloc.h
  547. include/folly/experimental/coro/detail/ManualLifetime.h
  548. include/folly/experimental/coro/detail/Traits.h
  549. include/folly/experimental/crypto/Blake2xb.h
  550. include/folly/experimental/crypto/LtHash.h
  551. include/folly/experimental/exception_tracer/ExceptionAbi.h
  552. include/folly/experimental/exception_tracer/ExceptionCounterLib.h
  553. include/folly/experimental/exception_tracer/ExceptionTracer.h
  554. include/folly/experimental/exception_tracer/ExceptionTracerLib.h
  555. include/folly/experimental/exception_tracer/SmartExceptionTracer.h
  556. include/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h
  557. include/folly/experimental/exception_tracer/StackTrace.h
  558. include/folly/experimental/flat_combining/FlatCombining.h
  559. include/folly/experimental/io/AsyncBase.h
  560. include/folly/experimental/io/AsyncIO.h
  561. include/folly/experimental/io/AsyncIoUringSocket.h
  562. include/folly/experimental/io/AsyncIoUringSocketFactory.h
  563. include/folly/experimental/io/Epoll.h
  564. include/folly/experimental/io/EpollBackend.h
  565. include/folly/experimental/io/EventBasePoller.h
  566. include/folly/experimental/io/FsUtil.h
  567. include/folly/experimental/io/HugePages.h
  568. include/folly/experimental/io/IoUring.h
  569. include/folly/experimental/io/IoUringBackend.h
  570. include/folly/experimental/io/IoUringBase.h
  571. include/folly/experimental/io/IoUringEvent.h
  572. include/folly/experimental/io/IoUringEventBaseLocal.h
  573. include/folly/experimental/io/IoUringProvidedBufferRing.h
  574. include/folly/experimental/io/Liburing.h
  575. include/folly/experimental/io/MuxIOThreadPoolExecutor.h
  576. include/folly/experimental/io/SimpleAsyncIO.h
  577. include/folly/experimental/observer/CoreCachedObserver.h
  578. include/folly/experimental/observer/HazptrObserver.h
  579. include/folly/experimental/observer/Observable-inl.h
  580. include/folly/experimental/observer/Observable.h
  581. include/folly/experimental/observer/Observer-inl.h
  582. include/folly/experimental/observer/Observer-pre.h
  583. include/folly/experimental/observer/Observer.h
  584. include/folly/experimental/observer/ReadMostlyTLObserver.h
  585. include/folly/experimental/observer/SimpleObservable-inl.h
  586. include/folly/experimental/observer/SimpleObservable.h
  587. include/folly/experimental/observer/WithJitter-inl.h
  588. include/folly/experimental/observer/WithJitter.h
  589. include/folly/experimental/observer/detail/Core.h
  590. include/folly/experimental/observer/detail/GraphCycleDetector.h
  591. include/folly/experimental/observer/detail/ObserverManager.h
  592. include/folly/experimental/settings/Immutables.h
  593. include/folly/experimental/settings/Settings.h
  594. include/folly/experimental/settings/Types.h
  595. include/folly/experimental/settings/detail/SettingsImpl.h
  596. include/folly/experimental/symbolizer/Dwarf.h
  597. include/folly/experimental/symbolizer/DwarfImpl.h
  598. include/folly/experimental/symbolizer/DwarfLineNumberVM.h
  599. include/folly/experimental/symbolizer/DwarfSection.h
  600. include/folly/experimental/symbolizer/DwarfUtil.h
  601. include/folly/experimental/symbolizer/Elf-inl.h
  602. include/folly/experimental/symbolizer/Elf.h
  603. include/folly/experimental/symbolizer/ElfCache.h
  604. include/folly/experimental/symbolizer/LineReader.h
  605. include/folly/experimental/symbolizer/SignalHandler.h
  606. include/folly/experimental/symbolizer/StackTrace.h
  607. include/folly/experimental/symbolizer/SymbolizePrinter.h
  608. include/folly/experimental/symbolizer/SymbolizedFrame.h
  609. include/folly/experimental/symbolizer/Symbolizer.h
  610. include/folly/experimental/symbolizer/detail/Debug.h
  611. include/folly/ext/test_ext.h
  612. include/folly/external/aor/asmdefs.h
  613. include/folly/external/farmhash/farmhash.h
  614. include/folly/external/fast-crc32/avx512_crc32c_v8s3x4.h
  615. include/folly/external/fast-crc32/neon_crc32c_v3s4x2e_v2.h
  616. include/folly/external/fast-crc32/neon_eor3_crc32_v9s3x2e_s3.h
  617. include/folly/external/fast-crc32/neon_eor3_crc32c_v8s2x4_s3.h
  618. include/folly/external/fast-crc32/sse_crc32c_v8s3x3.h
  619. include/folly/external/nvidia/detail/RangeSve2.h
  620. include/folly/external/nvidia/hash/detail/Crc32cCombineDetail.h
  621. include/folly/external/rapidhash/rapidhash.h
  622. include/folly/fibers/AddTasks-inl.h
  623. include/folly/fibers/AddTasks.h
  624. include/folly/fibers/AtomicBatchDispatcher-inl.h
  625. include/folly/fibers/AtomicBatchDispatcher.h
  626. include/folly/fibers/BatchDispatcher.h
  627. include/folly/fibers/BatchSemaphore.h
  628. include/folly/fibers/Baton-inl.h
  629. include/folly/fibers/Baton.h
  630. include/folly/fibers/BoostContextCompatibility.h
  631. include/folly/fibers/CallOnce.h
  632. include/folly/fibers/EventBaseLoopController-inl.h
  633. include/folly/fibers/EventBaseLoopController.h
  634. include/folly/fibers/ExecutorBasedLoopController.h
  635. include/folly/fibers/ExecutorLoopController-inl.h
  636. include/folly/fibers/ExecutorLoopController.h
  637. include/folly/fibers/Fiber-inl.h
  638. include/folly/fibers/Fiber.h
  639. include/folly/fibers/FiberManager-inl.h
  640. include/folly/fibers/FiberManager.h
  641. include/folly/fibers/FiberManagerInternal-inl.h
  642. include/folly/fibers/FiberManagerInternal.h
  643. include/folly/fibers/FiberManagerMap-inl.h
  644. include/folly/fibers/FiberManagerMap.h
  645. include/folly/fibers/ForEach-inl.h
  646. include/folly/fibers/ForEach.h
  647. include/folly/fibers/GenericBaton.h
  648. include/folly/fibers/GuardPageAllocator.h
  649. include/folly/fibers/LoopController.h
  650. include/folly/fibers/Promise-inl.h
  651. include/folly/fibers/Promise.h
  652. include/folly/fibers/Semaphore.h
  653. include/folly/fibers/SemaphoreBase.h
  654. include/folly/fibers/SimpleLoopController.h
  655. include/folly/fibers/TimedMutex-inl.h
  656. include/folly/fibers/TimedMutex.h
  657. include/folly/fibers/WhenN-inl.h
  658. include/folly/fibers/WhenN.h
  659. include/folly/fibers/async/Async.h
  660. include/folly/fibers/async/AsyncStack.h
  661. include/folly/fibers/async/Baton.h
  662. include/folly/fibers/async/Collect-inl.h
  663. include/folly/fibers/async/Collect.h
  664. include/folly/fibers/async/FiberManager.h
  665. include/folly/fibers/async/Future.h
  666. include/folly/fibers/async/Promise.h
  667. include/folly/fibers/async/Task.h
  668. include/folly/fibers/async/WaitUtils.h
  669. include/folly/fibers/detail/AtomicBatchDispatcher.h
  670. include/folly/fibers/traits.h
  671. include/folly/folly-config.h
  672. include/folly/functional/ApplyTuple.h
  673. include/folly/functional/Invoke.h
  674. include/folly/functional/Partial.h
  675. include/folly/functional/protocol.h
  676. include/folly/functional/traits.h
  677. include/folly/futures/Barrier.h
  678. include/folly/futures/Cleanup.h
  679. include/folly/futures/Future-inl.h
  680. include/folly/futures/Future-pre.h
  681. include/folly/futures/Future.h
  682. include/folly/futures/FutureSplitter.h
  683. include/folly/futures/HeapTimekeeper.h
  684. include/folly/futures/ManualTimekeeper.h
  685. include/folly/futures/Portability.h
  686. include/folly/futures/Promise-inl.h
  687. include/folly/futures/Promise.h
  688. include/folly/futures/Retrying.h
  689. include/folly/futures/SharedPromise-inl.h
  690. include/folly/futures/SharedPromise.h
  691. include/folly/futures/ThreadWheelTimekeeper.h
  692. include/folly/futures/WTCallback.h
  693. include/folly/futures/detail/Core.h
  694. include/folly/futures/detail/Types.h
  695. include/folly/gen/Base-inl.h
  696. include/folly/gen/Base.h
  697. include/folly/gen/Combine-inl.h
  698. include/folly/gen/Combine.h
  699. include/folly/gen/Core-inl.h
  700. include/folly/gen/Core.h
  701. include/folly/gen/File-inl.h
  702. include/folly/gen/File.h
  703. include/folly/gen/IStream.h
  704. include/folly/gen/Parallel-inl.h
  705. include/folly/gen/Parallel.h
  706. include/folly/gen/ParallelMap-inl.h
  707. include/folly/gen/ParallelMap.h
  708. include/folly/gen/String-inl.h
  709. include/folly/gen/String.h
  710. include/folly/hash/Checksum.h
  711. include/folly/hash/FarmHash.h
  712. include/folly/hash/FnvHash.h
  713. include/folly/hash/Hash.h
  714. include/folly/hash/HsiehHash.h
  715. include/folly/hash/MurmurHash.h
  716. include/folly/hash/SpookyHashV1.h
  717. include/folly/hash/SpookyHashV2.h
  718. include/folly/hash/UniqueHashKey.h
  719. include/folly/hash/detail/ChecksumDetail.h
  720. include/folly/hash/detail/RandomSeed.h
  721. include/folly/hash/rapidhash.h
  722. include/folly/hash/traits.h
  723. include/folly/init/Init.h
  724. include/folly/init/Phase.h
  725. include/folly/io/Cursor-inl.h
  726. include/folly/io/Cursor.h
  727. include/folly/io/FsUtil.h
  728. include/folly/io/GlobalShutdownSocketSet.h
  729. include/folly/io/HugePages.h
  730. include/folly/io/IOBuf.h
  731. include/folly/io/IOBufIovecBuilder.h
  732. include/folly/io/IOBufQueue.h
  733. include/folly/io/RecordIO-inl.h
  734. include/folly/io/RecordIO.h
  735. include/folly/io/ShutdownSocketSet.h
  736. include/folly/io/SocketOptionMap.h
  737. include/folly/io/SocketOptionValue.h
  738. include/folly/io/TypedIOBuf.h
  739. include/folly/io/async/AsyncBase.h
  740. include/folly/io/async/AsyncIO.h
  741. include/folly/io/async/AsyncIoUringSocket.h
  742. include/folly/io/async/AsyncIoUringSocketFactory.h
  743. include/folly/io/async/AsyncPipe.h
  744. include/folly/io/async/AsyncSSLSocket.h
  745. include/folly/io/async/AsyncServerSocket.h
  746. include/folly/io/async/AsyncSignalHandler.h
  747. include/folly/io/async/AsyncSocket.h
  748. include/folly/io/async/AsyncSocketBase.h
  749. include/folly/io/async/AsyncSocketException.h
  750. include/folly/io/async/AsyncSocketTransport.h
  751. include/folly/io/async/AsyncTimeout.h
  752. include/folly/io/async/AsyncTransport.h
  753. include/folly/io/async/AsyncTransportCertificate.h
  754. include/folly/io/async/AsyncUDPServerSocket.h
  755. include/folly/io/async/AsyncUDPSocket.h
  756. include/folly/io/async/AtomicNotificationQueue-inl.h
  757. include/folly/io/async/AtomicNotificationQueue.h
  758. include/folly/io/async/CertificateIdentityVerifier.h
  759. include/folly/io/async/DecoratedAsyncTransportWrapper.h
  760. include/folly/io/async/DelayedDestruction.h
  761. include/folly/io/async/DelayedDestructionBase.h
  762. include/folly/io/async/DestructorCheck.h
  763. include/folly/io/async/Epoll.h
  764. include/folly/io/async/EpollBackend.h
  765. include/folly/io/async/EventBase.h
  766. include/folly/io/async/EventBaseAtomicNotificationQueue-inl.h
  767. include/folly/io/async/EventBaseAtomicNotificationQueue.h
  768. include/folly/io/async/EventBaseBackendBase.h
  769. include/folly/io/async/EventBaseLocal.h
  770. include/folly/io/async/EventBaseManager.h
  771. include/folly/io/async/EventBasePoller.h
  772. include/folly/io/async/EventBaseThread.h
  773. include/folly/io/async/EventHandler.h
  774. include/folly/io/async/EventUtil.h
  775. include/folly/io/async/HHWheelTimer-fwd.h
  776. include/folly/io/async/HHWheelTimer.h
  777. include/folly/io/async/IoUring.h
  778. include/folly/io/async/IoUringBackend.h
  779. include/folly/io/async/IoUringBase.h
  780. include/folly/io/async/IoUringConnect.h
  781. include/folly/io/async/IoUringEvent.h
  782. include/folly/io/async/IoUringEventBaseLocal.h
  783. include/folly/io/async/IoUringProvidedBufferRing.h
  784. include/folly/io/async/IoUringRecv.h
  785. include/folly/io/async/IoUringSend.h
  786. include/folly/io/async/IoUringZeroCopyBufferPool.h
  787. include/folly/io/async/Liburing.h
  788. include/folly/io/async/MuxIOThreadPoolExecutor.h
  789. include/folly/io/async/NotificationQueue.h
  790. include/folly/io/async/PasswordInFile.h
  791. include/folly/io/async/Request.h
  792. include/folly/io/async/SSLContext.h
  793. include/folly/io/async/SSLOptions.h
  794. include/folly/io/async/STTimerFDTimeoutManager.h
  795. include/folly/io/async/ScopedEventBaseThread.h
  796. include/folly/io/async/SimpleAsyncIO.h
  797. include/folly/io/async/TerminateCancellationToken.h
  798. include/folly/io/async/TimeoutManager.h
  799. include/folly/io/async/TimerFD.h
  800. include/folly/io/async/TimerFDTimeoutManager.h
  801. include/folly/io/async/VirtualEventBase.h
  802. include/folly/io/async/WriteChainAsyncTransportWrapper.h
  803. include/folly/io/async/WriteFlags.h
  804. include/folly/io/async/fdsock/AsyncFdSocket.h
  805. include/folly/io/async/fdsock/SocketFds.h
  806. include/folly/io/async/observer/AsyncSocketObserverContainer.h
  807. include/folly/io/async/observer/AsyncSocketObserverInterface.h
  808. include/folly/io/async/ssl/BasicTransportCertificate.h
  809. include/folly/io/async/ssl/OpenSSLTransportCertificate.h
  810. include/folly/io/async/ssl/OpenSSLUtils.h
  811. include/folly/io/async/ssl/SSLErrors.h
  812. include/folly/io/async/ssl/TLSDefinitions.h
  813. include/folly/io/async/test/AsyncSSLSocketTest.h
  814. include/folly/io/async/test/AsyncSocketTest.h
  815. include/folly/io/async/test/AsyncSocketTest2.h
  816. include/folly/io/async/test/BlockingSocket.h
  817. include/folly/io/async/test/CallbackStateEnum.h
  818. include/folly/io/async/test/ConnCallback.h
  819. include/folly/io/async/test/MockAsyncSSLSocket.h
  820. include/folly/io/async/test/MockAsyncServerSocket.h
  821. include/folly/io/async/test/MockAsyncSocket.h
  822. include/folly/io/async/test/MockAsyncTransport.h
  823. include/folly/io/async/test/MockAsyncUDPSocket.h
  824. include/folly/io/async/test/MockTimeoutManager.h
  825. include/folly/io/async/test/ScopedBoundPort.h
  826. include/folly/io/async/test/SocketPair.h
  827. include/folly/io/async/test/TFOUtil.h
  828. include/folly/io/async/test/TestSSLServer.h
  829. include/folly/io/async/test/TimeUtil.h
  830. include/folly/io/async/test/UndelayedDestruction.h
  831. include/folly/io/async/test/Util.h
  832. include/folly/io/coro/ServerSocket.h
  833. include/folly/io/coro/Transport.h
  834. include/folly/io/coro/TransportCallbackBase.h
  835. include/folly/io/coro/TransportCallbacks.h
  836. include/folly/json.h
  837. include/folly/json/DynamicConverter.h
  838. include/folly/json/DynamicParser-inl.h
  839. include/folly/json/DynamicParser.h
  840. include/folly/json/JSONSchema.h
  841. include/folly/json/JsonMockUtil.h
  842. include/folly/json/JsonTestUtil.h
  843. include/folly/json/bser/Bser.h
  844. include/folly/json/dynamic-inl.h
  845. include/folly/json/dynamic.h
  846. include/folly/json/json.h
  847. include/folly/json/json_patch.h
  848. include/folly/json/json_pointer.h
  849. include/folly/json_patch.h
  850. include/folly/json_pointer.h
  851. include/folly/lang/Access.h
  852. include/folly/lang/Align.h
  853. include/folly/lang/Aligned.h
  854. include/folly/lang/Assume.h
  855. include/folly/lang/Badge.h
  856. include/folly/lang/Bits.h
  857. include/folly/lang/BitsClass.h
  858. include/folly/lang/Builtin.h
  859. include/folly/lang/CArray.h
  860. include/folly/lang/CString.h
  861. include/folly/lang/Cast.h
  862. include/folly/lang/CheckedMath.h
  863. include/folly/lang/CustomizationPoint.h
  864. include/folly/lang/Exception.h
  865. include/folly/lang/Extern.h
  866. include/folly/lang/Hint-inl.h
  867. include/folly/lang/Hint.h
  868. include/folly/lang/Keep.h
  869. include/folly/lang/MustUseImmediately.h
  870. include/folly/lang/New.h
  871. include/folly/lang/Ordering.h
  872. include/folly/lang/Pretty.h
  873. include/folly/lang/PropagateConst.h
  874. include/folly/lang/RValueReferenceWrapper.h
  875. include/folly/lang/SafeAlias-fwd.h
  876. include/folly/lang/SafeAlias.h
  877. include/folly/lang/SafeAssert.h
  878. include/folly/lang/SafeClosure.h
  879. include/folly/lang/StaticConst.h
  880. include/folly/lang/Strong.h
  881. include/folly/lang/Switch.h
  882. include/folly/lang/Thunk.h
  883. include/folly/lang/ToAscii.h
  884. include/folly/lang/TypeInfo.h
  885. include/folly/lang/UncaughtExceptions.h
  886. include/folly/lang/VectorTraits.h
  887. include/folly/lang/bind/AsArgument.h
  888. include/folly/lang/bind/Bind.h
  889. include/folly/lang/bind/Named.h
  890. include/folly/lang/bind/NamedToStorage.h
  891. include/folly/lang/bind/ToStorage.h
  892. include/folly/lang/cstring_view.h
  893. include/folly/logging/AsyncFileWriter.h
  894. include/folly/logging/AsyncLogWriter.h
  895. include/folly/logging/AutoTimer.h
  896. include/folly/logging/BridgeFromGoogleLogging.h
  897. include/folly/logging/CustomLogFormatter.h
  898. include/folly/logging/FileHandlerFactory.h
  899. include/folly/logging/FileWriterFactory.h
  900. include/folly/logging/GlogStyleFormatter.h
  901. include/folly/logging/ImmediateFileWriter.h
  902. include/folly/logging/Init.h
  903. include/folly/logging/LogCategory.h
  904. include/folly/logging/LogCategoryConfig.h
  905. include/folly/logging/LogConfig.h
  906. include/folly/logging/LogConfigParser.h
  907. include/folly/logging/LogFormatter.h
  908. include/folly/logging/LogHandler.h
  909. include/folly/logging/LogHandlerConfig.h
  910. include/folly/logging/LogHandlerFactory.h
  911. include/folly/logging/LogLevel.h
  912. include/folly/logging/LogMessage.h
  913. include/folly/logging/LogName.h
  914. include/folly/logging/LogStream.h
  915. include/folly/logging/LogStreamProcessor.h
  916. include/folly/logging/LogWriter.h
  917. include/folly/logging/Logger.h
  918. include/folly/logging/LoggerDB.h
  919. include/folly/logging/ObjectToString.h
  920. include/folly/logging/RateLimiter.h
  921. include/folly/logging/StandardLogHandler.h
  922. include/folly/logging/StandardLogHandlerFactory.h
  923. include/folly/logging/StreamHandlerFactory.h
  924. include/folly/logging/xlog.h
  925. include/folly/memory/Arena-inl.h
  926. include/folly/memory/Arena.h
  927. include/folly/memory/IoUringArena.h
  928. include/folly/memory/JemallocHugePageAllocator.h
  929. include/folly/memory/JemallocNodumpAllocator.h
  930. include/folly/memory/MallctlHelper.h
  931. include/folly/memory/Malloc.h
  932. include/folly/memory/MemoryResource.h
  933. include/folly/memory/ReentrantAllocator.h
  934. include/folly/memory/SanitizeAddress.h
  935. include/folly/memory/SanitizeLeak.h
  936. include/folly/memory/ThreadCachedArena.h
  937. include/folly/memory/UninitializedMemoryHacks.h
  938. include/folly/memory/detail/MallocImpl.h
  939. include/folly/memory/not_null-inl.h
  940. include/folly/memory/not_null.h
  941. include/folly/memory/shared_from_this_ptr.h
  942. include/folly/net/NetOps.h
  943. include/folly/net/NetOpsDispatcher.h
  944. include/folly/net/NetworkSocket.h
  945. include/folly/net/TcpInfo.h
  946. include/folly/net/TcpInfoDispatcher.h
  947. include/folly/net/TcpInfoTypes.h
  948. include/folly/net/detail/SocketFileDescriptorMap.h
  949. include/folly/observer/CoreCachedObserver.h
  950. include/folly/observer/HazptrObserver.h
  951. include/folly/observer/Observable-inl.h
  952. include/folly/observer/Observable.h
  953. include/folly/observer/Observer-inl.h
  954. include/folly/observer/Observer-pre.h
  955. include/folly/observer/Observer.h
  956. include/folly/observer/ReadMostlyTLObserver.h
  957. include/folly/observer/SimpleObservable-inl.h
  958. include/folly/observer/SimpleObservable.h
  959. include/folly/observer/WithJitter-inl.h
  960. include/folly/observer/WithJitter.h
  961. include/folly/observer/detail/Core.h
  962. include/folly/observer/detail/GraphCycleDetector.h
  963. include/folly/observer/detail/ObserverManager.h
  964. include/folly/poly/Nullable.h
  965. include/folly/poly/Regular.h
  966. include/folly/portability/Asm.h
  967. include/folly/portability/Atomic.h
  968. include/folly/portability/Builtins.h
  969. include/folly/portability/Config.h
  970. include/folly/portability/Constexpr.h
  971. include/folly/portability/Dirent.h
  972. include/folly/portability/Event.h
  973. include/folly/portability/Fcntl.h
  974. include/folly/portability/Filesystem.h
  975. include/folly/portability/FmtCompile.h
  976. include/folly/portability/GFlags.h
  977. include/folly/portability/GMock.h
  978. include/folly/portability/GTest.h
  979. include/folly/portability/GTestProd.h
  980. include/folly/portability/IOVec.h
  981. include/folly/portability/Libgen.h
  982. include/folly/portability/Libunwind.h
  983. include/folly/portability/Malloc.h
  984. include/folly/portability/Math.h
  985. include/folly/portability/Memory.h
  986. include/folly/portability/OpenSSL.h
  987. include/folly/portability/PThread.h
  988. include/folly/portability/Sched.h
  989. include/folly/portability/Sockets.h
  990. include/folly/portability/SourceLocation.h
  991. include/folly/portability/Stdio.h
  992. include/folly/portability/Stdlib.h
  993. include/folly/portability/String.h
  994. include/folly/portability/SysFile.h
  995. include/folly/portability/SysMembarrier.h
  996. include/folly/portability/SysMman.h
  997. include/folly/portability/SysResource.h
  998. include/folly/portability/SysStat.h
  999. include/folly/portability/SysSyscall.h
  1000. include/folly/portability/SysTime.h
  1001. include/folly/portability/SysTypes.h
  1002. include/folly/portability/SysUio.h
  1003. include/folly/portability/Syslog.h
  1004. include/folly/portability/Time.h
  1005. include/folly/portability/Unistd.h
  1006. include/folly/portability/Windows.h
  1007. include/folly/portability/openat2.h
  1008. include/folly/python/AsyncioExecutor.h
  1009. include/folly/python/GILAwareManualExecutor.h
  1010. include/folly/python/ProactorExecutor.h
  1011. include/folly/python/Weak.h
  1012. include/folly/python/async_generator.h
  1013. include/folly/python/coro.h
  1014. include/folly/python/error.h
  1015. include/folly/python/executor.h
  1016. include/folly/python/fibers.h
  1017. include/folly/python/futures.h
  1018. include/folly/python/import.h
  1019. include/folly/python/iobuf.h
  1020. include/folly/python/iobuf_ext.h
  1021. include/folly/python/request_context.h
  1022. include/folly/random/hash.h
  1023. include/folly/random/seed_seq.h
  1024. include/folly/random/xoshiro256pp.h
  1025. include/folly/result/coded_rich_error.h
  1026. include/folly/result/coro.h
  1027. include/folly/result/detail/immortal_exception_storage.h
  1028. include/folly/result/detail/ptr_immortal_exception_storage.h
  1029. include/folly/result/detail/result_or_unwind.h
  1030. include/folly/result/detail/result_promise.h
  1031. include/folly/result/detail/rich_error_common.h
  1032. include/folly/result/detail/rich_exception_ptr_storage.h
  1033. include/folly/result/epitaph.h
  1034. include/folly/result/errc_rich_error.h
  1035. include/folly/result/gtest_helpers.h
  1036. include/folly/result/immortal_rich_error.h
  1037. include/folly/result/nestable_coded_rich_error.h
  1038. include/folly/result/or_unwind_epitaph.h
  1039. include/folly/result/result.h
  1040. include/folly/result/rich_error.h
  1041. include/folly/result/rich_error_base.h
  1042. include/folly/result/rich_error_code.h
  1043. include/folly/result/rich_error_fwd.h
  1044. include/folly/result/rich_exception_ptr.h
  1045. include/folly/result/rich_msg.h
  1046. include/folly/result/try.h
  1047. include/folly/result/value_only_result.h
  1048. include/folly/result/value_only_result_coro.h
  1049. include/folly/settings/CommandLineParser.h
  1050. include/folly/settings/Immutables.h
  1051. include/folly/settings/Observer.h
  1052. include/folly/settings/Settings.h
  1053. include/folly/settings/SettingsAccessorProxy.h
  1054. include/folly/settings/Types.h
  1055. include/folly/settings/detail/SettingsImpl.h
  1056. include/folly/small_vector.h
  1057. include/folly/sorted_vector_types.h
  1058. include/folly/ssl/OpenSSLCertUtils.h
  1059. include/folly/ssl/OpenSSLHash.h
  1060. include/folly/ssl/OpenSSLKeyUtils.h
  1061. include/folly/ssl/OpenSSLPtrTypes.h
  1062. include/folly/ssl/OpenSSLTicketHandler.h
  1063. include/folly/ssl/OpenSSLVersionFinder.h
  1064. include/folly/ssl/PasswordCollector.h
  1065. include/folly/ssl/SSLSession.h
  1066. include/folly/ssl/SSLSessionManager.h
  1067. include/folly/ssl/detail/OpenSSLSession.h
  1068. include/folly/stats/BucketedTimeSeries-inl.h
  1069. include/folly/stats/BucketedTimeSeries.h
  1070. include/folly/stats/DigestBuilder-inl.h
  1071. include/folly/stats/DigestBuilder.h
  1072. include/folly/stats/Histogram-inl.h
  1073. include/folly/stats/Histogram.h
  1074. include/folly/stats/MultiLevelTimeSeries-inl.h
  1075. include/folly/stats/MultiLevelTimeSeries.h
  1076. include/folly/stats/QuantileEstimator-inl.h
  1077. include/folly/stats/QuantileEstimator.h
  1078. include/folly/stats/QuantileHistogram-inl.h
  1079. include/folly/stats/QuantileHistogram.h
  1080. include/folly/stats/StreamingStats.h
  1081. include/folly/stats/TDigest.h
  1082. include/folly/stats/TimeseriesHistogram-inl.h
  1083. include/folly/stats/TimeseriesHistogram.h
  1084. include/folly/stats/detail/Bucket.h
  1085. include/folly/stats/detail/BufferedStat-inl.h
  1086. include/folly/stats/detail/BufferedStat.h
  1087. include/folly/stats/detail/DoubleRadixSort.h
  1088. include/folly/stats/detail/SlidingWindow-inl.h
  1089. include/folly/stats/detail/SlidingWindow.h
  1090. include/folly/stop_watch.h
  1091. include/folly/synchronization/AsymmetricThreadFence.h
  1092. include/folly/synchronization/AtomicNotification-inl.h
  1093. include/folly/synchronization/AtomicNotification.h
  1094. include/folly/synchronization/AtomicRef.h
  1095. include/folly/synchronization/AtomicStruct.h
  1096. include/folly/synchronization/AtomicUtil-inl.h
  1097. include/folly/synchronization/AtomicUtil.h
  1098. include/folly/synchronization/Baton.h
  1099. include/folly/synchronization/CallOnce.h
  1100. include/folly/synchronization/DelayedInit.h
  1101. include/folly/synchronization/DistributedMutex-inl.h
  1102. include/folly/synchronization/DistributedMutex.h
  1103. include/folly/synchronization/EventCount.h
  1104. include/folly/synchronization/FlatCombining.h
  1105. include/folly/synchronization/Hazptr-fwd.h
  1106. include/folly/synchronization/Hazptr.h
  1107. include/folly/synchronization/HazptrDomain.h
  1108. include/folly/synchronization/HazptrHolder.h
  1109. include/folly/synchronization/HazptrObj.h
  1110. include/folly/synchronization/HazptrObjLinked.h
  1111. include/folly/synchronization/HazptrRec.h
  1112. include/folly/synchronization/HazptrThrLocal.h
  1113. include/folly/synchronization/HazptrThreadPoolExecutor.h
  1114. include/folly/synchronization/Latch.h
  1115. include/folly/synchronization/LifoSem.h
  1116. include/folly/synchronization/Lock.h
  1117. include/folly/synchronization/MicroSpinLock.h
  1118. include/folly/synchronization/NativeSemaphore.h
  1119. include/folly/synchronization/ParkingLot.h
  1120. include/folly/synchronization/PicoSpinLock.h
  1121. include/folly/synchronization/RWSpinLock.h
  1122. include/folly/synchronization/Rcu.h
  1123. include/folly/synchronization/RelaxedAtomic.h
  1124. include/folly/synchronization/SanitizeThread.h
  1125. include/folly/synchronization/SaturatingSemaphore.h
  1126. include/folly/synchronization/SmallLocks.h
  1127. include/folly/synchronization/StripedThrottledLifoSem.h
  1128. include/folly/synchronization/ThrottledLifoSem.h
  1129. include/folly/synchronization/WaitOptions.h
  1130. include/folly/synchronization/detail/AtomicUtils.h
  1131. include/folly/synchronization/detail/HazptrUtils.h
  1132. include/folly/synchronization/detail/InlineFunctionRef.h
  1133. include/folly/synchronization/detail/Sleeper.h
  1134. include/folly/synchronization/detail/Spin.h
  1135. include/folly/synchronization/detail/ThreadCachedLists.h
  1136. include/folly/synchronization/detail/ThreadCachedReaders.h
  1137. include/folly/synchronization/detail/ThreadCachedTag.h
  1138. include/folly/synchronization/example/HazptrLockFreeLIFO.h
  1139. include/folly/synchronization/example/HazptrSWMRSet.h
  1140. include/folly/synchronization/example/HazptrWideCAS.h
  1141. include/folly/synchronization/test/Semaphore.h
  1142. include/folly/system/AtFork.h
  1143. include/folly/system/AuxVector.h
  1144. include/folly/system/EnvUtil.h
  1145. include/folly/system/HardwareConcurrency.h
  1146. include/folly/system/MemoryMapping.h
  1147. include/folly/system/Pid.h
  1148. include/folly/system/Shell.h
  1149. include/folly/system/ThreadId.h
  1150. include/folly/system/ThreadName.h
  1151. include/folly/system/arch/x86.h
  1152. include/folly/test/DeterministicSchedule.h
  1153. include/folly/test/TestUtils.h
  1154. include/folly/testing/TestUtil.h
  1155. include/folly/tracing/AsyncStack-inl.h
  1156. include/folly/tracing/AsyncStack.h
  1157. include/folly/tracing/ScopedTraceSection.h
  1158. include/folly/tracing/StaticTracepoint-ELF.h
  1159. include/folly/tracing/StaticTracepoint.h
  1160. lib/cmake/folly/folly-config.cmake
  1161. lib/cmake/folly/folly-targets-release.cmake
  1162. lib/cmake/folly/folly-targets.cmake
  1163. lib/libfolly.so
  1164. lib/libfolly.so.0.58.0-dev
  1165. lib/libfolly_benchmark_util.so
  1166. lib/libfolly_benchmark_util.so.0.58.0-dev
  1167. lib/libfolly_crypto_detail_math_operation_avx2_disable.so
  1168. lib/libfolly_crypto_detail_math_operation_avx2_disable.so.0.58.0-dev
  1169. lib/libfolly_crypto_detail_math_operation_sse2_disable.so
  1170. lib/libfolly_crypto_detail_math_operation_sse2_disable.so.0.58.0-dev
  1171. lib/libfolly_crypto_lt_hash_avx2.so
  1172. lib/libfolly_crypto_lt_hash_avx2.so.0.58.0-dev
  1173. lib/libfolly_crypto_lt_hash_sse2.so
  1174. lib/libfolly_crypto_lt_hash_sse2.so.0.58.0-dev
  1175. lib/libfolly_memcpy-use.so
  1176. lib/libfolly_memcpy-use.so.0.58.0-dev
  1177. lib/libfolly_memset-use.so
  1178. lib/libfolly_memset-use.so.0.58.0-dev
  1179. lib/libfolly_test_util.so
  1180. lib/libfolly_test_util.so.0.58.0-dev
  1181. lib/libfollybenchmark.so
  1182. lib/libfollybenchmark.so.0.58.0-dev
  1183. libdata/pkgconfig/libfolly.pc
  1184. @owner
  1185. @group
  1186. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • folly>0:devel/folly
To install the port:
cd /usr/ports/devel/folly/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/folly
  • pkg install folly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: folly
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1770698089 SHA256 (facebook-folly-v2026.02.09.00_GH0.tar.gz) = 41318d9472a01cf47ace7d653a8b3f1ba8663f3e150b2952ae00e1dfe514f617 SIZE (facebook-folly-v2026.02.09.00_GH0.tar.gz) = 4929933

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. elfutils>0 : devel/elfutils
  2. fast_float>0 : math/fast_float
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Test dependencies:
  1. googletest>0 : devel/googletest
Runtime dependencies:
  1. elfutils>0 : devel/elfutils
Library dependencies:
  1. libboost_atomic.so : devel/boost-libs
  2. libbzip2.so : misc/vxl
  3. libdouble-conversion.so : devel/double-conversion
  4. libevent.so : devel/libevent
  5. libfmt.so : devel/libfmt
  6. libgflags.so : devel/gflags
  7. libglog.so : devel/glog
  8. libicui18n.so : devel/icu
  9. liblz4.so : archivers/liblz4
  10. libsnappy.so : archivers/snappy
  11. libsodium.so : security/libsodium
  12. libunwind.so : devel/libunwind
  13. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. devel/fbthrift
  2. net/fb303
  3. net/mvfst
  4. net/wangle
  5. security/fizz
  6. www/proxygen

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. misc/glow*
  2. net/fbzmq*
  3. net/rsocket-cpp*
  4. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_folly
USES:
cmake compiler:c++17-lang cpe localbase ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/folly/tar.gz/v2026.02.09.00?dummy=/
Collapse this list.

Number of commits found: 280 (showing only 80 on this page)

«  1 | 2 | 3 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2021.12.27.00
28 Dec 2021 17:09:37
commit hash: 892fcc67d63031cfdfa49a019dd8efe56ef5cd8dcommit hash: 892fcc67d63031cfdfa49a019dd8efe56ef5cd8dcommit hash: 892fcc67d63031cfdfa49a019dd8efe56ef5cd8dcommit hash: 892fcc67d63031cfdfa49a019dd8efe56ef5cd8d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.12.20.00 -> 2021.12.27.00
2021.12.20.00
21 Dec 2021 06:08:34
commit hash: 64167b05e9ade830e0f18d8f3f8a53e5b68bfb1bcommit hash: 64167b05e9ade830e0f18d8f3f8a53e5b68bfb1bcommit hash: 64167b05e9ade830e0f18d8f3f8a53e5b68bfb1bcommit hash: 64167b05e9ade830e0f18d8f3f8a53e5b68bfb1b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.12.13.00 -> 2021.12.20.00
2021.12.13.00
14 Dec 2021 22:41:48
commit hash: fa4ea2ed2873a2f85578719e834734a435660f4dcommit hash: fa4ea2ed2873a2f85578719e834734a435660f4dcommit hash: fa4ea2ed2873a2f85578719e834734a435660f4dcommit hash: fa4ea2ed2873a2f85578719e834734a435660f4d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.12.06.00 -> 2021.12.13.00
2021.12.06.00
08 Dec 2021 19:30:22
commit hash: 2c114412ee4299130a764c12bd4718e81adb1f9acommit hash: 2c114412ee4299130a764c12bd4718e81adb1f9acommit hash: 2c114412ee4299130a764c12bd4718e81adb1f9acommit hash: 2c114412ee4299130a764c12bd4718e81adb1f9a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.11.29.00 -> 2021.12.06.00
2021.11.29.00
02 Dec 2021 20:57:07
commit hash: 5a0fd4bff74d9831aa9793ca44a3defb64437f33commit hash: 5a0fd4bff74d9831aa9793ca44a3defb64437f33commit hash: 5a0fd4bff74d9831aa9793ca44a3defb64437f33commit hash: 5a0fd4bff74d9831aa9793ca44a3defb64437f33 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.11.15.00 -> 2021.11.29.00
2021.11.15.00
18 Nov 2021 19:47:34
commit hash: b971633ebd4c1682b0c35f58ab6378af46a46021commit hash: b971633ebd4c1682b0c35f58ab6378af46a46021commit hash: b971633ebd4c1682b0c35f58ab6378af46a46021commit hash: b971633ebd4c1682b0c35f58ab6378af46a46021 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.11.08.00 -> 2021.11.15.00
2021.11.08.00
14 Nov 2021 22:35:20
commit hash: b73677028b180313e810830c5e3de41faef6bf13commit hash: b73677028b180313e810830c5e3de41faef6bf13commit hash: b73677028b180313e810830c5e3de41faef6bf13commit hash: b73677028b180313e810830c5e3de41faef6bf13 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.11.01.00 -> 2021.11.08.00
2021.11.01.00
08 Nov 2021 00:48:56
commit hash: 6e3b032b1af977dba5432e4ba10e07516f9ea510commit hash: 6e3b032b1af977dba5432e4ba10e07516f9ea510commit hash: 6e3b032b1af977dba5432e4ba10e07516f9ea510commit hash: 6e3b032b1af977dba5432e4ba10e07516f9ea510 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update to 2021.11.01.00
2021.08.30.00
14 Oct 2021 21:30:15
commit hash: 839a83b522e2e3a6144fa37f650156175a987c6dcommit hash: 839a83b522e2e3a6144fa37f650156175a987c6dcommit hash: 839a83b522e2e3a6144fa37f650156175a987c6dcommit hash: 839a83b522e2e3a6144fa37f650156175a987c6d files touched by this commit
Stefan Eßer (se) search for other commits by this committer
devel/folly: Add CPE information

Approved by:	portmgr (blanket)
2021.08.30.00
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021.08.30.00
31 Aug 2021 09:42:34
commit hash: 26676057285a97c395b0b7cda3a87d4b5b3b380acommit hash: 26676057285a97c395b0b7cda3a87d4b5b3b380acommit hash: 26676057285a97c395b0b7cda3a87d4b5b3b380acommit hash: 26676057285a97c395b0b7cda3a87d4b5b3b380a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.08.23.00 -> 2021.08.30.00
2021.08.23.00
26 Aug 2021 23:41:24
commit hash: aa8568904fd662611d3d8480bcf38c6e11856477commit hash: aa8568904fd662611d3d8480bcf38c6e11856477commit hash: aa8568904fd662611d3d8480bcf38c6e11856477commit hash: aa8568904fd662611d3d8480bcf38c6e11856477 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Fix build by adding missing #include <signal.h>

Reported by:	fallout
2021.08.23.00
24 Aug 2021 17:10:13
commit hash: 05193c171be300e809a5215f8995fd093bd0ab99commit hash: 05193c171be300e809a5215f8995fd093bd0ab99commit hash: 05193c171be300e809a5215f8995fd093bd0ab99commit hash: 05193c171be300e809a5215f8995fd093bd0ab99 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update to 2021.08.23.00
2021.08.02.00
02 Aug 2021 20:49:00
commit hash: a30c57a923d5c7eebc2d983ba6b3bc3b08824b46commit hash: a30c57a923d5c7eebc2d983ba6b3bc3b08824b46commit hash: a30c57a923d5c7eebc2d983ba6b3bc3b08824b46commit hash: a30c57a923d5c7eebc2d983ba6b3bc3b08824b46 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update to 2021.08.02.00
2021.07.20.00_1
21 Jul 2021 18:11:51
commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021.07.20.00
21 Jul 2021 02:28:57
commit hash: 2bd9805c7340ce65d5bb6bde7aa3a36435198142commit hash: 2bd9805c7340ce65d5bb6bde7aa3a36435198142commit hash: 2bd9805c7340ce65d5bb6bde7aa3a36435198142commit hash: 2bd9805c7340ce65d5bb6bde7aa3a36435198142 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.06.28.00 -> 2021.07.20.00

Reported by:	portscout
2021.06.28.00
04 Jul 2021 23:41:16
commit hash: 307ff625e3ac7c43c0d276c7a2b14ac167f63ddccommit hash: 307ff625e3ac7c43c0d276c7a2b14ac167f63ddccommit hash: 307ff625e3ac7c43c0d276c7a2b14ac167f63ddccommit hash: 307ff625e3ac7c43c0d276c7a2b14ac167f63ddc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update to 2021.06.28.00
2021.05.17.00
20 May 2021 04:56:31
commit hash: 33f92c18f5327bf07e84c6de8013c88b3899b9afcommit hash: 33f92c18f5327bf07e84c6de8013c88b3899b9afcommit hash: 33f92c18f5327bf07e84c6de8013c88b3899b9afcommit hash: 33f92c18f5327bf07e84c6de8013c88b3899b9af files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.05.10 -> 2021.05.17
10 May 2021 17:13:46
commit hash: 0a65c42063b486491b37c14b3f91d0c7e0fc4800commit hash: 0a65c42063b486491b37c14b3f91d0c7e0fc4800commit hash: 0a65c42063b486491b37c14b3f91d0c7e0fc4800commit hash: 0a65c42063b486491b37c14b3f91d0c7e0fc4800 files touched by this commit Sanity Test Failure Refresh
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.04.26.00 -> 2021.05.10.00
2021.04.26.00
26 Apr 2021 17:56:30
commit hash: eee9d23fe9c7f01483885e5615d047395303e970commit hash: eee9d23fe9c7f01483885e5615d047395303e970commit hash: eee9d23fe9c7f01483885e5615d047395303e970commit hash: eee9d23fe9c7f01483885e5615d047395303e970 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.04.19.00 -> 2021.04.26.00
2021.04.19.00
19 Apr 2021 15:49:05
commit hash: 7f0ca7129a1e3f508a6127cd58e612fac5d097a2commit hash: 7f0ca7129a1e3f508a6127cd58e612fac5d097a2commit hash: 7f0ca7129a1e3f508a6127cd58e612fac5d097a2commit hash: 7f0ca7129a1e3f508a6127cd58e612fac5d097a2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.04.12.00 -> 2021.04.19.00
2021.04.12.00
12 Apr 2021 23:45:04
commit hash: 1c7c26af2cfcd977d516d57fd5e01e718f232217commit hash: 1c7c26af2cfcd977d516d57fd5e01e718f232217commit hash: 1c7c26af2cfcd977d516d57fd5e01e718f232217commit hash: 1c7c26af2cfcd977d516d57fd5e01e718f232217 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.04.05.00 -> 2021.04.12.00
2021.04.05.00
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021.04.05.00
06 Apr 2021 17:22:13
commit hash: 9e1af231604b012e9dbc717c6208b1846bfd6dddcommit hash: 9e1af231604b012e9dbc717c6208b1846bfd6dddcommit hash: 9e1af231604b012e9dbc717c6208b1846bfd6dddcommit hash: 9e1af231604b012e9dbc717c6208b1846bfd6ddd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/folly: Update 2021.03.29.00 -> 2021.04.05.00
2021.03.29.00
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2021.03.29.00
29 Mar 2021 21:35:06
Revision:569512Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.03.22.00 -> 2021.03.29.00
2021.03.22.00
24 Mar 2021 03:06:31
Revision:569075Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.03.08.00 -> 2021.03.22.00
2021.03.08.00
09 Mar 2021 01:23:51
Revision:567883Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.03.01.00 -> 2021.03.08.00
2021.03.01.00
06 Mar 2021 00:27:51
Revision:567444Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/folly: fix build on powerpc64

QuotientMultiSet doesn't work on big-endian architectures.

Approved by:	tier 2 blanket
MFH:		2021Q1
2021.03.01.00
01 Mar 2021 18:37:31
Revision:566877Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.02.22.00 -> 2021.03.01.00
2021.02.22.00
22 Feb 2021 20:26:56
Revision:566326Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.02.15.00 -> 2021.02.22.00
2021.02.15.00
15 Feb 2021 23:53:51
Revision:565357Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.02.08.00 -> 2021.02.15.00
2021.02.08.00
09 Feb 2021 20:11:49
Revision:564807Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.02.01.00 -> 2021.02.08.00
2021.02.01.00
02 Feb 2021 17:06:22
Revision:563820Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.01.25.00 -> 2021.02.01.00
2021.01.25.00
26 Jan 2021 02:39:31
Revision:562630Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.01.18.00 -> 2021.01.25.00
2021.01.18.00
19 Jan 2021 17:53:09
Revision:562058Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.01.11.00 -> 2021.01.18.00
2021.01.11.00
11 Jan 2021 21:03:02
Revision:561263Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2021.01.04.00 -> 2021.01.11.00
2021.01.04.00
04 Jan 2021 18:59:21
Revision:560323Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.12.28.00 -> 2021.01.04.00
2020.12.28.00
28 Dec 2020 20:35:41
Revision:559517Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.12.21.00 -> 2020.12.28.00
2020.12.21.00
22 Dec 2020 18:29:39
Revision:558934Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.12.14.00 -> 2020.12.21.00
2020.12.14.00
15 Dec 2020 04:36:19
Revision:558127Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.12.07.00 -> 2020.12.14.00
2020.12.07.00
08 Dec 2020 23:28:26
Revision:557307Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.11.30.00 -> 2020.12.07.00
2020.11.30.00
01 Dec 2020 03:37:16
Revision:556697Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.11.23.00 -> 2020.11.30.00
2020.11.23.00
24 Nov 2020 23:41:12
Revision:556229Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.11.16.00 -> 2020.11.23.00
2020.11.16.00
20 Nov 2020 07:19:10
Revision:555740Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.11.02.00 -> 2020.11.16.00
2020.11.02.00
03 Nov 2020 18:06:29
Revision:554003Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.10.26.00 -> 2020.11.02.00

Reported by:	portscout
2020.10.26.00
27 Oct 2020 19:48:37
Revision:553477Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.10.12.00 -> 2020.10.26.00

Reported by:	portscout
2020.10.12.00
15 Oct 2020 05:40:43
Revision:552375Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.09.14.00 -> 2020.10.12.00

Reported by:	portscout
2020.09.14.00
22 Sep 2020 05:20:19
Revision:549558Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Broken on 11
2020.09.14.00
15 Sep 2020 08:26:47
Revision:548710Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.09.07.00 -> 2020.09.14.00

Reported by:	portscout
2020.09.07.00
09 Sep 2020 17:14:42
Revision:548109Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Remove BROKEN_FreeBSD_13 because it builds now on 13

Reported by:	linimon
2020.09.07.00
08 Sep 2020 17:10:01
Revision:547995Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.08.31.00 -> 2020.09.07.00

Reported by:	portscout
2020.08.31.00_1
07 Sep 2020 21:19:41
Revision:547943Original commit files touched by this commit
tobik search for other commits by this committer
devel/libfmt: Update to 7.0.3

Changes:	https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2020.08.31.00
03 Sep 2020 09:16:01
Revision:547429Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.08.24.00 -> 2020.08.31.00

Reported by:	portscout
2020.08.24.00
27 Aug 2020 07:06:13
Revision:546324Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.08.17.00 -> 2020.08.24.00

Reported by:	portscout
2020.08.17.00
19 Aug 2020 19:00:59
Revision:545448Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.08.10.00 -> 2020.08.17.00

Reported by:	portscout
2020.08.10.00
16 Aug 2020 09:27:19
Revision:545091Original commit files touched by this commit
tcberner search for other commits by this committer
devel/cmake: update to 3.18.1

- update to 3.18.1
- new port devel/cmakedoc

Thanks to adridg@ for tackling most of the fallout.

PR:		248003
Exp-run by:	antoine
2020.08.10.00
11 Aug 2020 20:52:07
Revision:544712Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.08.03.00 -> 2020.08.10.00

Reported by:	portscout
2020.08.03.00
05 Aug 2020 00:37:36
Revision:544191Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.07.27.00 -> 2020.08.03.00

Reported by:	portscout
2020.07.27.00_1
31 Jul 2020 17:07:19
Revision:543873Original commit files touched by this commit
tobik search for other commits by this committer
devel/libfmt: Update to 7.0.2

Changes:	https://github.com/fmtlib/fmt/releases/tag/7.0.2
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2020.07.27.00
28 Jul 2020 15:59:19
Revision:543609Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.07.20.00 -> 2020.07.27.00

Reported by:	portscout
2020.07.20.00
21 Jul 2020 06:06:59
Revision:542718Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.07.13.00 -> 2020.07.20.00

Reported by:	portscout
2020.07.13.00_1
20 Jul 2020 16:27:43
Revision:542655Original commit files touched by this commit
tobik search for other commits by this committer
devel/libfmt: Update to 7.0.1

Changes:	https://github.com/fmtlib/fmt/releases/tag/7.0.1
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2020.07.13.00
15 Jul 2020 15:40:13
Revision:542265Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.07.06.00 -> 2020.07.13.00

Reported by:	portscout
2020.07.06.00
07 Jul 2020 08:57:37
Revision:541392Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.06.29.00 -> 2020.07.06.00

Reported by:	portscout
2020.06.29.00
30 Jun 2020 06:48:11
Revision:540860Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.06.15.00 -> 2020.06.29.00

Reported by:	portscout
2020.06.15.00
15 Jun 2020 20:36:51
Revision:539279Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.06.08.00 -> 2020.06.15.00
2020.06.08.00
09 Jun 2020 05:52:05
Revision:538282Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.06.01.00 -> 2020.06.08.00
2020.06.01.00
05 Jun 2020 20:09:00
Revision:538052Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2020.05.25.00 -> 2020.06.01.00

Reported by:	portscout
2020.05.25.00
29 May 2020 03:00:35
Revision:536877Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2019.06.17.00 -> 2020.05.25.00
2019.06.17.00_5
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019.06.17.00_4
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019.06.17.00_3
04 Aug 2019 17:15:41
Revision:508116Original commit files touched by this commit
yuri search for other commits by this committer
devel/double-conversion: Update 3.0.0 -> 3.1.5-11

Maintainer reset due to the extended timeout, as per policy.
Take maintainership.

7 ports are bumped.

PR:		239367
Approved by:	waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789
for the same port)
2019.06.17.00_2
02 Aug 2019 13:30:40
Revision:507877Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019.06.17.00_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019.06.17.00
20 Jun 2019 05:20:26
Revision:504617Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Broken on 13 due to clang crashes
2019.06.17.00
20 Jun 2019 03:41:15
Revision:504615Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Update 2019.06.10.00 -> 2019.06.17.00

Reported by:	portscout
2019.06.10.00_2
17 Jun 2019 02:21:11
Revision:504381Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Sync with the upstream GitHub pull request
2019.06.10.00_1
16 Jun 2019 17:55:50
Revision:504359Original commit files touched by this commit
yuri search for other commits by this committer
devel/folly: Upstream patches; Fix bogus SYS_gettid-related code; Mark broken on
i386

PR:		238608
Reported by:	jbeich (bogus SYS_gettid and i386 failure)
2019.06.10.00
16 Jun 2019 08:43:23
Revision:504283Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/folly: C++ library developed and used at Facebook

Number of commits found: 280 (showing only 80 on this page)

«  1 | 2 | 3