~kicad/+git/ngspice-mirror-sourceforge:scope-inpcom-21

Last commit made on 2019-08-13
Get this branch:
git clone -b scope-inpcom-21 https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
scope-inpcom-21
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

465246a... by Holger Vogt

Remove printing an empty line to stderr

61e6131... by Holger Vogt

enable 'res' as valid resistor model identifier

10052ad... by Holger Vogt

Make interface responsive during plotting,
prevent endless loop, probably because of full internal buffers

54a51c3... by Holger Vogt

inp_get_elem_ident(): enable VDMOS devices as identifier m

d323150... by Holger Vogt

raise time for immediate output, to catch some more information

f4645cf... by Holger Vogt

Improve model name detection:
Token cannot be a model name if it contains '='

fe64d10... by Holger Vogt

comments added
White spaces according to clang format

07a2eca... by h_vogt <h_vogt>

subckt.c, xpressn.c, spicenum.c, add level information for .subckt entries nupa_scan is totally without level info. This preliminary fix at least lets us decide to issue a warning if subckt have equal names and are on the same level. Still nupa_scan only enters the first entry into its hash table, irrespective of its level.

091edba... by Holger Vogt

remove commenting out unused .model lines
from comment_out_unused_subckt_models().
This now handled by inp_rem_unused_models()
taking appropriate scoping into account.

903b990... by Holger Vogt

separate handling of tilde expansion:
MS Windows MINGW and VC++ versus all the others