kicad/pcbnew/connectivity
Seth Hillbrand 40d44c94cd Fix single-threaded loads/connectivity
We cannot set thread counts to hardware_concurrency()-1 without
considering that single core machines will get a thread count of 0.
2021-12-14 17:18:46 -08:00
..
CMakeLists.txt pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 2020-09-27 16:45:46 +02:00
connectivity_algo.cpp Skip newly-added footprints in connectivity 2021-12-08 20:39:12 -05:00
connectivity_algo.h Coding standards and commenting. 2021-12-01 23:15:37 +00:00
connectivity_data.cpp Fix single-threaded loads/connectivity 2021-12-14 17:18:46 -08:00
connectivity_data.h Coding standards and commenting. 2021-12-01 23:15:37 +00:00
connectivity_items.cpp Measure distance from pad center, not pad hull. 2021-08-02 22:42:54 +01:00
connectivity_items.h Coding standards and commenting. 2021-12-01 23:15:37 +00:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Clear numbers from non-numberable pads and don't run DRC on them. 2021-08-24 01:03:06 +01:00
from_to_cache.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00