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
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
glaze Fast, in memory, JSON and interface library for modern C++
7.9.1 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 7.8.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-12 23:15:05
Last Update: 2026-07-18 06:37:29
Commit Hash: e676daa
Also Listed In: textproc
License: MIT
WWW:
https://github.com/stephenberry/glaze
Description:
Glaze is one of the fastest JSON libraries in the world. Glaze reads and writes from object memory, simplifying interfaces and offering incredible performance. Glaze isn't just a JSON library. Glaze also supports: * BEVE (binary efficient versatile encoding) * CSV (comma separated value)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (264 items)
Collapse this list.
  1. /usr/local/share/licenses/glaze-7.9.1/catalog.mk
  2. /usr/local/share/licenses/glaze-7.9.1/LICENSE
  3. /usr/local/share/licenses/glaze-7.9.1/MIT
  4. include/glaze/api/api.hpp
  5. include/glaze/api/hash.hpp
  6. include/glaze/api/impl.hpp
  7. include/glaze/api/lib.hpp
  8. include/glaze/api/std/array.hpp
  9. include/glaze/api/std/deque.hpp
  10. include/glaze/api/std/functional.hpp
  11. include/glaze/api/std/list.hpp
  12. include/glaze/api/std/map.hpp
  13. include/glaze/api/std/optional.hpp
  14. include/glaze/api/std/set.hpp
  15. include/glaze/api/std/shared_ptr.hpp
  16. include/glaze/api/std/span.hpp
  17. include/glaze/api/std/string.hpp
  18. include/glaze/api/std/tuple.hpp
  19. include/glaze/api/std/unique_ptr.hpp
  20. include/glaze/api/std/unordered_map.hpp
  21. include/glaze/api/std/unordered_set.hpp
  22. include/glaze/api/std/variant.hpp
  23. include/glaze/api/std/vector.hpp
  24. include/glaze/api/trait.hpp
  25. include/glaze/api/tuplet.hpp
  26. include/glaze/api/type_support.hpp
  27. include/glaze/api/xxh64.hpp
  28. include/glaze/base64/base64.hpp
  29. include/glaze/beve.hpp
  30. include/glaze/beve/beve_to_json.hpp
  31. include/glaze/beve/header.hpp
  32. include/glaze/beve/key_traits.hpp
  33. include/glaze/beve/lazy.hpp
  34. include/glaze/beve/peek_header.hpp
  35. include/glaze/beve/ptr.hpp
  36. include/glaze/beve/read.hpp
  37. include/glaze/beve/size.hpp
  38. include/glaze/beve/skip.hpp
  39. include/glaze/beve/wrappers.hpp
  40. include/glaze/beve/write.hpp
  41. include/glaze/bson.hpp
  42. include/glaze/bson/bson_to_json.hpp
  43. include/glaze/bson/header.hpp
  44. include/glaze/bson/read.hpp
  45. include/glaze/bson/skip.hpp
  46. include/glaze/bson/write.hpp
  47. include/glaze/cbor.hpp
  48. include/glaze/cbor/cbor_to_json.hpp
  49. include/glaze/cbor/header.hpp
  50. include/glaze/cbor/read.hpp
  51. include/glaze/cbor/skip.hpp
  52. include/glaze/cbor/wrappers.hpp
  53. include/glaze/cbor/write.hpp
  54. include/glaze/chrono.hpp
  55. include/glaze/compare/approx.hpp
  56. include/glaze/compare/compare.hpp
  57. include/glaze/concepts/container_concepts.hpp
  58. include/glaze/containers/flat_map.hpp
  59. include/glaze/containers/inplace_vector.hpp
  60. include/glaze/containers/ordered_map.hpp
  61. include/glaze/containers/ordered_small_map.hpp
  62. include/glaze/core/array_apply.hpp
  63. include/glaze/core/as_array_wrapper.hpp
  64. include/glaze/core/buffer_traits.hpp
  65. include/glaze/core/cast.hpp
  66. include/glaze/core/chrono.hpp
  67. include/glaze/core/common.hpp
  68. include/glaze/core/constraint.hpp
  69. include/glaze/core/context.hpp
  70. include/glaze/core/convert_struct.hpp
  71. include/glaze/core/custom.hpp
  72. include/glaze/core/custom_meta.hpp
  73. include/glaze/core/error_category.hpp
  74. include/glaze/core/feature_test.hpp
  75. include/glaze/core/format_str.hpp
  76. include/glaze/core/istream_buffer.hpp
  77. include/glaze/core/manage.hpp
  78. include/glaze/core/meta.hpp
  79. include/glaze/core/optimization_level.hpp
  80. include/glaze/core/opts.hpp
  81. include/glaze/core/ostream_buffer.hpp
  82. include/glaze/core/ptr.hpp
  83. include/glaze/core/read.hpp
  84. include/glaze/core/reflect.hpp
  85. include/glaze/core/seek.hpp
  86. include/glaze/core/std_error_code.hpp
  87. include/glaze/core/streaming_state.hpp
  88. include/glaze/core/to.hpp
  89. include/glaze/core/traits.hpp
  90. include/glaze/core/wrapper_traits.hpp
  91. include/glaze/core/wrappers.hpp
  92. include/glaze/core/write.hpp
  93. include/glaze/core/write_chars.hpp
  94. include/glaze/core/write_wrappers.hpp
  95. include/glaze/csv.hpp
  96. include/glaze/csv/read.hpp
  97. include/glaze/csv/skip.hpp
  98. include/glaze/csv/write.hpp
  99. include/glaze/eetf.hpp
  100. include/glaze/eetf/cmp.hpp
  101. include/glaze/eetf/defs.hpp
  102. include/glaze/eetf/eetf_to_json.hpp
  103. include/glaze/eetf/ei.hpp
  104. include/glaze/eetf/opts.hpp
  105. include/glaze/eetf/read.hpp
  106. include/glaze/eetf/types.hpp
  107. include/glaze/eetf/wrappers.hpp
  108. include/glaze/eetf/write.hpp
  109. include/glaze/exceptions/binary_exceptions.hpp
  110. include/glaze/exceptions/cbor_exceptions.hpp
  111. include/glaze/exceptions/core_exceptions.hpp
  112. include/glaze/exceptions/csv_exceptions.hpp
  113. include/glaze/exceptions/json_exceptions.hpp
  114. include/glaze/exceptions/json_schema_exceptions.hpp
  115. include/glaze/exceptions/jsonb_exceptions.hpp
  116. include/glaze/exceptions/msgpack_exceptions.hpp
  117. include/glaze/ext/README.md
  118. include/glaze/ext/cli_menu.hpp
  119. include/glaze/ext/eigen.hpp
  120. include/glaze/ext/glaze_asio.hpp
  121. include/glaze/ext/jsonrpc.hpp
  122. include/glaze/file/file_ops.hpp
  123. include/glaze/file/file_watch.hpp
  124. include/glaze/file/hostname_include.hpp
  125. include/glaze/file/raw_or_file.hpp
  126. include/glaze/file/read_directory.hpp
  127. include/glaze/file/write_directory.hpp
  128. include/glaze/format/format_to.hpp
  129. include/glaze/forward.hpp
  130. include/glaze/glaze.hpp
  131. include/glaze/glaze_exceptions.hpp
  132. include/glaze/hardware/volatile_array.hpp
  133. include/glaze/hash/sweethash.hpp
  134. include/glaze/json.hpp
  135. include/glaze/json/chrono_format.hpp
  136. include/glaze/json/escape_unicode.hpp
  137. include/glaze/json/flatten_map.hpp
  138. include/glaze/json/float_format.hpp
  139. include/glaze/json/generic.hpp
  140. include/glaze/json/generic_fwd.hpp
  141. include/glaze/json/invoke.hpp
  142. include/glaze/json/jmespath.hpp
  143. include/glaze/json/json_concepts.hpp
  144. include/glaze/json/json_format.hpp
  145. include/glaze/json/json_ptr.hpp
  146. include/glaze/json/json_stream.hpp
  147. include/glaze/json/lazy.hpp
  148. include/glaze/json/max_write_precision.hpp
  149. include/glaze/json/minify.hpp
  150. include/glaze/json/ndjson.hpp
  151. include/glaze/json/patch.hpp
  152. include/glaze/json/prettify.hpp
  153. include/glaze/json/ptr.hpp
  154. include/glaze/json/raw_string.hpp
  155. include/glaze/json/read.hpp
  156. include/glaze/json/schema.hpp
  157. include/glaze/json/skip.hpp
  158. include/glaze/json/study.hpp
  159. include/glaze/json/wrappers.hpp
  160. include/glaze/json/write.hpp
  161. include/glaze/jsonb.hpp
  162. include/glaze/jsonb/header.hpp
  163. include/glaze/jsonb/jsonb_to_json.hpp
  164. include/glaze/jsonb/read.hpp
  165. include/glaze/jsonb/skip.hpp
  166. include/glaze/jsonb/text_decode.hpp
  167. include/glaze/jsonb/write.hpp
  168. include/glaze/msgpack.hpp
  169. include/glaze/msgpack/common.hpp
  170. include/glaze/msgpack/read.hpp
  171. include/glaze/msgpack/skip.hpp
  172. include/glaze/msgpack/write.hpp
  173. include/glaze/net/cors.hpp
  174. include/glaze/net/http.hpp
  175. include/glaze/net/http_client.hpp
  176. include/glaze/net/http_router.hpp
  177. include/glaze/net/http_server.hpp
  178. include/glaze/net/openapi.hpp
  179. include/glaze/net/rest_registry_impl.hpp
  180. include/glaze/net/url.hpp
  181. include/glaze/net/websocket_client.hpp
  182. include/glaze/net/websocket_connection.hpp
  183. include/glaze/record/recorder.hpp
  184. include/glaze/reflection/get_name.hpp
  185. include/glaze/reflection/requires_key.hpp
  186. include/glaze/reflection/to_tuple.hpp
  187. include/glaze/rpc/jsonrpc_registry_impl.hpp
  188. include/glaze/rpc/registry.hpp
  189. include/glaze/rpc/repe/buffer.hpp
  190. include/glaze/rpc/repe/header.hpp
  191. include/glaze/rpc/repe/plugin.h
  192. include/glaze/rpc/repe/plugin_helper.hpp
  193. include/glaze/rpc/repe/repe.hpp
  194. include/glaze/rpc/repe/repe_registry_impl.hpp
  195. include/glaze/rpc/repe/repe_to_jsonrpc.hpp
  196. include/glaze/simd/avx.hpp
  197. include/glaze/simd/neon.hpp
  198. include/glaze/simd/simd.hpp
  199. include/glaze/simd/sse.hpp
  200. include/glaze/stencil/stencil.hpp
  201. include/glaze/stencil/stencilcount.hpp
  202. include/glaze/thread/async.hpp
  203. include/glaze/thread/async_string.hpp
  204. include/glaze/thread/async_vector.hpp
  205. include/glaze/thread/atomic.hpp
  206. include/glaze/thread/guard.hpp
  207. include/glaze/thread/shared_async_map.hpp
  208. include/glaze/thread/shared_async_vector.hpp
  209. include/glaze/thread/threadpool.hpp
  210. include/glaze/thread/value_proxy.hpp
  211. include/glaze/toml.hpp
  212. include/glaze/toml/common.hpp
  213. include/glaze/toml/opts.hpp
  214. include/glaze/toml/read.hpp
  215. include/glaze/toml/skip.hpp
  216. include/glaze/toml/write.hpp
  217. include/glaze/trace/trace.hpp
  218. include/glaze/tuplet/tuple.hpp
  219. include/glaze/util/atoi.hpp
  220. include/glaze/util/bit.hpp
  221. include/glaze/util/bit_array.hpp
  222. include/glaze/util/buffer_pool.hpp
  223. include/glaze/util/compare.hpp
  224. include/glaze/util/convert.hpp
  225. include/glaze/util/dump.hpp
  226. include/glaze/util/env.hpp
  227. include/glaze/util/expected.hpp
  228. include/glaze/util/fast_float.hpp
  229. include/glaze/util/for_each.hpp
  230. include/glaze/util/glaze_fast_float.hpp
  231. include/glaze/util/help.hpp
  232. include/glaze/util/inline.hpp
  233. include/glaze/util/itoa.hpp
  234. include/glaze/util/itoa_40kb.hpp
  235. include/glaze/util/key_transformers.hpp
  236. include/glaze/util/memory_pool.hpp
  237. include/glaze/util/murmur.hpp
  238. include/glaze/util/nullable_traits.hpp
  239. include/glaze/util/parse.hpp
  240. include/glaze/util/primes_64.hpp
  241. include/glaze/util/progress_bar.hpp
  242. include/glaze/util/simple_float.hpp
  243. include/glaze/util/string_literal.hpp
  244. include/glaze/util/tuple.hpp
  245. include/glaze/util/type_traits.hpp
  246. include/glaze/util/uuid.hpp
  247. include/glaze/util/validate.hpp
  248. include/glaze/util/variant.hpp
  249. include/glaze/util/zmij.hpp
  250. include/glaze/version.hpp
  251. include/glaze/yaml.hpp
  252. include/glaze/yaml/common.hpp
  253. include/glaze/yaml/opts.hpp
  254. include/glaze/yaml/read.hpp
  255. include/glaze/yaml/skip.hpp
  256. include/glaze/yaml/write.hpp
  257. share/glaze/FindAsio.cmake
  258. share/glaze/glaze-asio.cmake
  259. share/glaze/glazeConfig.cmake
  260. share/glaze/glazeConfigVersion.cmake
  261. share/glaze/glazeTargets.cmake
  262. @owner
  263. @group
  264. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • glaze>0:devel/glaze
To install the port:
cd /usr/ports/devel/glaze/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/glaze
  • pkg install glaze
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: glaze
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1784354300 SHA256 (stephenberry-glaze-v7.9.1_GH0.tar.gz) = d6dee391276f5375672c35d06058e4fd8f1f30f62bae163a004b3bd13a4e2ae3 SIZE (stephenberry-glaze-v7.9.1_GH0.tar.gz) = 1840415

Packages (timestamps in pop-ups are UTC):
glaze
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.1.07.1.0-5.5.47.1.0n/an/an/a
FreeBSD:13:quarterly7.1.07.1.0-5.1.17.1.0n/an/an/a
FreeBSD:14:latest7.9.17.9.1-5.5.47.9.1---
FreeBSD:14:quarterly7.8.47.8.4-5.1.17.8.4--2.0.1
FreeBSD:15:latest7.9.17.9.1n/a5.5.4n/an/a--
FreeBSD:15:quarterly7.8.47.8.4n/a-n/an/a--
FreeBSD:16:latest7.9.17.9.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. asio.hpp : net/asio
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. eigen3.pc : math/eigen3
This port is required by:
for Build
  1. x11/hyprshutdown
  2. x11-wm/hyprland

Configuration Options:
No options to configure
Options name:
devel_glaze
USES:
cmake:testing compiler:c++23-lang eigen:3 localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/stephenberry/glaze/tar.gz/v7.9.1?dummy=/
Collapse this list.

Number of commits found: 84

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.9.1
18 Jul 2026 06:37:29
commit hash: e676daae75c384cae94a1890683131bad09ff5e2commit hash: e676daae75c384cae94a1890683131bad09ff5e2commit hash: e676daae75c384cae94a1890683131bad09ff5e2commit hash: e676daae75c384cae94a1890683131bad09ff5e2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 7.8.4 → 7.9.1
7.8.4
08 Jul 2026 00:18:42
commit hash: 20d1f4ee706db2281120244b38fb3d429df789d0commit hash: 20d1f4ee706db2281120244b38fb3d429df789d0commit hash: 20d1f4ee706db2281120244b38fb3d429df789d0commit hash: 20d1f4ee706db2281120244b38fb3d429df789d0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 7.8.1 → 7.8.4
7.8.1
11 Jun 2026 11:18:49
commit hash: a484264db9ee5bc60a89370f462e308217ed4a9dcommit hash: a484264db9ee5bc60a89370f462e308217ed4a9dcommit hash: a484264db9ee5bc60a89370f462e308217ed4a9dcommit hash: a484264db9ee5bc60a89370f462e308217ed4a9d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 7.7.1 → 7.8.1
7.7.1
30 May 2026 06:00:38
commit hash: 44d003239f108bd4d070cc33724baf6a997cbec4commit hash: 44d003239f108bd4d070cc33724baf6a997cbec4commit hash: 44d003239f108bd4d070cc33724baf6a997cbec4commit hash: 44d003239f108bd4d070cc33724baf6a997cbec4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 7.1.0 → 7.7.1
7.1.0
01 Mar 2026 08:48:16
commit hash: 16fd6143aa4282a2c527935d67be1cbabe823ee0commit hash: 16fd6143aa4282a2c527935d67be1cbabe823ee0commit hash: 16fd6143aa4282a2c527935d67be1cbabe823ee0commit hash: 16fd6143aa4282a2c527935d67be1cbabe823ee0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 7.0.2 → 7.1.0

Reported by:	portscout
7.0.2
28 Jan 2026 10:17:57
commit hash: f820c093988fa01acca94276fcf552636613a88fcommit hash: f820c093988fa01acca94276fcf552636613a88fcommit hash: f820c093988fa01acca94276fcf552636613a88fcommit hash: f820c093988fa01acca94276fcf552636613a88f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 6.5.0 → 7.0.2

Reported by:	portscout
6.5.0
03 Jan 2026 00:15:28
commit hash: 6dee208017e3fafbf9cc900111e34e67566989ebcommit hash: 6dee208017e3fafbf9cc900111e34e67566989ebcommit hash: 6dee208017e3fafbf9cc900111e34e67566989ebcommit hash: 6dee208017e3fafbf9cc900111e34e67566989eb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 5.5.4 → 6.5.0

Reported by:	portscout
5.5.4
17 Jul 2025 07:45:57
commit hash: f157e17345b5e5cf2fa968a4400abfbbb32759becommit hash: f157e17345b5e5cf2fa968a4400abfbbb32759becommit hash: f157e17345b5e5cf2fa968a4400abfbbb32759becommit hash: f157e17345b5e5cf2fa968a4400abfbbb32759be files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 5.5.3 → 5.5.4

Reported by:	portscout
5.5.3
16 Jul 2025 17:10:35
commit hash: 137379abed5d3ca89dc68bf4d983bde9ebb97979commit hash: 137379abed5d3ca89dc68bf4d983bde9ebb97979commit hash: 137379abed5d3ca89dc68bf4d983bde9ebb97979commit hash: 137379abed5d3ca89dc68bf4d983bde9ebb97979 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 5.1.1 → 5.5.3

Reported by:	portscout
5.1.1_1
15 Jul 2025 20:58:12
commit hash: ddbc8a843e86d39cd53b6476f7e2eb8abd03f82dcommit hash: ddbc8a843e86d39cd53b6476f7e2eb8abd03f82dcommit hash: ddbc8a843e86d39cd53b6476f7e2eb8abd03f82dcommit hash: ddbc8a843e86d39cd53b6476f7e2eb8abd03f82d files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
*/*: Bump PORTREVISION. net/asio was updated to 1.34.2
5.1.1
16 May 2025 06:30:32
commit hash: fe6700d66179cbef78e2e941725a4267c244bfeacommit hash: fe6700d66179cbef78e2e941725a4267c244bfeacommit hash: fe6700d66179cbef78e2e941725a4267c244bfeacommit hash: fe6700d66179cbef78e2e941725a4267c244bfea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 5.1.0 → 5.1.1

Reported by:	portscout
5.1.0
11 Apr 2025 08:17:02
commit hash: 1d90b0c753dd7ea3988150fa55820dac4238bc1dcommit hash: 1d90b0c753dd7ea3988150fa55820dac4238bc1dcommit hash: 1d90b0c753dd7ea3988150fa55820dac4238bc1dcommit hash: 1d90b0c753dd7ea3988150fa55820dac4238bc1d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 5.0.2 → 5.1.0

Reported by:	portscout
5.0.2
29 Mar 2025 05:58:42
commit hash: eaba9830df29cf915f4419ae8ea5388a57d69cfbcommit hash: eaba9830df29cf915f4419ae8ea5388a57d69cfbcommit hash: eaba9830df29cf915f4419ae8ea5388a57d69cfbcommit hash: eaba9830df29cf915f4419ae8ea5388a57d69cfb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 5.0.1 → 5.0.2

Reported by:	portscout
5.0.1
27 Mar 2025 23:43:13
commit hash: 1773fc234816407b03516151543d05fd6d20e926commit hash: 1773fc234816407b03516151543d05fd6d20e926commit hash: 1773fc234816407b03516151543d05fd6d20e926commit hash: 1773fc234816407b03516151543d05fd6d20e926 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: Trying again on 15 to see if it is still broken
5.0.1
21 Mar 2025 08:18:54
commit hash: 7287932b7fec0bd2a5ac46f85cd43f9d72576eeecommit hash: 7287932b7fec0bd2a5ac46f85cd43f9d72576eeecommit hash: 7287932b7fec0bd2a5ac46f85cd43f9d72576eeecommit hash: 7287932b7fec0bd2a5ac46f85cd43f9d72576eee files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 5.0.0 → 5.0.1

Reported by:	portscout
5.0.0
06 Mar 2025 16:51:55
commit hash: 45f3e3b0233bf513893170c57d56e3ca67107ad2commit hash: 45f3e3b0233bf513893170c57d56e3ca67107ad2commit hash: 45f3e3b0233bf513893170c57d56e3ca67107ad2commit hash: 45f3e3b0233bf513893170c57d56e3ca67107ad2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.4.3 → 5.0.0

Reported by:	portscout
4.4.3
19 Feb 2025 09:19:06
commit hash: a8c034921c5fbe1f68ef3e6dbc5cba702124b314commit hash: a8c034921c5fbe1f68ef3e6dbc5cba702124b314commit hash: a8c034921c5fbe1f68ef3e6dbc5cba702124b314commit hash: a8c034921c5fbe1f68ef3e6dbc5cba702124b314 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.4.1 → 4.4.3

Reported by:	portscout
4.4.1
08 Feb 2025 08:07:08
commit hash: 6c6013bcb4aa56f1b3ef73b16813d62b5a3d439dcommit hash: 6c6013bcb4aa56f1b3ef73b16813d62b5a3d439dcommit hash: 6c6013bcb4aa56f1b3ef73b16813d62b5a3d439dcommit hash: 6c6013bcb4aa56f1b3ef73b16813d62b5a3d439d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.4.0 → 4.4.1

Reported by:	portscout
4.4.0
06 Feb 2025 15:05:44
commit hash: e4fe81f2e8e24e839ebff9a44e73d423a48af16bcommit hash: e4fe81f2e8e24e839ebff9a44e73d423a48af16bcommit hash: e4fe81f2e8e24e839ebff9a44e73d423a48af16bcommit hash: e4fe81f2e8e24e839ebff9a44e73d423a48af16b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.3.1 → 4.4.0

Reported by:	portscout
4.3.1
14 Jan 2025 06:11:23
commit hash: e3dd00220629938c77043a4151403052ad070d4fcommit hash: e3dd00220629938c77043a4151403052ad070d4fcommit hash: e3dd00220629938c77043a4151403052ad070d4fcommit hash: e3dd00220629938c77043a4151403052ad070d4f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.2.4 → 4.3.1

Reported by:	portscout
4.2.4
04 Jan 2025 08:58:44
commit hash: a92ce6272a897e2d699962c01457593160425458commit hash: a92ce6272a897e2d699962c01457593160425458commit hash: a92ce6272a897e2d699962c01457593160425458commit hash: a92ce6272a897e2d699962c01457593160425458 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.2.2 → 4.2.4

Reported by:	portscout
4.2.2
19 Dec 2024 08:00:54
commit hash: f30e3ab337d044e7cf4da10b986a35c7dbfba178commit hash: f30e3ab337d044e7cf4da10b986a35c7dbfba178commit hash: f30e3ab337d044e7cf4da10b986a35c7dbfba178commit hash: f30e3ab337d044e7cf4da10b986a35c7dbfba178 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.2.1 → 4.2.2

Reported by:	portscout
4.2.1
18 Dec 2024 11:11:59
commit hash: 4f3b66652bf0005b804c5e887307336fe372c96bcommit hash: 4f3b66652bf0005b804c5e887307336fe372c96bcommit hash: 4f3b66652bf0005b804c5e887307336fe372c96bcommit hash: 4f3b66652bf0005b804c5e887307336fe372c96b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.2.0 → 4.2.1

Reported by:	portscout
4.2.0
17 Dec 2024 09:45:36
commit hash: 45ff7f69f5e432ec8cba696f6598f5f99f7c3dd6commit hash: 45ff7f69f5e432ec8cba696f6598f5f99f7c3dd6commit hash: 45ff7f69f5e432ec8cba696f6598f5f99f7c3dd6commit hash: 45ff7f69f5e432ec8cba696f6598f5f99f7c3dd6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.1.0 → 4.2.0

Reported by:	portscout
4.1.0
15 Dec 2024 06:25:07
commit hash: b6f4ab4d9dd25bf3a478c9e85870292268e21e9ecommit hash: b6f4ab4d9dd25bf3a478c9e85870292268e21e9ecommit hash: b6f4ab4d9dd25bf3a478c9e85870292268e21e9ecommit hash: b6f4ab4d9dd25bf3a478c9e85870292268e21e9e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.0.3 → 4.1.0

Reported by:	portscout
4.0.3
14 Dec 2024 13:37:12
commit hash: 5f76b7927400ec025897fb47ae7221691b64517ccommit hash: 5f76b7927400ec025897fb47ae7221691b64517ccommit hash: 5f76b7927400ec025897fb47ae7221691b64517ccommit hash: 5f76b7927400ec025897fb47ae7221691b64517c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 4.0.1 → 4.0.3

Reported by:	portscout
4.0.1
14 Nov 2024 06:33:15
commit hash: d569232b45f0a562ec3aa8906804fe5073946d81commit hash: d569232b45f0a562ec3aa8906804fe5073946d81commit hash: d569232b45f0a562ec3aa8906804fe5073946d81commit hash: d569232b45f0a562ec3aa8906804fe5073946d81 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.6.0 → 4.0.1

Reported by:	portscout
3.6.0
27 Sep 2024 08:38:51
commit hash: 3e9302d90ae5eeda6d8625f72b38756bd2e55544commit hash: 3e9302d90ae5eeda6d8625f72b38756bd2e55544commit hash: 3e9302d90ae5eeda6d8625f72b38756bd2e55544commit hash: 3e9302d90ae5eeda6d8625f72b38756bd2e55544 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.5.0 → 3.6.0

Reported by:	portscout
3.5.0
25 Sep 2024 08:33:32
commit hash: df7fac6672435bb711a14442fc22bca5a125768ccommit hash: df7fac6672435bb711a14442fc22bca5a125768ccommit hash: df7fac6672435bb711a14442fc22bca5a125768ccommit hash: df7fac6672435bb711a14442fc22bca5a125768c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.4.1 → 3.5.0

Reported by:	portscout
3.4.1
18 Sep 2024 09:16:01
commit hash: d5dab3eee95e37098bb97f9af6e72773d1c13ab4commit hash: d5dab3eee95e37098bb97f9af6e72773d1c13ab4commit hash: d5dab3eee95e37098bb97f9af6e72773d1c13ab4commit hash: d5dab3eee95e37098bb97f9af6e72773d1c13ab4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.4.0 → 3.4.1

Reported by:	portscout
3.4.0
17 Sep 2024 04:54:35
commit hash: 0a0ed8ff0654562d6b0f14d9ba0138a68ba29a27commit hash: 0a0ed8ff0654562d6b0f14d9ba0138a68ba29a27commit hash: 0a0ed8ff0654562d6b0f14d9ba0138a68ba29a27commit hash: 0a0ed8ff0654562d6b0f14d9ba0138a68ba29a27 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.3.4 → 3.4.0

Reported by:	portscout
3.3.4
11 Sep 2024 06:58:57
commit hash: dc49f6e90c6829cd6e040b14e69f6bdcac902d84commit hash: dc49f6e90c6829cd6e040b14e69f6bdcac902d84commit hash: dc49f6e90c6829cd6e040b14e69f6bdcac902d84commit hash: dc49f6e90c6829cd6e040b14e69f6bdcac902d84 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.3.2 → 3.3.4

Reported by:	portscout
3.3.2
04 Sep 2024 08:08:15
commit hash: b06be7165ac4984722ea746377fa0be6a8cc5b10commit hash: b06be7165ac4984722ea746377fa0be6a8cc5b10commit hash: b06be7165ac4984722ea746377fa0be6a8cc5b10commit hash: b06be7165ac4984722ea746377fa0be6a8cc5b10 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.3.1 → 3.3.2

Reported by:	portscout
3.3.1
16 Aug 2024 07:58:43
commit hash: d098970439a3654439dc2bcb37ec08546e134ecacommit hash: d098970439a3654439dc2bcb37ec08546e134ecacommit hash: d098970439a3654439dc2bcb37ec08546e134ecacommit hash: d098970439a3654439dc2bcb37ec08546e134eca files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.2.5 → 3.3.1

Reported by:	portscout
3.2.5
13 Aug 2024 05:12:31
commit hash: 911a23c2cc12fb8a2dee8df2fd60e5738e0e7fc2commit hash: 911a23c2cc12fb8a2dee8df2fd60e5738e0e7fc2commit hash: 911a23c2cc12fb8a2dee8df2fd60e5738e0e7fc2commit hash: 911a23c2cc12fb8a2dee8df2fd60e5738e0e7fc2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.2.4 → 3.2.5

Reported by:	portscout
3.2.4
12 Aug 2024 18:46:37
commit hash: e7411f22ef75baf97ee2566664b17549f2dc8c67commit hash: e7411f22ef75baf97ee2566664b17549f2dc8c67commit hash: e7411f22ef75baf97ee2566664b17549f2dc8c67commit hash: e7411f22ef75baf97ee2566664b17549f2dc8c67 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.2.1 → 3.2.4

Reported by:	portscout
3.2.1
07 Aug 2024 09:09:52
commit hash: fe1536439edde7c7b4f190008054f911e010f1b2commit hash: fe1536439edde7c7b4f190008054f911e010f1b2commit hash: fe1536439edde7c7b4f190008054f911e010f1b2commit hash: fe1536439edde7c7b4f190008054f911e010f1b2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.1.7 → 3.2.1

Reported by:	portscout
3.1.7
26 Jul 2024 08:57:57
commit hash: 31dce9686d211563b5860deb4be3dfb2487725b5commit hash: 31dce9686d211563b5860deb4be3dfb2487725b5commit hash: 31dce9686d211563b5860deb4be3dfb2487725b5commit hash: 31dce9686d211563b5860deb4be3dfb2487725b5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.1.6 → 3.1.7

Reported by:	portscout
3.1.6
24 Jul 2024 07:43:48
commit hash: d715f707869e26535a8e9a4e9849463e5a0a0a03commit hash: d715f707869e26535a8e9a4e9849463e5a0a0a03commit hash: d715f707869e26535a8e9a4e9849463e5a0a0a03commit hash: d715f707869e26535a8e9a4e9849463e5a0a0a03 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.1.5 → 3.1.6

Reported by:	portscout
3.1.5
23 Jul 2024 09:28:16
commit hash: cf16296f0cfaff9f6c150203f1085dfaa29c369acommit hash: cf16296f0cfaff9f6c150203f1085dfaa29c369acommit hash: cf16296f0cfaff9f6c150203f1085dfaa29c369acommit hash: cf16296f0cfaff9f6c150203f1085dfaa29c369a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.1.3 → 3.1.5

Reported by:	portscout
3.1.3
21 Jul 2024 08:49:13
commit hash: f137cfa1d08a1eaff9990e833f591c1ffbd217dbcommit hash: f137cfa1d08a1eaff9990e833f591c1ffbd217dbcommit hash: f137cfa1d08a1eaff9990e833f591c1ffbd217dbcommit hash: f137cfa1d08a1eaff9990e833f591c1ffbd217db files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.1.2 → 3.1.3

Reported by:	portscout
3.1.2
20 Jul 2024 08:36:52
commit hash: 9824c93ea37c1f9f1d99678d8e073c038951e1b3commit hash: 9824c93ea37c1f9f1d99678d8e073c038951e1b3commit hash: 9824c93ea37c1f9f1d99678d8e073c038951e1b3commit hash: 9824c93ea37c1f9f1d99678d8e073c038951e1b3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.1.0 → 3.1.2

Reported by:	portscout
3.1.0
18 Jul 2024 08:22:46
commit hash: a98d2f18fe31e5f01327ed6f800de0c2092823a2commit hash: a98d2f18fe31e5f01327ed6f800de0c2092823a2commit hash: a98d2f18fe31e5f01327ed6f800de0c2092823a2commit hash: a98d2f18fe31e5f01327ed6f800de0c2092823a2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 3.0.0 → 3.1.0

Reported by:	portscout
3.0.0
17 Jul 2024 15:17:17
commit hash: ae687a4d0fd59b1d7940f94051acf37732aa5707commit hash: ae687a4d0fd59b1d7940f94051acf37732aa5707commit hash: ae687a4d0fd59b1d7940f94051acf37732aa5707commit hash: ae687a4d0fd59b1d7940f94051acf37732aa5707 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.9.4 → 3.0.0

Reported by:	portscout
2.9.4
04 Jul 2024 01:18:08
commit hash: 139db4379f2d67abf8a286a907c4d5feaa2344f2commit hash: 139db4379f2d67abf8a286a907c4d5feaa2344f2commit hash: 139db4379f2d67abf8a286a907c4d5feaa2344f2commit hash: 139db4379f2d67abf8a286a907c4d5feaa2344f2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.9.2 → 2.9.4

Reported by:	portscout
2.9.2
25 Jun 2024 16:43:44
commit hash: 09a2404aa11e9cace794e119f1101630e080922acommit hash: 09a2404aa11e9cace794e119f1101630e080922acommit hash: 09a2404aa11e9cace794e119f1101630e080922acommit hash: 09a2404aa11e9cace794e119f1101630e080922a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.9.0 → 2.9.2

Reported by:	portscout
2.9.0
15 Jun 2024 09:12:44
commit hash: 7547fe9e0b8e59e6b635db26519625d580d00730commit hash: 7547fe9e0b8e59e6b635db26519625d580d00730commit hash: 7547fe9e0b8e59e6b635db26519625d580d00730commit hash: 7547fe9e0b8e59e6b635db26519625d580d00730 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.8.4 → 2.9.0

Reported by:	portscout
2.8.4
14 Jun 2024 09:11:36
commit hash: fb744c79a50f4bcbf69fafb28d56c6f1d159f637commit hash: fb744c79a50f4bcbf69fafb28d56c6f1d159f637commit hash: fb744c79a50f4bcbf69fafb28d56c6f1d159f637commit hash: fb744c79a50f4bcbf69fafb28d56c6f1d159f637 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.8.2 → 2.8.4

Reported by:	portscout
2.8.2
13 Jun 2024 05:23:02
commit hash: b1d5fa209e7eb5ef5271583ffdb6412b48eec773commit hash: b1d5fa209e7eb5ef5271583ffdb6412b48eec773commit hash: b1d5fa209e7eb5ef5271583ffdb6412b48eec773commit hash: b1d5fa209e7eb5ef5271583ffdb6412b48eec773 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.6.8 → 2.8.2

Reported by:	portscout
2.6.8
29 May 2024 08:49:19
commit hash: 6a9c3d9815640215590cd4d86ff7ce6071ef2ccdcommit hash: 6a9c3d9815640215590cd4d86ff7ce6071ef2ccdcommit hash: 6a9c3d9815640215590cd4d86ff7ce6071ef2ccdcommit hash: 6a9c3d9815640215590cd4d86ff7ce6071ef2ccd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.6.7 → 2.6.8

Reported by:	portscout
2.6.7
24 May 2024 09:23:47
commit hash: 8d2814ca0f014956605e44fb255e6320bb55e29ccommit hash: 8d2814ca0f014956605e44fb255e6320bb55e29ccommit hash: 8d2814ca0f014956605e44fb255e6320bb55e29ccommit hash: 8d2814ca0f014956605e44fb255e6320bb55e29c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.6.4 → 2.6.7
2.6.4
18 May 2024 16:52:18
commit hash: e1447348309ee2627edd450c6e71549a61e548ebcommit hash: e1447348309ee2627edd450c6e71549a61e548ebcommit hash: e1447348309ee2627edd450c6e71549a61e548ebcommit hash: e1447348309ee2627edd450c6e71549a61e548eb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.6.3 → 2.6.4

Reported by:	portscout
2.6.3
17 May 2024 05:55:55
commit hash: 57cba7db331362face2034926dea975de2dd2dc1commit hash: 57cba7db331362face2034926dea975de2dd2dc1commit hash: 57cba7db331362face2034926dea975de2dd2dc1commit hash: 57cba7db331362face2034926dea975de2dd2dc1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.6.2 → 2.6.3

Reported by:	portscout
2.6.2
14 May 2024 15:00:12
commit hash: 55a8ec64fddc44069342209eac88b3415be753a8commit hash: 55a8ec64fddc44069342209eac88b3415be753a8commit hash: 55a8ec64fddc44069342209eac88b3415be753a8commit hash: 55a8ec64fddc44069342209eac88b3415be753a8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.6.1 → 2.6.2

Reported by:	portscout
2.6.1
09 May 2024 06:48:05
commit hash: 01253252be93be35a575b12d34cf5a3d2f682f4ccommit hash: 01253252be93be35a575b12d34cf5a3d2f682f4ccommit hash: 01253252be93be35a575b12d34cf5a3d2f682f4ccommit hash: 01253252be93be35a575b12d34cf5a3d2f682f4c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.6.0 → 2.6.1

Reported by:	portscout
2.6.0
30 Apr 2024 05:25:34
commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.5 → 2.6.0

Reported by:	portscout
2.5.5
26 Apr 2024 07:18:26
commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: Fix build on 13 by not building the debug executable

... that is not installed.

Reported by:	fallout
2.5.5
24 Apr 2024 09:13:08
commit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9ecommit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9ecommit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9ecommit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.4 → 2.5.5

Reported by:	portscout
2.5.4
23 Apr 2024 08:40:29
commit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9acommit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9acommit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9acommit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.3 → 2.5.4

Reported by:	portscout
2.5.3
19 Apr 2024 08:48:53
commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.2 → 2.5.3

Reported by:	portscout
2.5.2
17 Apr 2024 07:38:21
commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.1 → 2.5.2

Reported by:	portscout
2.5.1
16 Apr 2024 07:43:54
commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.0 → 2.5.1

Reported by:	portscout
2.5.0
12 Apr 2024 04:32:42
commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.4.5 → 2.5.0

Reported by:	portscout
2.4.5
11 Apr 2024 08:17:17
commit hash: 4619dd8fed57654b42e27606377530718439ae5acommit hash: 4619dd8fed57654b42e27606377530718439ae5acommit hash: 4619dd8fed57654b42e27606377530718439ae5acommit hash: 4619dd8fed57654b42e27606377530718439ae5a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.4.2 → 2.4.5

Reported by:	portscout
2.4.2
03 Apr 2024 07:41:46
commit hash: 7cd61efda8bde970636d4257720e8f817040071ecommit hash: 7cd61efda8bde970636d4257720e8f817040071ecommit hash: 7cd61efda8bde970636d4257720e8f817040071ecommit hash: 7cd61efda8bde970636d4257720e8f817040071e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.4.0 → 2.4.2

Reported by:	portscout
2.4.0
28 Mar 2024 17:28:23
commit hash: 001584e0da3d10779ba835ca11facb64f547ea85commit hash: 001584e0da3d10779ba835ca11facb64f547ea85commit hash: 001584e0da3d10779ba835ca11facb64f547ea85commit hash: 001584e0da3d10779ba835ca11facb64f547ea85 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.3.3 → 2.4.0

Reported by:	portscout
2.3.3
27 Mar 2024 07:32:11
commit hash: cf52c401af31ec56beb36586713faff03710fc2fcommit hash: cf52c401af31ec56beb36586713faff03710fc2fcommit hash: cf52c401af31ec56beb36586713faff03710fc2fcommit hash: cf52c401af31ec56beb36586713faff03710fc2f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.3.1 → 2.3.3

Reported by:	portscout
2.3.1
22 Mar 2024 12:22:54
commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.2.1 → 2.3.1

Reported by:	portscout
2.2.1
08 Mar 2024 10:25:50
commit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bccommit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bccommit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bccommit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.7 → 2.2.1

Reported by:	portscout
2.1.7
23 Feb 2024 10:25:40
commit hash: 8733d781f26633fcb44610affa3e719be2371841commit hash: 8733d781f26633fcb44610affa3e719be2371841commit hash: 8733d781f26633fcb44610affa3e719be2371841commit hash: 8733d781f26633fcb44610affa3e719be2371841 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.3 → 2.1.7

Reported by:	portscout
2.1.3
16 Feb 2024 05:16:11
commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.1 → 2.1.3

Reported by:	portscout
2.1.1
14 Feb 2024 09:28:05
commit hash: 6485928952e2672f9f384f2c265039df9f5f755bcommit hash: 6485928952e2672f9f384f2c265039df9f5f755bcommit hash: 6485928952e2672f9f384f2c265039df9f5f755bcommit hash: 6485928952e2672f9f384f2c265039df9f5f755b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.0 → 2.1.1

Reported by:	portscout
2.1.0
13 Feb 2024 07:50:48
commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.6 → 2.1.0

Reported by:	portscout
2.0.6
14 Jan 2024 18:52:02
commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.5 → 2.0.6

Reported by:	portscout
2.0.5
12 Jan 2024 00:09:03
commit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbdcommit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbdcommit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbdcommit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: Broken in 15: clang crashes
2.0.5
11 Jan 2024 08:31:24
commit hash: e294c7276bfa8efb6126fae61727788c58f20500commit hash: e294c7276bfa8efb6126fae61727788c58f20500commit hash: e294c7276bfa8efb6126fae61727788c58f20500commit hash: e294c7276bfa8efb6126fae61727788c58f20500 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.3 → 2.0.5

Reported by:	portscout
2.0.3
10 Jan 2024 10:48:23
commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.2 → 2.0.3

Reported by:	portscout
2.0.2
05 Jan 2024 09:38:11
commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.1 → 2.0.2

Reported by:	portscout
2.0.1
04 Jan 2024 05:48:37
commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.0 → 2.0.1

Reported by:	portscout
2.0.0
03 Jan 2024 09:10:28
commit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3bcommit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3bcommit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3bcommit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.9 → 2.0.0

Reported by:	portscout
1.9.9
28 Dec 2023 09:51:57
commit hash: 0178138737bff2fbff30eab16db71eea70d1f134commit hash: 0178138737bff2fbff30eab16db71eea70d1f134commit hash: 0178138737bff2fbff30eab16db71eea70d1f134commit hash: 0178138737bff2fbff30eab16db71eea70d1f134 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.8.1 → 1.9.9

Reported by:	portscout
1.9.8.1
23 Dec 2023 07:57:22
commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.7 → 1.9.8.1

Reported by:	portscout
1.9.7
15 Dec 2023 18:29:59
commit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390bcommit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390bcommit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390bcommit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.5 → 1.9.7

Reported by:	portscout
1.9.5
12 Dec 2023 23:14:33
commit hash: fc0716260e6398774a33c355089efd1cc7c7be1dcommit hash: fc0716260e6398774a33c355089efd1cc7c7be1dcommit hash: fc0716260e6398774a33c355089efd1cc7c7be1dcommit hash: fc0716260e6398774a33c355089efd1cc7c7be1d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: New port: Fast, in memory, JSON and interface library for modern
C++

Number of commits found: 84