~kicad/+git/ngspice-mirror-sourceforge:numnodes

Last commit made on 2021-02-20
Get this branch:
git clone -b numnodes 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:
numnodes
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

c3024ae... by Holger Vogt

cmpp is no longer distributed

remove man entry

7595d4a... by Holger Vogt

Check for number of nodes in an extra function getnumnodes()

e425d35... by Holger Vogt

rename numnodes -> nunodes

Numnodes has already been use elsewhere

3590153... by Holger Vogt

Unify the evaluation of number of nodes for each instance

Introduce numnodes as a member of struct card
Modify insert_new_line() to set numnodes

f600f05... by Holger Vogt

Rename the ngspice version information offered in sharedspice.h

174cf26... by Holger Vogt

Safeguard against usage of --with-readline or --with-editline

Some package maintainers have erroneously used the above ./configure
flags during compiling libngspice-0.so. This has led to an unresolved
symbol history_file with ngspice-34.

3a4c746... by Holger Vogt

Check for double '{{ }}', replace the inner '{', '}' by '(', ')'

in .model lines, if compat mode ps is set. Enables use of some On-Semi
power transistor models.

49f26b7... by Holger Vogt

remove obsolete parameter

dd5c504... by Holger Vogt

enable parameter 'gain'

patch provided by Bohdan Tkhir

ff6c443... by Holger Vogt

Re-enable compiling ngsconvert again

Capability to compile ngsconvert is extremely sensitive to changes in
associated files as found in makefile.am and may esily be
broken again next time. Requires manual tweaking.