summaryrefslogtreecommitdiff
path: root/core/oa_hash_map.h
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-11Initial work on Vulkan:Juan Linietsky
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-08-21astar performance improvements, use oahashmapRobin Hübner
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-11Fix bug with OAHashMap corruption on insertionFlorian Jung
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403Juan Linietsky
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
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