kicad/pcbnew/plugins
Jon Evans 1754504234 Fabmaster: fix MSVC build
std::map is not move-constructable on MSVC because
it is not declared noexcept (and is not required to be
by the standard)

This means that a struct containing graphic_element
cannot be inserted into a vector with move semantics without
compile errors.  However, wrapping it in a unique_ptr
works.
2021-01-17 10:23:31 -05:00
..
altium altium: fix non-copper pads. Roundrect pads were not filled and SetLocalCoord() does not transform polygons into the local coordinates, which is unexpected. 2021-01-14 22:21:05 +01:00
cadstar Make sure design rules get recompiled after netclass changes. 2021-01-13 12:37:20 +00:00
common Allow a user to remap layers in Eagle import 2020-11-12 11:37:04 +01:00
eagle Add optional project parameter to PCB plugin load method. 2020-12-18 10:40:51 -05:00
fabmaster Fabmaster: fix MSVC build 2021-01-17 10:23:31 -05:00
geda Add optional project parameter to PCB plugin load method. 2020-12-18 10:40:51 -05:00
kicad Minor adjustments 2021-01-12 20:51:31 +00:00
legacy Fix warning at compile time 2021-01-02 22:42:16 +00:00
pcad Add optional project parameter to PCB plugin load method. 2020-12-18 10:40:51 -05:00