kicad/cvpcb
Seth Hillbrand 03c279ffd4 ADDED: Threadpool
Thread pools are long-lasting executors that have close to zero overhead
when launching new jobs.  This is advantageous over creating new threads
as we can use this for threading smalling jobs and smaller quanta.  It
also avoids the heuristics needed to determine the optimal number of
threads to spawn
2022-06-24 22:59:24 +00:00
..
dialogs Make sure standard OK/Cancel buttons respond to current language. 2021-12-24 18:13:11 +00:00
tools Cvpcb: fix not working icon "select previous symbol" 2022-04-30 11:07:07 +02:00
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
auto_associate.cpp Cvpcb: fix "not found" .equ files. 2022-03-29 18:51:03 +02:00
auto_associate.h Push deprecation warning suppression down into boost. 2020-02-21 17:36:12 +00:00
cvpcb.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
cvpcb.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_association.h Unify LIB_IDs now that both are stored in sexpr files. 2020-12-18 00:30:26 +00:00
cvpcb_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_id.h Footprint viewers: fix regression: re-add automatic zoom option when loading a new footprint 2022-04-18 11:15:14 +02:00
cvpcb_mainframe.cpp Cvpcb: fix SaveAssociations. Save association to disk only from the Apply button. Previously, the association was saved to disk also on OK button click. 2022-04-30 09:48:47 +02:00
cvpcb_mainframe.h Naming conventions. 2021-09-27 12:55:53 +01:00
cvpcb_settings.cpp Footprint viewers: fix regression: re-add automatic zoom option when loading a new footprint 2022-04-18 11:15:14 +02:00
cvpcb_settings.h Footprint viewers: fix regression: re-add automatic zoom option when loading a new footprint 2022-04-18 11:15:14 +02:00
display_footprints_frame.cpp Footprint viewers: fix regression: re-add automatic zoom option when loading a new footprint 2022-04-18 11:15:14 +02:00
display_footprints_frame.h Reconcile zone-auto-fill with undo. 2022-02-25 13:05:49 +00:00
footprints_listbox.cpp Revert "Cvpcb: fix possible crash when pressing the ESC key during some calculations." 2021-08-06 13:33:14 +02:00
library_listbox.cpp Remove another leaky wx/log.h header 2021-06-03 08:11:15 -04:00
listbox_base.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
listboxes.h Naming conventions. 2021-09-27 12:55:53 +01:00
menubar.cpp Cvpcb: fix SaveAssociations. Save association to disk only from the Apply button. Previously, the association was saved to disk also on OK button click. 2022-04-30 09:48:47 +02:00
readwrite_dlgs.cpp Work around the train-wreck that is wxString::Format. 2021-09-27 12:40:32 +01:00
symbols_listbox.cpp Naming conventions. 2021-09-27 12:55:53 +01:00
toolbars_cvpcb.cpp Cvpcb: fix SaveAssociations. Save association to disk only from the Apply button. Previously, the association was saved to disk also on OK button click. 2022-04-30 09:48:47 +02:00