kicad/bitmap2component
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
..
CMakeLists.txt Bitmaps: move bitmap defs to bitmaps library 2019-02-04 19:29:31 -08:00
Info.plist Fix for dark mode on macOS Mojave 2018-12-07 09:03:56 +01:00
bitmap2cmp_gui.cpp Fixed memory leaks 2018-12-20 10:05:58 +01:00
bitmap2cmp_gui_base.cpp Fix a few wxWidgets minor asserts. Fix a compil warning 2018-07-28 10:31:04 +02:00
bitmap2cmp_gui_base.fbp Fix a few wxWidgets minor asserts. Fix a compil warning 2018-07-28 10:31:04 +02:00
bitmap2cmp_gui_base.h Fix a few wxWidgets minor asserts. Fix a compil warning 2018-07-28 10:31:04 +02:00
bitmap2component.cpp bmp2cmp: include cleanup 2016-01-15 19:57:52 -05:00
bitmap2component.h bitmap2component: Add a layer selection to export a logo for Pcbnew from a Cirilo Bernardo's patch. 2014-11-12 17:59:12 +01:00
bitmap2component.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
bitmap2component.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00