diff options
| author | Max Khizhinsky <libcds.dev@gmail.com> | 2019-03-15 01:41:16 +0300 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-14 15:41:16 -0700 |
| commit | 61c6ef26f761dfc784e40f060e3e6581b7d77d6e (patch) | |
| tree | 3b4dcd616771e95f8377308e1a6d40f897a1bf09 /ports/libcds/CONTROL | |
| parent | 68a540d84c9096a252239ad3e248b9873709a5d0 (diff) | |
| download | vcpkg-61c6ef26f761dfc784e40f060e3e6581b7d77d6e.tar.gz vcpkg-61c6ef26f761dfc784e40f060e3e6581b7d77d6e.zip | |
* [libcds] Update to v2.3.3 (#5274) (#5278)
* * [libcds] Update to v2.3.3 (#5274)
* Minimum CMake version is 3.0.2
* Changed software license from BSD to Boost
* Removed '#pragma lib' for Windows build
* Bugfix and minor improvements
* [libcds] Use PATCHES parameter instead of `vcpkg_apply_patches()`
* [libcds] Fix static builds
Diffstat (limited to 'ports/libcds/CONTROL')
| -rw-r--r-- | ports/libcds/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libcds/CONTROL b/ports/libcds/CONTROL index 9b0f4c73a..1707512fd 100644 --- a/ports/libcds/CONTROL +++ b/ports/libcds/CONTROL @@ -1,4 +1,4 @@ Source: libcds -Version: 2.3.2 +Version: 2.3.3 Build-Depends: boost-system, boost-thread Description: a collection of concurrent containers that don't require external (manual) synchronization for shared access, and safe memory reclamation (SMR) algorithms like Hazard Pointer and user-space RCU that is used as an epoch-based SMR. |
