view modules/rbtreehash-list @ 40161:71ec1d2c1db9

gperf: Fix error when this module is required by some test module. * modules/gperf (Applicability): Set to 'all'.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 23:57:16 +0100
parents faeefa5587bc
children
line wrap: on
line source

Description:
Sequential list data type implemented by a hash table with a binary tree.

Files:
lib/gl_rbtreehash_list.h
lib/gl_rbtreehash_list.c
lib/gl_anyhash1.h
lib/gl_anyhash2.h
lib/gl_anyhash_primes.h
lib/gl_anyrbtree_list1.h
lib/gl_anyrbtree_list2.h
lib/gl_anytree_list1.h
lib/gl_anytree_list2.h
lib/gl_anytreehash_list1.h
lib/gl_anytreehash_list2.h

Depends-on:
builtin-expect
list
rbtree-oset
stdint
xsize

configure.ac:

Makefile.am:
lib_SOURCES += gl_rbtreehash_list.h gl_rbtreehash_list.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h

Include:
"gl_rbtreehash_list.h"

License:
GPL

Maintainer:
all