kicad/pcbnew/plugins/altium
Thomas Pointhuber 7005dd7c48 altium: make special string parsing on pcb a bit more generic
Only special strings starting with a dot are supported. Parsing of concatenated special strings using quotes needs to be implemented, but at least a few test-cases are already there now.
2023-10-01 15:10:50 +02:00
..
CMakeLists.txt ADDED: Initial support for importing Solidworks PCB files 2023-06-19 11:57:33 -04:00
altium_circuit_maker_plugin.cpp Move duplicated code of plugin.cpp and sch_plugin.cpp into a new plugin_utils located in commons 2023-10-01 13:58:38 +02:00
altium_circuit_maker_plugin.h altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00
altium_circuit_studio_plugin.cpp Move duplicated code of plugin.cpp and sch_plugin.cpp into a new plugin_utils located in commons 2023-10-01 13:58:38 +02:00
altium_circuit_studio_plugin.h altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00
altium_designer_plugin.cpp Move duplicated code of plugin.cpp and sch_plugin.cpp into a new plugin_utils located in commons 2023-10-01 13:58:38 +02:00
altium_designer_plugin.h Speed up footprint loading by caching 2023-09-06 19:15:35 +00:00
altium_parser.ksy altium: support keepout restrictions in Arcs, Fills and Regions 2022-03-11 19:15:58 +01:00
altium_parser_pcb.cpp Ensure that layer names are unique when importing 2023-09-27 18:05:21 -07:00
altium_parser_pcb.h Ensure that layer names are unique when importing 2023-09-27 18:05:21 -07:00
altium_pcb.cpp altium: make special string parsing on pcb a bit more generic 2023-10-01 15:10:50 +02:00
altium_pcb.h Speed up Altium compound file reader 2023-09-06 19:15:35 +00:00
altium_rule_transformer.cpp More wide-string declarations. 2022-02-05 22:03:04 +00:00
altium_rule_transformer.h Fix ALTIUM_RULE_TOKEN qa test failure 2021-06-24 05:58:24 +00:00
solidworks_pcb_plugin.cpp Move duplicated code of plugin.cpp and sch_plugin.cpp into a new plugin_utils located in commons 2023-10-01 13:58:38 +02:00
solidworks_pcb_plugin.h altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2023-08-18 14:47:08 +02:00