kicad/qa
Seth Hillbrand 16b4ec3c7e Allow bus elements to connect
Previously, bus elements that were not instantiated as individual nets
could not connect to each other.  This caused issues for complex
schematics where busses needed to connect to other busses with elements
that resolved to the same net names.  Functionally, this means mixing
bus elements, which we will replace with first-class elements in version
8 but currently can only be accomplished either by using bus aliases and
  this patch or by individually instantiating each bus element as a
local label

Fixes https://gitlab.com/kicad/code/kicad/issues/14300
2023-04-04 15:23:29 -07:00
..
data Allow bus elements to connect 2023-04-04 15:23:29 -07:00
ibis CMake: Modernize Boost import to use imported targets 2023-03-10 16:38:35 +00:00
mocks Move DefaultTransform definition to transform.cpp, so it can be shared 2023-01-15 19:17:51 +01:00
pcbnew_utils Collapse FP_* down into their PCB_* equivalents. 2023-03-31 22:57:46 +01:00
qa_utils Split spice tests into separate test 2023-04-03 14:42:10 +01:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Split spice tests into separate test 2023-04-03 14:42:10 +01:00
testcases qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
tools Remove last few occurances of Boost::system 2023-03-11 14:21:07 +00:00
unittests Allow bus elements to connect 2023-04-04 15:23:29 -07:00
CMakeLists.txt Fix boost dependencies 2023-03-11 13:29:45 +00:00
test.py QA test code: fix some issues: 2022-01-06 09:37:14 +01:00