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
4
m4/bricks.m4
Normal file
4
m4/bricks.m4
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
AC_DEFUN([AX_CHECK_BRICKS], [
|
||||
AC_SUBST([BRICKS_CPPFLAGS], ['-I$(top_srcdir)/bricks'])
|
||||
AC_CONFIG_SUBDIRS([bricks])
|
||||
])
|
||||
Loading…
Add table
Add a link
Reference in a new issue