7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-01-22 06:52:43 +00:00
kicad/pcbnew/connectivity
Seth Hillbrand 452e69de85 Move thread pool into true singleton
Thread pool needs to be stored in a single location for all of KiCad
otherwise each kiface will spin up its own pool of persistent threads
2025-01-09 09:03:08 -08:00
..
CMakeLists.txt pcbnew: refactor topology matching algorithm and move it to the connectivity subsystem 2024-08-13 22:50:26 +02:00
connectivity_algo.cpp Move thread pool into true singleton 2025-01-09 09:03:08 -08:00
connectivity_algo.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
connectivity_data.cpp Move thread pool into true singleton 2025-01-09 09:03:08 -08:00
connectivity_data.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
connectivity_items.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
connectivity_items.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
connectivity_rtree.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
from_to_cache.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
from_to_cache.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
topo_match.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
topo_match.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00