summaryrefslogtreecommitdiffstats
path: root/core/oa_hash_map.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-399/+0
* Commit other files changed by file_format.shAaron Franke2020-07-131-1/+1
* - Make sure it's impossible to initialize an OAHashMap with 0 capacity (would...Andrea Catania2020-05-251-9/+33
* Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3Rémi Verschelde2020-05-191-1/+1
|\
| * Removed const from OAHashMap iterator value Andrea Catania2020-05-081-1/+1
* | Fix leaks and crashes in OAHashMapPedro J. Estébanez2020-05-181-16/+29
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* | Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-2/+2
* | Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-2/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Initial work on Vulkan:Juan Linietsky2020-02-111-0/+16
* 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