kicad/pcbnew/connectivity
Seth Hillbrand f9a36b9c91 Update thread_pool to 3.3
Fixes an issue with `wait_for_tasks()` and adds a lower-overhead
`push_loop` helper.  We replace our usage of `parallelize_loop` with
`push_loop` as we didn't use the multi-future vector return and don't
need the extra overhead.
2022-12-02 12:01:34 -08:00
..
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
connectivity_algo.cpp Check keepTopBottom when determining whether or not to flash a pad/via. 2022-11-22 18:18:43 +00:00
connectivity_algo.h Fix errors in handling of std::shared_ptrs. 2022-11-22 13:14:00 +00:00
connectivity_data.cpp Update thread_pool to 3.3 2022-12-02 12:01:34 -08:00
connectivity_data.h More safety around ratsnest state. 2022-11-30 13:00:21 +00:00
connectivity_items.cpp Clean up some auto usage 2022-08-15 11:29:45 -07:00
connectivity_items.h Backing out earlier fix in favour of fixing std::shared_ptr usage. 2022-11-21 21:56:17 +00:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Clean up some auto usage 2022-08-15 11:29:45 -07:00
from_to_cache.h Auto reduction and std::shared_ptr cover types reduction. 2022-02-13 12:04:03 +00:00