~kicad/+git/ngspice-mirror-sourceforge:rewrite-destroy

Last commit made on 2018-04-11
Get this branch:
git clone -b rewrite-destroy 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:
rewrite-destroy
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

2602f99... by rlar <rlar>

spicelib/devices/*, drop empty destroy functions

d52b298... by rlar <rlar>

spicelib/devices/*, tmp-empty-fun.cocci script

Remove empty XXXmDelete(), XXXdestroy(), XXXdelete() functions.

This cocci script has low confidence,
  thus the actual patch needs to be browsed for accidental surplus deletions.

e725d72... by rlar <rlar>

res/restemp.c, avoid temporary NaN value, (simplify debugging)

RESupdate_conduct() may be called several times before all
  parameters have been set via RESparam() invocations,
  or finally being set to default values in RESsetup()

Especially RESscale might still be 0.0 as well as RESm
  thus temporarily creating a NaN in RESupdate_conduct.
This would unnecessarily complicate debugging with enabled
  floating point exceptions.

ead6dc4... by rlar <rlar>

spicelib/devices/{sw,csw}, unify CKTstates[] access

do it the same way as the other devices do

access CKTstates[][slot] via device specific descriptive macros
access CKTstates[] via CKTstate0 CKTstate1 macros

this patch has been checked for object file in-variance with gcc

bcecc19... by rlar <rlar>

spicelib/devices/{sw,csw}, cleanup for readability

This change is functional invariant, and has been checked
 with gcc for object file in-variance.
For the details see the "rewrite-sw" branch

3dd2115... by h_vogt <h_vogt>

frontend/subckt.c, do not put model names into numparam hash table

nobody seems to make use of these entries.
see nupa_type which shrinks to four enum's

b803b29... by rlar <rlar>

frontend/parser/lexical.c, cp_lexer(), allow # and * comment

Both, whether interactive or not.
Especially for command scripts.

6903584... by rlar <rlar>

asrc/asrcacld.c, bug fix, reciproc tc coefficient

b1aa6cf... by Holger Vogt

xspice/enh/enhtrans.c, two2three_translate(), plug a memory leak

878c964... by rlar <rlar>

frontend/outitf.c, drop /* ARGSUSED */ comments