~cirilo-bernardo/kicad/+git/kicad-oce:master

Last commit made on 2016-09-26
Get this branch:
git clone -b master https://git.launchpad.net/~cirilo-bernardo/kicad/+git/kicad-oce
Only Cirilo Bernardo can upload to this branch. If you are Cirilo Bernardo please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~cirilo-bernardo/kicad/+git/kicad-oce

Recent commits

2717c63... by jean-pierre charras

Add missing override to 4 virtual methods in kicad2step.cpp.

7a1d39c... by xzcvczx

Add system to OCE includes, Change order of local includes for kicad2step

ad088db... by Simon Richter

Add more "override" markers.

ff41c8f... by Simon Richter

Warn about missing override specifiers, if supported (gcc 5.1, clang 3.5)

83c805e... by Maciej Suminski

Simplified code for adding/removing items in RN_DATA

6b7c268... by John Beard

Protect against uninitialised netcodes when adding to RN_DATA

47772e7... by Chris Pavlina

cmake: rewrite version header when branch changes

Before, only KICAD_BUILD_VERSION, which includes the hash but not the
branch, was compared when deciding whether to regenerate
kicad_build_version.h. This header also contains the branch name though,
so we should compare both to address the case of two branches pointing
at the same commit.

bf4b26d... by Cirilo Bernardo

Remove STEP diagnostic print

This patch removes a stdcerr print which was accidentally left in the code.

48c1860... by jean-pierre charras

Layers manager: add (in context menu) show all layers and hide all layers, and code cleanup.

33e1a4e... by Dino Ghilardi

pcbnew: Added 'show all layers' and 'hide all layers' option in layers manager