forked from pool/robin-map
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 434933ab99 | |||
| 4a889e8c1e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8424ad3b0affd4c57ed26f0f3d8a29604f0e1f2ef2089f497f614b1c94c7236
|
|
||||||
size 70562
|
|
||||||
3
robin-map-1.4.0.tar.gz
Normal file
3
robin-map-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7930dbf9634acfc02686d87f615c0f4f33135948130b8922331c16d90a03250c
|
||||||
|
size 70352
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 13 13:26:05 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
||||||
|
|
||||||
|
- Update to version 1.4.0:
|
||||||
|
* Add a CMake TSL_ROBIN_MAP_ENABLE_INSTALL option to explicitly
|
||||||
|
enable/disable the install target
|
||||||
|
* Move to C++17 dropping C++11 support
|
||||||
|
* Bump cmake_minimum_required version to 3.5
|
||||||
|
* Fix load threshold on deserialization
|
||||||
|
* Use inline constexpr for PRIMES and MOD_PRIME arrays
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 22 20:32:19 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
Sat Mar 22 20:32:19 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: robin-map
|
Name: robin-map
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ implementation of a fast hash map and hash set using robin hood hashing
|
Summary: C++ implementation of a fast hash map and hash set using robin hood hashing
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -61,7 +61,7 @@ implementations in the tsl namespace).
|
|||||||
chmod 0644 %{SOURCE0}
|
chmod 0644 %{SOURCE0}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
%cmake
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|||||||
Reference in New Issue
Block a user