kicad/qa/unittests
Jeff Young 6f0d963683 Add PNS::ITEM::BoardItem() call.
About 1/3 of callers to Parent() don't care if they get the immediate
parent or not, about 1/3 want only the immediate parent, and about 1/3
want the hole parent's Parent().

I had earlier changed PNS::ITEM::HOLE to override Parent() and return
the hole parent's Parent(), but since the callers are pretty evenly
split I've reverted that and added BoardItem() for callers who want the
eventual BOARD_ITEM (whether a direct parent or a grandparent).

(Also removes a dead routine so I didn't have to figure out which of
the two it wanted....)
2023-04-11 15:51:00 +01:00
..
common Add hashing to and unit tests for some low level objects. 2023-04-04 15:28:34 -04:00
eeschema Handle nested netclass assignments 2023-04-06 17:38:13 -07:00
gerbview Remove explicit Boost::system dependency from our cmake 2023-03-11 13:29:58 +00:00
libs Introduce core interface library 2023-04-06 15:01:18 +01:00
pcbnew Add PNS::ITEM::BoardItem() call. 2023-04-11 15:51:00 +01:00
spice Split spice tests into separate test 2023-04-03 14:42:10 +01:00
CMakeLists.txt Split spice tests into separate test 2023-04-03 14:42:10 +01:00