7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-12 00:29:29 +00:00
kicad/qa
Seth Hillbrand 361f61a023 Move thread pool to singleton class
Having thread pool as its own singleton in the library meant that each
kiface had its own threadpool, leading to many multiples of the threads
being started.  Placing a singleton class in PGM_BASE ensures that all
kifaces use the same thread pool.

The singleton class can be extended to provide single instance
guarantee for any element across kifaces
2025-01-03 13:51:11 -08:00
..
data Add ERC QA for wire bus entry unconnected / off grid 2025-01-03 18:13:30 +00:00
mocks Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcbnew_utils Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
qa_utils Move thread pool to singleton class 2025-01-03 13:51:11 -08:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
tests Move thread pool to singleton class 2025-01-03 13:51:11 -08:00
tools Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00