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 photosAll times are UTC
Ukraine
Port details
fatal Library for fast software prototyping in modern C++
2024.10.14.00 devel on this many watch lists=2 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 2024.09.23.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-16 01:21:36
Last Update: 2024-10-14 20:27:17
Commit Hash: bc1128f
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://github.com/facebook/fatal
Description:
Fatal (Facebook Template Library) is a library for fast prototyping software in modern C++. It provides facilities heavily based on template meta-programming, while keeping most of the complexity under-the-hood, to enhance the expressive power of C++. Fatal also provides lessons on how to write meta-programs, as well as on how to make the best use of the library, starting at beginner levels. The goal is make its benefits available to a wider audience other than just hard-core library writers.
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 (163 items)
Collapse this list.
  1. /usr/local/share/licenses/fatal-2024.10.14.00/catalog.mk
  2. /usr/local/share/licenses/fatal-2024.10.14.00/LICENSE
  3. /usr/local/share/licenses/fatal-2024.10.14.00/BSD3CLAUSE
  4. include/fatal/benchmark/benchmark.h
  5. include/fatal/benchmark/cases.h
  6. include/fatal/benchmark/driver.h
  7. include/fatal/benchmark/prevent_optimization.h
  8. include/fatal/codec/varint.h
  9. include/fatal/container/circular_queue.h
  10. include/fatal/container/flag_set.h
  11. include/fatal/container/legacy_variant.h
  12. include/fatal/container/optional.h
  13. include/fatal/container/random_access_iterator.h
  14. include/fatal/container/runtime_array.h
  15. include/fatal/container/tuple.h
  16. include/fatal/container/tuple_tags.h
  17. include/fatal/container/uninitialized.h
  18. include/fatal/container/unitary_union.h
  19. include/fatal/container/variadic_union.h
  20. include/fatal/container/variant.h
  21. include/fatal/debug/assume.h
  22. include/fatal/debug/debug.h
  23. include/fatal/functional/functional.h
  24. include/fatal/functional/identity.h
  25. include/fatal/functional/no_op.h
  26. include/fatal/lesson/lesson.h
  27. include/fatal/log/log.h
  28. include/fatal/math/compile_time_rng.h
  29. include/fatal/math/hash.h
  30. include/fatal/math/impl/numerics.h
  31. include/fatal/math/numerics.h
  32. include/fatal/math/statistical_moments.h
  33. include/fatal/portability.h
  34. include/fatal/preprocessor.h
  35. include/fatal/string/rope.h
  36. include/fatal/string/string_view.h
  37. include/fatal/string/tokenizer.h
  38. include/fatal/test/args.h
  39. include/fatal/test/compatibility.h
  40. include/fatal/test/driver.h
  41. include/fatal/test/env.h
  42. include/fatal/test/random_data.h
  43. include/fatal/test/ref_counter.h
  44. include/fatal/test/string.h
  45. include/fatal/test/test.h
  46. include/fatal/test/tools.h
  47. include/fatal/test/type.h
  48. include/fatal/test/words.h
  49. include/fatal/time/time.h
  50. include/fatal/type/accumulate.h
  51. include/fatal/type/apply.h
  52. include/fatal/type/arithmetic.h
  53. include/fatal/type/array.h
  54. include/fatal/type/benchmark/trie/trie_benchmark.h
  55. include/fatal/type/bitwise.h
  56. include/fatal/type/builtin.h
  57. include/fatal/type/call_traits.h
  58. include/fatal/type/cartesian_product.h
  59. include/fatal/type/cat.h
  60. include/fatal/type/compare.h
  61. include/fatal/type/compilability.h
  62. include/fatal/type/conditional.h
  63. include/fatal/type/constant.h
  64. include/fatal/type/constify.h
  65. include/fatal/type/constify_from.h
  66. include/fatal/type/convert.h
  67. include/fatal/type/data_member_getter.h
  68. include/fatal/type/debug.h
  69. include/fatal/type/deprecated/apply.h
  70. include/fatal/type/deprecated/flatten.h
  71. include/fatal/type/deprecated/transform.h
  72. include/fatal/type/deprecated/type_list.h
  73. include/fatal/type/deprecated/type_map.h
  74. include/fatal/type/deprecated/type_pair.h
  75. include/fatal/type/deprecated/type_tag.h
  76. include/fatal/type/enum.h
  77. include/fatal/type/fast_pass.h
  78. include/fatal/type/find.h
  79. include/fatal/type/fold.h
  80. include/fatal/type/foreach.h
  81. include/fatal/type/get.h
  82. include/fatal/type/get_type.h
  83. include/fatal/type/group_by.h
  84. include/fatal/type/has_type.h
  85. include/fatal/type/identity.h
  86. include/fatal/type/impl/accumulate.h
  87. include/fatal/type/impl/apply.h
  88. include/fatal/type/impl/arithmetic.h
  89. include/fatal/type/impl/array.h
  90. include/fatal/type/impl/bitwise.h
  91. include/fatal/type/impl/builtin.h
  92. include/fatal/type/impl/cartesian_product.h
  93. include/fatal/type/impl/cat.h
  94. include/fatal/type/impl/compare.h
  95. include/fatal/type/impl/compilability.h
  96. include/fatal/type/impl/conditional.h
  97. include/fatal/type/impl/convert.h
  98. include/fatal/type/impl/find.h
  99. include/fatal/type/impl/fold.h
  100. include/fatal/type/impl/foreach.h
  101. include/fatal/type/impl/get.h
  102. include/fatal/type/impl/group_by.h
  103. include/fatal/type/impl/is_complete.h
  104. include/fatal/type/impl/logical.h
  105. include/fatal/type/impl/longest_common_prefix.h
  106. include/fatal/type/impl/push.h
  107. include/fatal/type/impl/replace.h
  108. include/fatal/type/impl/reverse.h
  109. include/fatal/type/impl/safe_overload.h
  110. include/fatal/type/impl/search.h
  111. include/fatal/type/impl/select.h
  112. include/fatal/type/impl/sequence.h
  113. include/fatal/type/impl/size.h
  114. include/fatal/type/impl/slice.h
  115. include/fatal/type/impl/sort.h
  116. include/fatal/type/impl/transform.h
  117. include/fatal/type/impl/trie.h
  118. include/fatal/type/impl/type.h
  119. include/fatal/type/impl/unique.h
  120. include/fatal/type/impl/void.h
  121. include/fatal/type/impl/zip.h
  122. include/fatal/type/inherit.h
  123. include/fatal/type/is_complete.h
  124. include/fatal/type/list.h
  125. include/fatal/type/logical.h
  126. include/fatal/type/longest_common_prefix.h
  127. include/fatal/type/maybe.h
  128. include/fatal/type/operation.h
  129. include/fatal/type/pair.h
  130. include/fatal/type/pointer_selector.h
  131. include/fatal/type/push.h
  132. include/fatal/type/qualifier.h
  133. include/fatal/type/reflect_function.h
  134. include/fatal/type/reflect_member_function.h
  135. include/fatal/type/reflect_template.h
  136. include/fatal/type/reflection.h
  137. include/fatal/type/registry.h
  138. include/fatal/type/remove_rvalue_reference.h
  139. include/fatal/type/replace.h
  140. include/fatal/type/reverse.h
  141. include/fatal/type/safe_overload.h
  142. include/fatal/type/same_reference_as.h
  143. include/fatal/type/scalar.h
  144. include/fatal/type/search.h
  145. include/fatal/type/select.h
  146. include/fatal/type/sequence.h
  147. include/fatal/type/size.h
  148. include/fatal/type/slice.h
  149. include/fatal/type/sort.h
  150. include/fatal/type/split.h
  151. include/fatal/type/tag.h
  152. include/fatal/type/traits.h
  153. include/fatal/type/transform.h
  154. include/fatal/type/trie.h
  155. include/fatal/type/type.h
  156. include/fatal/type/unique.h
  157. include/fatal/type/variant_traits.h
  158. include/fatal/type/void.h
  159. include/fatal/type/zip.h
  160. include/fatal/utility/timed_iterations.h
  161. @owner
  162. @group
  163. @mode
Collapse this list.
Dependency lines:
  • fatal>0:devel/fatal
To install the port:
cd /usr/ports/devel/fatal/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/fatal
  • pkg install fatal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fatal
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1728928297 SHA256 (facebook-fatal-v2024.10.14.00_GH0.tar.gz) = 89ceaef721ee35dc7cbe3a77f90b9b66cf1415d9e60b049d1818528772fdabd1 SIZE (facebook-fatal-v2024.10.14.00_GH0.tar.gz) = 658796

Packages (timestamps in pop-ups are UTC):
fatal
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.09.23.002024.09.30.002021.01.18.002024.09.09.002024.10.14.00-2021.01.04.00-
FreeBSD:13:quarterly2024.06.24.002024.09.30.002023.06.26.002024.06.24.002024.09.30.002024.01.01.002024.01.01.002024.01.01.00
FreeBSD:14:latest2024.09.23.002024.10.14.002023.01.09.002024.09.09.002024.10.14.002023.06.08.00-2023.06.12.00
FreeBSD:14:quarterly2024.06.24.002024.09.30.00-2024.06.24.002024.09.30.002024.01.01.002024.01.01.002024.01.01.00
FreeBSD:15:latest2024.09.30.002024.10.14.00n/a2024.09.23.00n/a2024.01.29.002024.01.29.002024.02.19.00
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_fatal
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/fatal/tar.gz/v2024.10.14.00?dummy=/
Collapse this list.

Number of commits found: 177 (showing only 77 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2022.08.08.00
08 Aug 2022 22:17:04
commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.08.01.00 -> 2022.08.08.00
2022.08.01.00
01 Aug 2022 19:00:17
commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.25.00 -> 2022.08.01.00
2022.07.25.00
26 Jul 2022 07:50:22
commit hash: da3093465b24e37732dd2a2f277bc855b606cbcecommit hash: da3093465b24e37732dd2a2f277bc855b606cbcecommit hash: da3093465b24e37732dd2a2f277bc855b606cbcecommit hash: da3093465b24e37732dd2a2f277bc855b606cbce files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.18.00 -> 2022.07.25.00
2022.07.18.00
22 Jul 2022 22:01:02
commit hash: 3188735ae677233582a2cffe84d2aa80378944a5commit hash: 3188735ae677233582a2cffe84d2aa80378944a5commit hash: 3188735ae677233582a2cffe84d2aa80378944a5commit hash: 3188735ae677233582a2cffe84d2aa80378944a5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.11.00 -> 2022.07.18.00
2022.07.11.00
12 Jul 2022 01:24:32
commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.04.00 -> 2022.07.11.00
2022.07.04.00
04 Jul 2022 23:16:27
commit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2acommit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2acommit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2acommit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.27.00 -> 2022.07.04.00
2022.06.27.00
27 Jun 2022 19:36:28
commit hash: 16be0742bef41dd940de1befcb7188dd17ae659dcommit hash: 16be0742bef41dd940de1befcb7188dd17ae659dcommit hash: 16be0742bef41dd940de1befcb7188dd17ae659dcommit hash: 16be0742bef41dd940de1befcb7188dd17ae659d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.20.00 -> 2022.06.27.00
2022.06.20.00
20 Jun 2022 20:57:32
commit hash: ce21d80f1889bfd603806cbb00d60d210471b281commit hash: ce21d80f1889bfd603806cbb00d60d210471b281commit hash: ce21d80f1889bfd603806cbb00d60d210471b281commit hash: ce21d80f1889bfd603806cbb00d60d210471b281 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.13.00 -> 2022.06.20.00
2022.06.13.00
13 Jun 2022 22:49:48
commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.06.00 -> 2022.06.13.00
2022.06.06.00
07 Jun 2022 00:38:48
commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.05.30.00 -> 2022.06.06.00
2022.05.30.00
04 Jun 2022 06:48:35
commit hash: 3c79730574ac359f996897659563d01e8630a06fcommit hash: 3c79730574ac359f996897659563d01e8630a06fcommit hash: 3c79730574ac359f996897659563d01e8630a06fcommit hash: 3c79730574ac359f996897659563d01e8630a06f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.04.11.00 -> 2022.05.30.00
2022.03.28.00
28 Mar 2022 19:41:29
commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.03.14.00 -> 2022.03.28.00
2022.03.14.00
14 Mar 2022 18:11:28
commit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfecommit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfecommit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfecommit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfe files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.03.07.00 -> 2022.03.14.00
2022.03.07.00
07 Mar 2022 20:14:13
commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.02.28.00 -> 2022.03.07.00
2022.02.28.00
28 Feb 2022 18:30:25
commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.02.21.00 -> 2022.02.28.00
2022.02.21.00
21 Feb 2022 17:08:44
commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.02.14.00 -> 2022.02.21.00
2022.02.14.00
14 Feb 2022 19:56:19
commit hash: c698f58b46147d22b7ade81e2ea48546d306b043commit hash: c698f58b46147d22b7ade81e2ea48546d306b043commit hash: c698f58b46147d22b7ade81e2ea48546d306b043commit hash: c698f58b46147d22b7ade81e2ea48546d306b043 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.31.00 -> 2022.02.14.00
2022.01.31.00
31 Jan 2022 19:27:43
commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.24.00 -> 2022.01.31.00
2022.01.24.00
24 Jan 2022 21:27:58
commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.17.00 -> 2022.01.24.00
2022.01.17.00
17 Jan 2022 22:41:23
commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.10.00 -> 2022.01.17.00
2022.01.10.00
13 Jan 2022 02:02:53
commit hash: 6e8304c9189e0a88a39e1574773edf821c161688commit hash: 6e8304c9189e0a88a39e1574773edf821c161688commit hash: 6e8304c9189e0a88a39e1574773edf821c161688commit hash: 6e8304c9189e0a88a39e1574773edf821c161688 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.03.00 -> 2022.01.10.00
2022.01.03.00
03 Jan 2022 19:34:08
commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.12.27.00 -> 2022.01.03.00
2021.12.27.00
28 Dec 2021 17:09:39
commit hash: 58316792a8a922656d6f285373c06b4f5face98fcommit hash: 58316792a8a922656d6f285373c06b4f5face98fcommit hash: 58316792a8a922656d6f285373c06b4f5face98fcommit hash: 58316792a8a922656d6f285373c06b4f5face98f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.12.20.00 -> 2021.12.27.00
2021.12.20.00
21 Dec 2021 06:08:36
commit hash: 4288ef3192f25ee6a6dcfd686047022f457ed61bcommit hash: 4288ef3192f25ee6a6dcfd686047022f457ed61bcommit hash: 4288ef3192f25ee6a6dcfd686047022f457ed61bcommit hash: 4288ef3192f25ee6a6dcfd686047022f457ed61b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.12.13.00 -> 2021.12.20.00
2021.12.13.00
14 Dec 2021 22:41:52
commit hash: 1c0268801a633414fced55567a1bbf3186098fe4commit hash: 1c0268801a633414fced55567a1bbf3186098fe4commit hash: 1c0268801a633414fced55567a1bbf3186098fe4commit hash: 1c0268801a633414fced55567a1bbf3186098fe4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.12.06.00 -> 2021.12.13.00
2021.12.06.00
08 Dec 2021 19:30:24
commit hash: 09ab8738490ad074894a2d1285a52bf73ee3068dcommit hash: 09ab8738490ad074894a2d1285a52bf73ee3068dcommit hash: 09ab8738490ad074894a2d1285a52bf73ee3068dcommit hash: 09ab8738490ad074894a2d1285a52bf73ee3068d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.11.29.00 -> 2021.12.06.00
2021.11.29.00
02 Dec 2021 20:57:10
commit hash: 7df797df7ad5a34f6842b75e304d41650e94cf47commit hash: 7df797df7ad5a34f6842b75e304d41650e94cf47commit hash: 7df797df7ad5a34f6842b75e304d41650e94cf47commit hash: 7df797df7ad5a34f6842b75e304d41650e94cf47 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.11.15.00 -> 2021.11.29.00
2021.11.15.00
18 Nov 2021 19:47:36
commit hash: 09f774d529109992a39c2c24d27d784143cc961ccommit hash: 09f774d529109992a39c2c24d27d784143cc961ccommit hash: 09f774d529109992a39c2c24d27d784143cc961ccommit hash: 09f774d529109992a39c2c24d27d784143cc961c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.11.08.00 -> 2021.11.15.00
2021.11.08.00
14 Nov 2021 22:35:24
commit hash: 28e79d88b3af3b66ced504bb56d06601cb4f1091commit hash: 28e79d88b3af3b66ced504bb56d06601cb4f1091commit hash: 28e79d88b3af3b66ced504bb56d06601cb4f1091commit hash: 28e79d88b3af3b66ced504bb56d06601cb4f1091 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.11.01.00 -> 2021.11.08.00
2021.11.01.00
08 Nov 2021 00:48:59
commit hash: e347426f4f3f98d38cbc913d9993646bd218b7f2commit hash: e347426f4f3f98d38cbc913d9993646bd218b7f2commit hash: e347426f4f3f98d38cbc913d9993646bd218b7f2commit hash: e347426f4f3f98d38cbc913d9993646bd218b7f2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update to 2021.11.01.00
2021.10.04.00
05 Oct 2021 18:36:29
commit hash: 270c43110dc5ea37e302f184326e95c33398018fcommit hash: 270c43110dc5ea37e302f184326e95c33398018fcommit hash: 270c43110dc5ea37e302f184326e95c33398018fcommit hash: 270c43110dc5ea37e302f184326e95c33398018f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.09.27.00 -> 2021.10.04.00
2021.09.27.00
03 Oct 2021 16:51:39
commit hash: f0f8bd52d3f75acff29a60eaf09de84659ee827ccommit hash: f0f8bd52d3f75acff29a60eaf09de84659ee827ccommit hash: f0f8bd52d3f75acff29a60eaf09de84659ee827ccommit hash: f0f8bd52d3f75acff29a60eaf09de84659ee827c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.09.20.00 -> 2021.09.27.00
2021.09.20.00
26 Sep 2021 18:34:53
commit hash: a641dbc161482510b61ddf82fcc485f080e62a6ccommit hash: a641dbc161482510b61ddf82fcc485f080e62a6ccommit hash: a641dbc161482510b61ddf82fcc485f080e62a6ccommit hash: a641dbc161482510b61ddf82fcc485f080e62a6c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.09.13.00 -> 2021.09.20.00
2021.09.13.00
13 Sep 2021 22:28:59
commit hash: ee1379ad3e719be56e6971ff94084bc0fc25bedacommit hash: ee1379ad3e719be56e6971ff94084bc0fc25bedacommit hash: ee1379ad3e719be56e6971ff94084bc0fc25bedacommit hash: ee1379ad3e719be56e6971ff94084bc0fc25beda files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.09.06.00 -> 2021.09.13.00
2021.09.06.00
10 Sep 2021 18:50:12
commit hash: 791b9722ca6baf47a8473f3d962a4e884876af72commit hash: 791b9722ca6baf47a8473f3d962a4e884876af72commit hash: 791b9722ca6baf47a8473f3d962a4e884876af72commit hash: 791b9722ca6baf47a8473f3d962a4e884876af72 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.08.30.00 -> 2021.09.06.00
2021.08.30.00
31 Aug 2021 09:42:38
commit hash: fa2d1331de9820f4855179c3e3092a8cecb1e2dacommit hash: fa2d1331de9820f4855179c3e3092a8cecb1e2dacommit hash: fa2d1331de9820f4855179c3e3092a8cecb1e2dacommit hash: fa2d1331de9820f4855179c3e3092a8cecb1e2da files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.08.23.00 -> 2021.08.30.00
2021.08.23.00
24 Aug 2021 17:10:15
commit hash: 0c159316ad4e960fb2c5cd9088d601b493461e0dcommit hash: 0c159316ad4e960fb2c5cd9088d601b493461e0dcommit hash: 0c159316ad4e960fb2c5cd9088d601b493461e0dcommit hash: 0c159316ad4e960fb2c5cd9088d601b493461e0d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update to 2021.08.23.00
2021.08.02.00
02 Aug 2021 20:49:02
commit hash: 33c6ed8a37b5b710503dcc855b7dff53924f1677commit hash: 33c6ed8a37b5b710503dcc855b7dff53924f1677commit hash: 33c6ed8a37b5b710503dcc855b7dff53924f1677commit hash: 33c6ed8a37b5b710503dcc855b7dff53924f1677 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update to 2021.08.02.00
2021.07.19.00
21 Jul 2021 02:29:01
commit hash: 676c370f842e412e4b0dc8a25ffe6302c6e5149fcommit hash: 676c370f842e412e4b0dc8a25ffe6302c6e5149fcommit hash: 676c370f842e412e4b0dc8a25ffe6302c6e5149fcommit hash: 676c370f842e412e4b0dc8a25ffe6302c6e5149f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.07.12.00 -> 2021.07.19.00
2021.07.12.00
13 Jul 2021 22:45:19
commit hash: 2d1cda33ce85d649f3d11ec44ed29a66831044cfcommit hash: 2d1cda33ce85d649f3d11ec44ed29a66831044cfcommit hash: 2d1cda33ce85d649f3d11ec44ed29a66831044cfcommit hash: 2d1cda33ce85d649f3d11ec44ed29a66831044cf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.06.28.00 -> 2021.07.12.00
2021.06.28.00
04 Jul 2021 23:41:18
commit hash: 360091e339f2162eadcbeb480137208fb4ef2a84commit hash: 360091e339f2162eadcbeb480137208fb4ef2a84commit hash: 360091e339f2162eadcbeb480137208fb4ef2a84commit hash: 360091e339f2162eadcbeb480137208fb4ef2a84 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update to 2021.06.28.00
2021.06.21.00
27 Jun 2021 08:28:33
commit hash: 598ef9d4961760beb346eebdea3fe8828de1385acommit hash: 598ef9d4961760beb346eebdea3fe8828de1385acommit hash: 598ef9d4961760beb346eebdea3fe8828de1385acommit hash: 598ef9d4961760beb346eebdea3fe8828de1385a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.06.14.00 -> 2021.06.21.00
2021.06.14.00
15 Jun 2021 18:59:11
commit hash: a6b0b6eff656962895dd2ae59de73723a7b3785ccommit hash: a6b0b6eff656962895dd2ae59de73723a7b3785ccommit hash: a6b0b6eff656962895dd2ae59de73723a7b3785ccommit hash: a6b0b6eff656962895dd2ae59de73723a7b3785c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.06.07.00 -> 2021.06.14.00
2021.06.07.00
08 Jun 2021 17:53:31
commit hash: 09987004c64756fca35fa88dc6d7ea83c000f0c3commit hash: 09987004c64756fca35fa88dc6d7ea83c000f0c3commit hash: 09987004c64756fca35fa88dc6d7ea83c000f0c3commit hash: 09987004c64756fca35fa88dc6d7ea83c000f0c3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.05.31.00 -> 2021.06.07.00
2021.05.31.00
01 Jun 2021 06:47:38
commit hash: e6c8d29e99a87928fa7e39ec4a473b8b5cacd2c8commit hash: e6c8d29e99a87928fa7e39ec4a473b8b5cacd2c8commit hash: e6c8d29e99a87928fa7e39ec4a473b8b5cacd2c8commit hash: e6c8d29e99a87928fa7e39ec4a473b8b5cacd2c8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.05.24.00 -> 2021.05.31.00
2021.05.24.00
25 May 2021 19:43:38
commit hash: 030849414b53d3574fd00ebac9e6f78d9dcd7637commit hash: 030849414b53d3574fd00ebac9e6f78d9dcd7637commit hash: 030849414b53d3574fd00ebac9e6f78d9dcd7637commit hash: 030849414b53d3574fd00ebac9e6f78d9dcd7637 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.05.17.00 -> 2021.05.24.00
2021.05.17.00
20 May 2021 04:56:35
commit hash: 6fec6004428b31196b5e7fdedc020d2c4458d7f9commit hash: 6fec6004428b31196b5e7fdedc020d2c4458d7f9commit hash: 6fec6004428b31196b5e7fdedc020d2c4458d7f9commit hash: 6fec6004428b31196b5e7fdedc020d2c4458d7f9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.05.10 -> 2021.05.17
2021.05.10.00
10 May 2021 17:13:49
commit hash: 56ce39716799b1af05b0407ac3809a7c383810b0commit hash: 56ce39716799b1af05b0407ac3809a7c383810b0commit hash: 56ce39716799b1af05b0407ac3809a7c383810b0commit hash: 56ce39716799b1af05b0407ac3809a7c383810b0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.04.26.00 -> 2021.05.10.00
2021.04.26.00
26 Apr 2021 17:56:35
commit hash: 56b56df79050e7085c1e55f9c3ed3be80eecbff8commit hash: 56b56df79050e7085c1e55f9c3ed3be80eecbff8commit hash: 56b56df79050e7085c1e55f9c3ed3be80eecbff8commit hash: 56b56df79050e7085c1e55f9c3ed3be80eecbff8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.04.19.00 -> 2021.04.26.00
2021.04.19.00
19 Apr 2021 15:49:08
commit hash: a52766b2ab76af763d6a02fcfde5d1f92fa1baffcommit hash: a52766b2ab76af763d6a02fcfde5d1f92fa1baffcommit hash: a52766b2ab76af763d6a02fcfde5d1f92fa1baffcommit hash: a52766b2ab76af763d6a02fcfde5d1f92fa1baff files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.04.12.00 -> 2021.04.19.00
2021.04.12.00
12 Apr 2021 23:45:06
commit hash: ba7a6bb05f3bcb4d43973717b32d671436d1a144commit hash: ba7a6bb05f3bcb4d43973717b32d671436d1a144commit hash: ba7a6bb05f3bcb4d43973717b32d671436d1a144commit hash: ba7a6bb05f3bcb4d43973717b32d671436d1a144 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: 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:15
commit hash: e367b4357ddc1d7c9921deaf3141c445019ca017commit hash: e367b4357ddc1d7c9921deaf3141c445019ca017commit hash: e367b4357ddc1d7c9921deaf3141c445019ca017commit hash: e367b4357ddc1d7c9921deaf3141c445019ca017 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: 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:27
Revision:569519Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.03.22.00 -> 2021.03.29.00
2021.03.22.00
24 Mar 2021 03:06:53
Revision:569082Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.03.08.00 -> 2021.03.22.00
2021.03.08.00
09 Mar 2021 01:24:10
Revision:567889Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.03.01.00 -> 2021.03.08.00
2021.03.01.00
01 Mar 2021 18:38:23
Revision:566884Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.02.22.00 -> 2021.03.01.00
2021.02.22.00
22 Feb 2021 20:27:20
Revision:566333Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.02.15.00 -> 2021.02.22.00
2021.02.15.00
15 Feb 2021 23:54:13
Revision:565364Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.02.08.00 -> 2021.02.15.00
2021.02.08.00
09 Feb 2021 20:12:23
Revision:564814Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.02.01.00 -> 2021.02.08.00
2021.02.01.00
02 Feb 2021 17:06:43
Revision:563828Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.01.25.00 -> 2021.02.01.00
2021.01.25.00
26 Jan 2021 02:39:52
Revision:562637Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.01.18.00 -> 2021.01.25.00
2021.01.18.00
19 Jan 2021 17:53:29
Revision:562066Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.01.11.00 -> 2021.01.18.00
2021.01.11.00
11 Jan 2021 21:03:23
Revision:561271Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2021.01.04.00 -> 2021.01.11.00
2021.01.04.00
04 Jan 2021 18:59:41
Revision:560330Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.12.28.00 -> 2021.01.04.00
2020.12.28.00
28 Dec 2020 20:36:02
Revision:559524Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.12.21.00 -> 2020.12.28.00
2020.12.21.00
22 Dec 2020 18:30:00
Revision:558941Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.12.14.00 -> 2020.12.21.00
2020.12.14.00
15 Dec 2020 04:37:39
Revision:558134Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.12.07.00 -> 2020.12.14.00
2020.12.07.00
08 Dec 2020 23:30:47
Revision:557314Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.11.30.00 -> 2020.12.07.00
2020.11.30.00
01 Dec 2020 03:39:51
Revision:556705Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.11.23.00 -> 2020.11.30.00
2020.11.23.00
24 Nov 2020 23:43:38
Revision:556236Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.11.16.00 -> 2020.11.23.00
2020.11.16.00
20 Nov 2020 07:23:04
Revision:555747Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.11.02.00 -> 2020.11.16.00
2020.11.02.00
03 Nov 2020 18:10:46
Revision:554011Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.10.26.00 -> 2020.11.02.00

Reported by:	portscout
2020.10.26.00
27 Oct 2020 19:52:15
Revision:553484Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.10.12.00 -> 2020.10.26.00

Reported by:	portscout
2020.10.12.00
15 Oct 2020 05:45:26
Revision:552383Original commit files touched by this commit
yuri search for other commits by this committer
devel/fatal: Update 2020.09.14.00 -> 2020.10.12.00

Reported by:	portscout
2020.09.14.00
16 Sep 2020 01:20:58
Revision:548754Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/fatal: Library for fast software prototyping in modern C++

Number of commits found: 177 (showing only 77 on this page)

«  1 | 2