Age | Commit message (Expand) | Author |
---|---|---|
2022-06-23 | Optimize HashMap/HashSet using fastmod | Hendrik Brucker |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-13 | Fix HashMap element copy leaving hash as zero | Pedro J. Estébanez |
2021-10-08 | Avoid the need for copy assignment in HashMap key/data types | Pedro J. Estébanez |
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-23 | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |