.. |
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
|
Guard GetModificationTime with IsValid otherwise it'll return based on INT64_MIN.
|
2023-10-01 09:43:09 -04:00 |
altium_designer_plugin.h
|
Altium: support importing a single footprint.
|
2023-10-15 06:31:00 +03: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
|
Remove some debugging messages.
|
2023-10-15 03:28:25 +03: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 |