kicad/qa/tests
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
..
cli CLI QA: Create a diff image highlighting areas of difference in red 2023-09-13 17:37:26 +00:00
common Fix richio vprint 2023-10-10 10:58:37 -07:00
eeschema Coverity warning fix. 2023-10-28 13:25:30 -04:00
gerbview
libs Use "tuning pattern" in the GUI. 2023-10-15 17:59:11 +01:00
pcbnew Functionally it's a "reference image". 2023-10-24 15:44:21 +01:00
pcbnewswig Update connectivity python test 2023-07-20 15:54:40 -07:00
spice Remove error-prone SetReporter() API. 2023-09-06 11:37:50 +01:00
CMakeLists.txt Add common to qa test path 2023-10-07 21:28:28 -04:00
requirements.txt Start adding cli qa 2023-05-02 23:23:13 -04:00