summaryrefslogtreecommitdiff
path: root/main/tests/test_oa_hash_map.cpp
AgeCommit message (Expand)Author
2020-03-24Remove unused classes and stray headersRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-21Implement backward shift deletion for OAHashMapShiqing
2019-08-27allow to reserve space in OAHashMap explicitly and also in AStar.Robin Hübner
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-17Fix maybe-uninitialized warnings from GCC 4.8.xRémi Verschelde
2018-10-11Add testcase whether OAHashMap loses keysFlorian Jung
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-19added OAHashMap typeKarroffel