]> git.ipfire.org Git - thirdparty/ccache.git/commit
Replace third party hashtable with std::unordered_map
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 23 Aug 2019 17:46:40 +0000 (19:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:04:43 +0000 (22:04 +0200)
commit5d76845a50fec1d5a0cefb5883b55dda7ad9ff10
tree37b8b5254b031b489afec5fa6bf563bd1a051d32
parentdd82f936e8e4a778242fe55ef39b5bb5cbefa876
Replace third party hashtable with std::unordered_map
13 files changed:
LICENSE.adoc
Makefile.in
dev.mk.in
src/ccache.cpp
src/hashutil.cpp
src/hashutil.hpp
src/manifest.cpp
src/manifest.hpp
src/third_party/hashtable.c [deleted file]
src/third_party/hashtable.h [deleted file]
src/third_party/hashtable_itr.c [deleted file]
src/third_party/hashtable_itr.h [deleted file]
src/third_party/hashtable_private.h [deleted file]