summaryrefslogtreecommitdiff
path: root/core/oa_hash_map.h
AgeCommit message (Expand)Author
2020-05-25- Make sure it's impossible to initialize an OAHashMap with 0 capacity (would...Andrea Catania
2020-05-19Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3Rémi Verschelde
2020-05-18Fix leaks and crashes in OAHashMapPedro J. Estébanez
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-08Removed const from OAHashMap iterator value Andrea Catania
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