kicad/qa/tests/eeschema
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
..
erc
sch_plugins/altium
CMakeLists.txt Symbol library manager object changes. 2023-10-09 14:58:49 -04:00
lib_field_test_utils.h
netdiff.py
test_eagle_plugin.cpp
test_ee_item.cpp
test_legacy_power_symbols.cpp
test_lib_part.cpp Coverity warning fix. 2023-10-28 13:25:30 -04:00
test_module.cpp
test_netlist_exporter_kicad.cpp Fix connectivity regression 2023-09-14 14:39:51 -07:00
test_netlist_exporter_spice.cpp Mostly a terminology update... 2023-07-14 17:46:06 +01:00
test_netlist_exporter_spice.h Mostly a terminology update... 2023-07-14 17:46:06 +01:00
test_netlists.cpp Ensure _changed_ netlist is propagated 2023-05-09 12:13:06 -07:00
test_pin_numbers.cpp
test_sch_biu.cpp
test_sch_netclass.cpp
test_sch_pin.cpp
test_sch_reference_list.cpp
test_sch_rtree.cpp
test_sch_sheet.cpp
test_sch_sheet_list.cpp Schematic plugins refactoring, fixes for PCB plugins. 2023-08-31 05:08:03 +03:00
test_sch_sheet_path.cpp
test_sch_symbol.cpp
test_symbol_library_manager.cpp Symbol library manager object changes. 2023-10-09 14:58:49 -04:00