kicad:master

Last commit made on 2024-05-12
Get this branch:
git clone -b master https://git.launchpad.net/kicad

Branch merges

Branch information

Name:
master
Repository:
lp:kicad

Recent commits

d9a6b2a... by Jeff Young

Use display titles for axes in CSV output.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17324

667fedd... by Jeff Young

Formatting; include cleanup.

c8d1c1f... by Jeff Young

Repair variable resolution recursion guard.

662a6d2... by Jeff Young

Improve robustness.

6cc5341... by Jeff Young

Simplify rotation code.

20cde51... by Jeff Young

Fix numerous bugs in schematic item rotation.

(This will probably introduce some new ones too, but
it was so broken it's hard to know where to start.)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17921

e73d2a3... by Jeff Young

ADDED checkbox for saving SPICE digital event data.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17828

0008991... by Jeff Young

Support multiple brace-expressions for CPL model lines.

(Nested brace-expressions, on the other hand, are *not*
an ngspice thing.)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17824

a44c106... by Thomas Pointhuber

Migrate Altium pcblib test to BOOST_DATA_TEST_CASE and use FootprintNeedsUpdate for equality checking

21b6b5e... by Thomas Pointhuber

Do not rely on the existence of a BOARD* object in padNeedsUpdate

This allows us to use this check in unit-tests without a board attached