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
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS) \
|
||||
-I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
$(BRICKS_CPPFLAGS) -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
LDADD = $(top_builddir)/spot/libspot.la $(top_builddir)/buddy/src/libbddx.la
|
||||
|
||||
|
|
@ -68,6 +68,7 @@ check_PROGRAMS = \
|
|||
core/checkta \
|
||||
core/consterm \
|
||||
core/cube \
|
||||
core/bricks \
|
||||
core/emptchk \
|
||||
core/equals \
|
||||
core/graph \
|
||||
|
|
@ -121,6 +122,7 @@ core_taatgba_SOURCES = core/taatgba.cc
|
|||
core_tgbagraph_SOURCES = core/twagraph.cc
|
||||
core_consterm_SOURCES = core/consterm.cc
|
||||
core_cube_SOURCES = core/cube.cc
|
||||
core_bricks_SOURCES = core/bricks.cc
|
||||
core_equals_SOURCES = core/equalsf.cc
|
||||
core_kind_SOURCES = core/kind.cc
|
||||
core_length_SOURCES = core/length.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue