~sjr/kicad:feature/net_ties/pcb

Last commit made on 2019-09-08
Get this branch:
git clone -b feature/net_ties/pcb https://git.launchpad.net/~sjr/kicad
Only Simon Richter can upload to this branch. If you are Simon Richter please log in for upload directions.

Branch merges

Branch information

Name:
feature/net_ties/pcb
Repository:
lp:~sjr/kicad

Recent commits

70961b0... by Simon Richter

Net Ties (PCB): Add tool

6afbdc7... by Simon Richter

Net Ties (PCB): GAL rendering

605a9f0... by Simon Richter

Net Ties (PCB): store net ties in BOARD

b58d503... by Simon Richter

Net Ties (PCB): Add PCB_NET_TIE class

83e5ecf... by Simon Richter

Net Ties: add icon

This is the tool icon for net ties, used for both schematic entry and PCB
design.

5fac3a5... by Simon Richter

Reenable SIMD support in GLM

This is a bit of a trade-off between compile-time optimizations through
constexpr, and run-time optimizations through SIMD intrinsics.

The difference is probably not relevant, except that in C++11 mode, gcc
(correctly) treats constexpr member functions as implicitly const, which
causes an overload conflict with GLM 0.9.9.3.

f491b7f... by Jeff Young

Check for dup layer names in the GUI, not in the internals.

Doing so in the internals keeps users from being able to swap layer
names as the dialog does each layer name change individually.

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

6f0d8c3... by Jeff Young

Replace buggy code in TestSegmentHit() with call to SEG::PointCloserThan()

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

0ff20c1... by Jeff Young

More direct selection handling.

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

14c4175... by Jeff Young

Tighten up the board setup dialog layout a bit.