summaryrefslogtreecommitdiffstats
path: root/core/templates/hash_map.h
Commit message (Expand)AuthorAgeFilesLines
* Add a sort method to Dictionary and HashMapAaron Franke2024-10-021-0/+43
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-5/+5
* Allow renaming child nodes in `_ready`RedworkDE2023-06-261-0/+34
* Refactor Node ProcessingJuan Linietsky2023-05-091-2/+2
* Optimize HashMap sizebitsawer2023-04-241-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Optimize HashMap/HashSet using fastmodHendrik Brucker2022-06-231-15/+18
* Replace most uses of Map by HashMapreduz2022-05-161-26/+30
* Add a new HashMap implementationreduz2022-05-121-373/+402
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-3/+3
* Fix HashMap element copy leaving hash as zeroPedro J. Estébanez2021-10-131-0/+1
* Avoid the need for copy assignment in HashMap key/data typesPedro J. Estébanez2021-10-081-7/+10
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+551