bricks: add bricks for concurrent hashmap
* Makefile.am, README, bricks/brick-assert.h, bricks/brick-bitlevel.h, bricks/brick-hash.h, bricks/brick-hashset.h, bricks/brick-shmem.h, bricks/brick-types.h, configure.ac, debian/copyright, debian/libspot-dev.install, m4/bricks.m4, tests/Makefile.am, tests/core/.gitignore, tests/core/bricks.cc: here.
This commit is contained in:
parent
4337abc5a6
commit
458f506336
15 changed files with 5894 additions and 1 deletions
|
|
@ -77,6 +77,8 @@ fi
|
|||
# Activate C11 for gnulib tests
|
||||
AX_CHECK_COMPILE_FLAG([-std=c11], [CFLAGS="$CFLAGS -std=c11"])
|
||||
|
||||
AX_CHECK_COMPILE_FLAG([-lpthread], [CFLAGS="$CFLAGS -lpthread"])
|
||||
|
||||
gl_INIT
|
||||
|
||||
# Use -Werror since using -fvisibility under MinGW is only a warning.
|
||||
|
|
@ -142,6 +144,7 @@ fi
|
|||
AX_CHECK_BUDDY
|
||||
|
||||
AC_CHECK_HEADERS([sys/times.h valgrind/memcheck.h spawn.h])
|
||||
AX_CHECK_DIVINE
|
||||
AC_CHECK_FUNCS([times kill alarm sigaction])
|
||||
|
||||
LT_CONFIG_LTDL_DIR([ltdl])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue