lp:~sjr/kicad/wip-net-ties

Created by Simon Richter and last modified
Get this branch:
bzr branch lp:~sjr/kicad/wip-net-ties
Only Simon Richter can upload to this branch. If you are Simon Richter please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Simon Richter
Project:
KiCad
Status:
Development

Recent revisions

6972. By Simon Richter

Schematic Cleanup: Split lines at net ties

6971. By Simon Richter

Schematic Cleanup: Do not merge lines at net ties

6970. By Simon Richter

Net Ties: export in netlist

6969. By Simon Richter

Net Ties: add tool

6968. By Simon Richter

Net Ties: add icon

6967. By Simon Richter

Wire merge: split test for mergeability, and actual merge

This allows us to test whether two lines could be merged theoretically,
without immediately doing so.

6966. By Simon Richter

Schematic Cleanup: name a few temporaries

This gives names to some subexpressions, to make the conditions easier to
read.

6965. By Simon Richter

Schematic Cleanup: Test both (x, y) and (y, x) combinations

This makes the test always traverse the full matrix, rather than just the
right half above the diagonal (plus some elements on the left that are
passed when an element got deleted). A variable tracks whether we're in the
left or right half, which is used to skip symmetric tests.

This simplifies handling for (line, junction) tests, because we can then
ignore the (junction, line) case, assured that we will see the other
direction as well.

6964. By Simon Richter

Drop last used net code from netlist global state

These are used only locally during building, and not necessarily kept up to
date otherwise, so limit their scope.

6963. By Simon Richter

Netlist export: reorganize tree generation

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:kicad/product
This branch contains Public information 
Everyone can see this information.

Subscribers