kicad/eeschema/sim
Sylwester Kocjan a9c61d21ca eeschema: fix crash when closing simulation frame
Destructor of SIM_PLOT_FRAME calls sim->Attach( nullptr ) in order to destroy
circuit model (former netlist exporter). If this is skipped, eeschema crashes
when program is closed. nullptr is a valid parameter for Attach()
2022-04-05 19:28:05 +00:00
..
ngspice.cpp eeschema: fix crash when closing simulation frame 2022-04-05 19:28:05 +00:00
ngspice.h eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
ngspice_helpers.cpp eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
ngspice_helpers.h eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
sim_panel_base.cpp eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
sim_panel_base.h eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
sim_plot_colors.cpp
sim_plot_colors.h
sim_plot_frame.cpp eeschema: two fixes for simulation tuners 2022-04-02 15:05:54 +00:00
sim_plot_frame.h eeschema: two fixes for simulation tuners 2022-04-02 15:05:54 +00:00
sim_plot_frame_base.cpp
sim_plot_frame_base.fbp
sim_plot_frame_base.h
sim_plot_panel.cpp
sim_plot_panel.h
sim_types.h
sim_workbook.cpp
sim_workbook.h
simulator.h eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
spice_reporter.h
spice_settings.cpp
spice_settings.h
spice_simulator.cpp eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
spice_simulator.h eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
spice_value.cpp
spice_value.h