Jeff Young
|
d77eae3e7e
|
Collapse LIB_FIELD into SCH_FIELD.
|
2024-04-13 15:42:13 +01:00 |
Jeff Young
|
bf2b3b0b0f
|
Deconflict some LIB_TREE_ITEM APIs so they can remain non-const.
(The non-const is required by FOOTPRINT_INFO, which must load
footrpints to get some of the data.)
|
2024-04-04 13:18:55 +01:00 |
Roberto Fernandez Bautista
|
4851b0f1ac
|
Database library cache: fix memory leak
|
2024-03-03 16:20:32 +00:00 |
Alex Shvartzkop
|
cb25c8620e
|
Performance optimizations for database libraries.
(cherry picked from commit e68df8e1d1 )
|
2024-02-23 20:29:18 +03:00 |
Roberto Fernandez Bautista
|
991ddfe6be
|
Add cache to SCH_IO_DATABASE to improve loading performance
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17031
|
2024-02-23 14:59:10 +00:00 |
Wayne Stambaugh
|
8975f26c26
|
Coding policy fixes.
|
2024-01-26 08:59:14 -05:00 |
Marek Roszko
|
9a890cdba9
|
Kick the wildcards and file exts into a static class, export it from kicommon
|
2023-12-27 21:10:01 -05:00 |
Ian McInerney
|
f8688a922d
|
Unify IO library descriptors
|
2023-12-27 16:34:59 +00:00 |
Ian McInerney
|
743e9d669a
|
Push library management into IO_BASE
|
2023-12-27 01:21:53 +00:00 |
Ian McInerney
|
cad91312aa
|
Introduce main base class for all IO loaders
|
2023-12-26 23:27:11 +00:00 |
Ian McInerney
|
85f62c1fde
|
Rename all schematic IO plugins
|
2023-12-24 01:22:21 +00:00 |
Ian McInerney
|
d8b47d18d3
|
Initial rename of file plugin infrastructure components to IO
|
2023-12-24 01:22:21 +00:00 |