kicad/qa
Wayne Stambaugh 30ba1b8007 Coverity warning fix.
This fixes all of the warnings cause by using std::weak_ptr objects when
recursing the symbol inheritance tree to retrieve the root symbol.  The
issue is that the weak pointers are not guaranteed to be valid for each
recursion because the lock will go out of scope.  Using a std::shared_ptr
object will ensure the lock is valid until it goes out of scope.
2023-10-28 13:25:30 -04:00
..
data QA: update golden files for EAGLE SparkFun-GPS.lbr 2023-10-15 03:28:25 +03:00
mocks Move DefaultTransform definition to transform.cpp, so it can be shared 2023-01-15 19:17:51 +01:00
pcbnew_utils Remove some debugging messages. 2023-10-15 03:28:25 +03:00
qa_utils Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Don't double-up the root sheet in CurrentSheet in test harness. 2023-10-26 15:00:00 +01:00
tests Coverity warning fix. 2023-10-28 13:25:30 -04:00
tools Profile can live in core 2023-09-07 07:47:01 -04:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00