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:
Etienne Renault 2016-03-15 15:41:28 +01:00
parent 4337abc5a6
commit 458f506336
15 changed files with 5894 additions and 1 deletions

4
m4/bricks.m4 Normal file
View file

@ -0,0 +1,4 @@
AC_DEFUN([AX_CHECK_BRICKS], [
AC_SUBST([BRICKS_CPPFLAGS], ['-I$(top_srcdir)/bricks'])
AC_CONFIG_SUBDIRS([bricks])
])