Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_1 04 Nov 2024 02:39:21 |
Yuri Victorovich (yuri) |
devel/robin-map: Add cmake files
PR: 282506
Approved by: Shane <FreeBSD@ShaneWare.Biz> |
1.3.0 29 May 2024 20:26:11 |
Vladimir Druzenko (vvd) |
devel/robin-map: update to 1.3.0
Changelogs:
https://github.com/Tessil/robin-map/releases/tag/v1.0.0
https://github.com/Tessil/robin-map/releases/tag/v1.0.1
https://github.com/Tessil/robin-map/releases/tag/v1.2.0
https://github.com/Tessil/robin-map/releases/tag/v1.2.1
https://github.com/Tessil/robin-map/releases/tag/v1.2.2
https://github.com/Tessil/robin-map/releases/tag/v1.3.0
PR: 275817
Tested by: fluffy
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintaner) |
0.6.3 31 Jul 2023 16:42:08 |
Po-Chuan Hsieh (sunpoet) |
devel/robin-map: Add NO_ARCH
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.3 07 Sep 2020 16:04:47 |
fernape |
devel/robin-map: update to 0.6.3
ChangeLog: https://github.com/Tessil/robin-map/releases/tag/v0.6.3
* Fix issue #26, raise the maximum possible size of the hash table when using
the prime_growth_policy on a 64-bit platform.
* Fix issue #31, when min_load_factor() > 0, the clear() method will also reset
the bucket_count of the hash table to 0.
* Fix shrink when min_load_factor is set and a range erase with end() as last
is called. The m_try_skrink_on_next_insert was not correctly set.
* Fix issue #33, the value function of a const iterator can now be called and
returns a mutable reference to the underlying value_type.
PR: 249137
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |
0.6.2 07 Oct 2019 17:46:38 |
swills |
devel/robin-map: update to 0.6.2
PR: 240957
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) |
0.6.1 12 Aug 2019 13:14:47 |
rodrigo |
Add new port devel/robin-map, a hash map and hash set library
C++ implementation of a fast hash map and hash set using
open-addressing and linear robin hood hashing with backward
shift deletion to resolve collisions.
https://github.com/Tessil/robin-map
Required to update graphics/openimageio (PR 239587)
PR: 239587
Submitted by: Shane <FreeBSD@ShaneWare.Biz> |