head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.24 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.22 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.20 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.18 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.5.0.16 pkgsrc-2022Q4-base:1.5 pkgsrc-2022Q3:1.5.0.14 pkgsrc-2022Q3-base:1.5 pkgsrc-2022Q2:1.5.0.12 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.5.0.10 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.5.0.8 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.6 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.4 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.5.0.2 pkgsrc-2021Q1-base:1.5 pkgsrc-2020Q4:1.4.0.2 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.3.0.6 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.4 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.2 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.2.0.8 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.4 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.2 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.1.0.30 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.28 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.26 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.24 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.22 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.20 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.18 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.14 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.12 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.10 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.8 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.6 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.4 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2021.03.11.15.31.24; author fcambus; state Exp; branches; next 1.4; commitid fSrxCJMQxUAfaUKC; 1.4 date 2020.12.18.09.55.36; author fcambus; state Exp; branches; next 1.3; commitid gKYJfUH9hyhsYcAC; 1.3 date 2020.01.18.23.30.43; author rillig; state Exp; branches; next 1.2; commitid shGUwZfkr7sleeTB; 1.2 date 2019.04.29.00.18.14; author gdt; state Exp; branches; next 1.1; commitid uTpDcKqYm4jV1blB; 1.1 date 2015.10.07.12.33.16; author adam; state Exp; branches; next ; commitid fFslVTjP5eY4TaEy; desc @@ 1.5 log @uthash: update to 2.3.0. Version 2.3.0 (2021-02-25) -------------------------- * remove HASH_FCN; the HASH_FUNCTION and HASH_KEYCMP macros now behave similarly * remove uthash_memcmp (deprecated in v2.1.0) in favor of HASH_KEYCMP * silence -Wswitch-default warnings (thanks, Olaf Bergmann!) @ text @# $NetBSD: Makefile,v 1.4 2020/12/18 09:55:36 fcambus Exp $ DISTNAME= uthash-2.3.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=troydhanson/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://troydhanson.github.io/uthash/ COMMENT= Hash table, implemented in C LICENSE= 2-clause-bsd NO_BUILD= yes INSTALLATION_DIRS+= include share/doc/uthash do-install: ${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/uthash ${INSTALL_DATA} ${WRKSRC}/src/*.h ${DESTDIR}${PREFIX}/include .include "../../mk/bsd.pkg.mk" @ 1.4 log @uthash: update to 2.2.0. Version 2.2.0 (2020-12-17) -------------------------- * add HASH_NO_STDINT for platforms without C99 * silence many -Wcast-qual warnings (thanks, Olaf Bergmann!) * skip hash computation when finding in an empty hash (thanks, Huansong Fu!) * rename oom to utarray_oom, in utarray.h (thanks, Hong Xu!) * rename oom to utstring_oom, in utstring.h (thanks, Hong Xu!) * remove MurmurHash/HASH_MUR @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/01/18 23:30:43 rillig Exp $ d3 1 a3 1 DISTNAME= uthash-2.2.0 @ 1.3 log @all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2019/04/29 00:18:14 gdt Exp $ d3 1 a3 1 DISTNAME= uthash-2.1.0 @ 1.2 log @devel/uthash: Update to 2.1.0 Version 2.1.0 (2018-12-20) -------------------------- * silence some Clang static analysis warnings * add LL_INSERT_INORDER and LL_LOWER_BOUND etc (thanks, Jeffrey Lovitz and Mattias Eriksson!) * add uthash_bzero for platforms without * fix a missing HASH_BLOOM_ADD in HASH_SELECT (thanks, Pawel Veselov!) * permit malloc failure to be recoverable via HASH_NONFATAL_OOM (thanks, Pawel Veselov!) * avoid repeated calls to uthash_strlen in HASH_FIND_STR * rename uthash_memcmp to HASH_KEYCMP, leaving the old name for compatibility * add utstack.h * remove libut Version 2.0.2 (2017-03-02) -------------------------- * fix segfault in HASH_ADD_INORDER etc (thanks, Yana Kireyonok!) * remove spurious cast to unsigned in utstring_len (thanks, Michal Sestrienka!) * add uthash_memcmp and uthash_strlen for platforms without (thanks, Pawel Veselov!) * fix a C++ incompatibility in utringbuffer Version 2.0.1 (2016-07-05) -------------------------- * in-order insertion macros HASH_ADD_INORDER etc (thanks, Thilo Schulz!) * by-hashvalue insertion macros HASH_ADD_BYHASHVALUE etc * during key comparison, check hashvalue before doing a full memcmp * add utringbuffer.h Version 1.9.9.1 (2014-11-18) ---------------------------- * inclusion of experimental libut bundle with utvector in opt/ * use shift in Bernstein hash instead of multiply (thanks, Jimmy Zhuo!) * switch ssize_t types in utarray/utstring to size_t (thanks, Hong Xu!) * fix utstring pointer math on >4GB strings (thanks, Thomas Bottesch!) * change FNV hash to FNV-1a varation (thanks, dwest1975!) * fix bug in HASH_REPLACE_STR (thanks, Ilya Kaliman!) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2015/10/07 12:33:16 adam Exp $ d9 1 a9 1 HOMEPAGE= http://troydhanson.github.io/uthash/ @ 1.1 log @This is a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any structure having a unique, arbitrarily-typed key member can be hashed by adding a UT_hash_handle member to the structure and calling these macros. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= uthash-1.9.9 @