kicad/pcbnew/pcad2kicadpcb_plugin
John Beard bb2ae8e13b Bitmaps: move bitmap defs to bitmaps library
The bitmap definitions (BITMAP_DEF and so on) do not
have any dependencies on other libs, including WX. This
means the bitmaps library can be isolated from the other
dependencies.

Common now depends on bitmaps, and libraries that depend
on common can pick it up from the common target_link_libraries,
as it is PUBLIC. This means a lot of targets no longer
need manual bitmap linkage.

This avoids a circular dependency that was previously reported
by static analysis.

Avoiding pulling in WX and other headers into the include
tree of each bitmap .cpp is a huge speed up (around 10x) in
compilation, and the generated static library is also 10x
smaller (20MB vs 200MB)

Add common as a link library to pnsrouter,connectivity.
THese library do still use common code (including bitmaps,
via base_screen.h) and this allows them to pick up the libcommon
includes correctly.
2019-02-04 19:29:31 -08:00
..
examples
CMakeLists.txt Bitmaps: move bitmap defs to bitmaps library 2019-02-04 19:29:31 -08:00
pcad2kicad_common.cpp
pcad2kicad_common.h
pcad_plugin.cpp
pcad_plugin.h
pcb.cpp
pcb.h
pcb_arc.cpp
pcb_arc.h
pcb_callbacks.h
pcb_component.cpp
pcb_component.h
pcb_copper_pour.cpp
pcb_copper_pour.h
pcb_cutout.cpp
pcb_cutout.h
pcb_keepout.cpp
pcb_keepout.h
pcb_line.cpp
pcb_line.h
pcb_module.cpp Handle separate parsing rules for ID_SCH and ID_PCB. 2018-07-26 15:43:53 +01:00
pcb_module.h
pcb_net.cpp
pcb_net.h
pcb_pad.cpp
pcb_pad.h
pcb_pad_shape.cpp
pcb_pad_shape.h
pcb_plane.cpp
pcb_plane.h
pcb_polygon.cpp
pcb_polygon.h
pcb_text.cpp
pcb_text.h
pcb_via.cpp
pcb_via.h
pcb_via_shape.cpp
pcb_via_shape.h
s_expr_loader.cpp
s_expr_loader.h