Ian McInerney
|
e4b6487fca
|
Overhaul compiler warnings infrastructure
* Track our warnings separate from normal flags
* Remove all warnings from the SWIG code
* Add more GCC warnings
|
2020-05-06 01:47:20 +01:00 |
Ian McInerney
|
7bda8178d1
|
Move library includes to main CMake file
Placing them behind the SYSTEM directive tells CMake to tell
the compiler they are system libraries, so it shouldn't show
warnings created from them.
|
2020-04-19 01:11:56 +01:00 |
jean-pierre charras
|
11dcb76fc9
|
Add -Wshadow compil option, if exists to warn about shadowed variables.
Swig auto generated .cxx file has a lot of shadowed variables, so this option cannot be used to compil all files.
|
2017-02-23 13:17:23 +01:00 |
Mario Luzeiro
|
69cc788e8e
|
+ Removed glm source from kicad tree (Maciej / Cirilo)
+ Added renderer for 3D model preview (Mario)
+ Added 3d_cache including name resolver and modifications to 3D model dialogs (Cirilo)
|
2015-12-08 18:31:57 +11:00 |