common: compile libhashtable as C++
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 22 Sep 2021 12:13:04 +0000 (08:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 17 Nov 2021 23:58:46 +0000 (18:58 -0500)
commit6dca8ba7dec3b31acb7b43f5e4431676acf4e664
tree5fa7911466df567ee672b9fe3b289da57aa641ce
parent348ddc5c9107149d48b1f12d31a7e75e9b73b4da
common: compile libhashtable as C++

Change-Id: Ia91d3207ffffb0cd45ee987107058dc9e4690c94
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/hashtable/Makefile.am
src/common/hashtable/hashtable.c [deleted file]
src/common/hashtable/hashtable.cpp [new file with mode: 0644]
src/common/hashtable/hashtable.h
src/common/hashtable/utils.c [deleted file]
src/common/hashtable/utils.cpp [new file with mode: 0644]
This page took 0.026072 seconds and 4 git commands to generate.