kicad/include/core
Seth Hillbrand 06786c34d7 Blacklist hashes for 2d integer elements
The hash table for integer hashes is extremely limited and places most
elements in the same buckets.  This leads to a linear search time for
structures built on this.

This blocks hashes, directing the coder to utilize std::set or std::map
structures instead of hash tables for implementing integer-based
lookups.
2022-08-26 08:43:37 -07:00
..
arraydim.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
kicad_algo.h Escape netnames with illegal characters in them. 2022-08-09 15:05:10 +01:00
minoptmax.h Fix coverity warning about unitialized value 2022-08-18 11:52:42 -07:00
mirror.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
spinlock.h Fix issues with zone filling connectivity locking 2021-01-18 13:22:12 -05:00
typeinfo.h Supply extra (required) typeinfo. 2022-08-23 18:02:16 +01:00
wx_stl_compat.h Blacklist hashes for 2d integer elements 2022-08-26 08:43:37 -07:00