kicad/pcbnew/plugins
Jeff Young 96f01d33c8 Performance improvements.
1) Move a bunch of std::map's to std::unordered_map to get constant-time
look-ups
2) Lengthen progress-reporting intervals to spend more time doing work
and less time talking about it
3) Reverse order of SHAPE_LINE_CHAINs in thermal intersection checks to
make (much) better use of bbox caches
4) Don't re-generate bboxes we already have
5) Fix some autos that weren't by reference (and were therefore copying
large datasets)
6) Rename delta progressDelta so it's easier to search for in future
7) Get rid of a few more autos (because I don't like them)
8) Pass large items to lambdas by reference

Fixes https://gitlab.com/kicad/code/kicad/issues/12130
2022-08-03 11:59:42 +01:00
..
altium Add edge and margin clearances to message panel. 2022-07-15 16:14:32 +01:00
cadstar Fix typos in pcbnew sub-directory 2022-06-30 09:39:45 -04:00
common Rename layer ids file. 2021-07-29 16:03:25 +01:00
eagle Eagle octagonal pads are regular (~29% chamfered). 2022-05-23 10:43:34 +01:00
fabmaster Implement two-staged zone priority: assigned priority followed by UUID. 2022-03-01 14:53:35 +00:00
geda More wide-string declarations. 2022-02-05 22:26:31 +00:00
kicad Performance improvements. 2022-08-03 11:59:42 +01:00
legacy Always allow blind/buried/micro vias 2022-07-12 19:47:31 -07:00
pcad Sort PCAD layers 2022-06-09 11:10:34 -07:00