~kicad-product-committers/kicad:master

Last commit made on 2019-11-30
Get this branch:
git clone -b master https://git.launchpad.net/~kicad-product-committers/kicad
Members of KiCad Lead Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~kicad-product-committers/kicad

Recent commits

d20d310... by Seth Hillbrand

Fix compile error on Linux

The wxArrayString doesn't have a standard assignment operator to
std::vector<wxString> so we iterate over the members.

Fixes: lp:1854562
* https://bugs.launchpad.net/kicad/+bug/1854562

2ce7d9a... by Seth Hillbrand

Adding merge CI

Adds GitLab merge CI for code formatting.

d5140d8... by Jon Evans <email address hidden>

Fix indentation in previous commit

8b87dc7... by Jon Evans <email address hidden>

A slightly better ERC check for hierarchical labels

Fixes: lp:1839822
* https://bugs.launchpad.net/kicad/+bug/1839822

972d765... by Jon Evans <email address hidden>

Use direct call to update highlighting on new sheet load

719a70b... by Jon Evans <email address hidden>

Update FindwxWidgets.cmake to work under MSW/vcpkg

Taken from: https://github.com/CaeruleusAqua/vcpkg-wx-find/blob/master/FindwxWidgets.cmake

78add8f... by Jon Evans <email address hidden>

Mark ERC compare operators as const

Not including these is a compile error on MSW/VC

f23e151... by Jon Evans <email address hidden>

Use wxArrayString instead of vector<wxString> in BUS_ALIAS

Fixes linker errors on Windows/VC
See: https://trac.wxwidgets.org/ticket/10884

342c894... by Jeff Young

More cleanup of dialog_find-base.fbp

1e4437c... by Jeff Young

Some cleanup for the Pcbnew search changes.