summaryrefslogtreecommitdiffstats
path: root/core/oa_hash_map.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Implement backward shift deletion for OAHashMapShiqing2019-09-211-29/+18
* allow to reserve space in OAHashMap explicitly and also in AStar.Robin Hübner2019-08-271-9/+25
* astar performance improvements, use oahashmapRobin Hübner2019-08-211-5/+29
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix bug with OAHashMap corruption on insertionFlorian Jung2018-10-111-2/+2
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403Juan Linietsky2018-08-241-1/+1
* updated OAHashMap to use robinhood hashingkarroffel2018-05-031-442/+175
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* added OAHashMap typeKarroffel2017-09-191-0/+593