kicad/common/io
Wayne Stambaugh 889931505b Eagle schematic importer improvements.
Change Eagle file importer to use a two pass import.  The first pass
parses the entire Eagle file into an associated E* object.  The second
pass converts the parsed E* objects into the appropriate KiCad objects.

Improve handling of Eagle versioned libraries.

Add helpers to IO_BASE to ease handling of PROGRESS_REPORTER and REPORTER
objects.

ADDED: Support for importing Eagle schematic modules.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/1813
2024-06-10 11:28:20 -04:00
..
altium Fix mismatched new[] vs free() in Altium parser 2024-03-05 23:09:38 -05:00
cadstar Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
common
eagle Eagle schematic importer improvements. 2024-06-10 11:28:20 -04:00
easyeda EasyEDA Std/Pro: import (some) component metadata for symbols. 2024-05-03 00:37:59 +03:00
easyedapro Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
kicad prettifier: add newline to end of file 2024-03-18 15:29:43 -04:00
io_base.cpp Eagle schematic importer improvements. 2024-06-10 11:28:20 -04:00
io_utils.cpp
io_utils.h