kicad/eeschema/sch_io
Wayne Stambaugh 74070afbc6 Fix a bunch of GCC build warnings compiling the schematic editor.
Apparently GCC does not like competing definitions of the == operator.
The recent refactoring away of all LIB_ITEM objects created a conflict
with the SCH_ITEM == operator definition.  This change required some
rather ugly comparison changes.  There were no unit test failures but
that doesn't mean something didn't get broken.
2024-06-11 08:07:32 -04:00
..
altium Altium schematic parser: Add fraction pin placement 2024-06-10 15:02:18 -07:00
cadstar SCH/LIB SYMBOL: never allow null LIB_SYMBOLs in SCH_SYMBOL 2024-06-10 08:36:42 -04:00
database Build time optimizations. 2024-04-27 23:49:13 +03:00
eagle Fix build error on MSVC. 2024-06-11 00:06:32 +03:00
easyeda Fix minor compil warnings 2024-05-13 11:50:35 +02:00
easyedapro More build time optimizations. 2024-05-06 04:39:28 +03:00
http_lib HTTP Libraries: Add support for descriptions of sublibraries 2024-04-30 11:57:00 +00:00
kicad_legacy Tidy up string find API usages. 2024-05-28 15:30:29 +01:00
kicad_sexpr Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
ltspice Adjust LTSPICE parser for inverted coords. 2024-05-03 17:48:22 +01:00
sch_io.cpp Coding policy fixes. 2024-01-26 08:59:14 -05:00
sch_io.h HTTP Libraries: Add support for descriptions of sublibraries 2024-04-30 11:57:00 +00:00
sch_io_lib_cache.cpp Fix a bunch of GCC build warnings compiling the schematic editor. 2024-06-11 08:07:32 -04:00
sch_io_lib_cache.h
sch_io_mgr.cpp kicad_cli: Allow upgrade of legacy and non-kicad symbol libraries 2024-03-02 13:06:23 +01:00
sch_io_mgr.h kicad_cli: Allow upgrade of legacy and non-kicad symbol libraries 2024-03-02 13:06:23 +01:00