kicad/pcbnew/plugins
Seth Hillbrand 57ba38560c Optimize library load time for Altium plugin
Load times were >20min for moderate sized libraries as EnumFiles
iterated over the entire list for each operation.  The update modifies
our third-party lib to allow a return value, stopping the iteration when
we find our desired entry.  This also provides a short-circuit for
ASCII-based names, allowing single-level parsing if available
2023-08-18 13:50:15 -07:00
..
altium Optimize library load time for Altium plugin 2023-08-18 13:50:15 -07:00
cadstar Import system refactor for PCB plugins. 2023-08-15 05:26:12 +03:00
common Rename layer ids file. 2021-07-29 16:03:25 +01:00
eagle Fix some minor compil and Coverity warnings. 2023-08-17 10:06:17 +02:00
fabmaster Import system refactor for PCB plugins. 2023-08-15 05:26:12 +03:00
geda Fix some minor compil and Coverity warnings. 2023-08-17 10:06:17 +02:00
kicad Add IO_MGR::FindPluginTypeFromBoardPath (+QA tests) 2023-08-15 05:26:12 +03:00
legacy Remove unused variable in legacy_plugin.cpp 2023-08-18 22:37:48 +03:00
pcad Fix some minor compil and Coverity warnings. 2023-08-17 10:06:17 +02:00