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 |
Jeff Young
|
41619ebbe2
|
Decouple PROGRESS_REPORTER interface from implementations.
|
2021-08-14 21:05:49 +01:00 |
Jeff Young
|
5fa5a73c6d
|
File open/import progress dialogs.
Fixes https://gitlab.com/kicad/code/kicad/issues/6864
Fixes https://gitlab.com/kicad/code/kicad/issues/2166
|
2021-06-23 23:55:54 +01:00 |
Wayne Stambaugh
|
71c183d7bb
|
Rename LIB_PART to LIB_SYMBOL.
|
2021-06-14 07:11:17 -04:00 |
Jeff Young
|
a0a5e93782
|
Remove m_props from symbol library plugins. It's not thread-safe.
Fixes https://gitlab.com/kicad/code/kicad/issues/8035
|
2021-03-26 21:57:32 +00:00 |
Jon Evans
|
9b0d7b7d37
|
Maybe make Coverity happy
|
2021-03-21 09:19:18 -04:00 |
Jon Evans
|
c04e19f9ac
|
Include optimization: move some things from common.h to point-of-use
|
2021-03-20 12:09:18 -04:00 |
Jon Evans
|
ba67acf348
|
Fix wx3.0 build
|
2021-03-19 22:11:54 -04:00 |
Jon Evans
|
82a4cacb4f
|
Add threaded library load to symbol editor
|
2021-03-19 20:23:54 -04:00 |
Jon Evans
|
93c991926f
|
Use threading for loading symbol libraries
|
2021-03-19 00:56:26 +00:00 |