~kicad/+git/ngspice-mirror-sourceforge:adms-experiment-1

Last commit made on 2017-09-20
Get this branch:
git clone -b adms-experiment-1 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:
adms-experiment-1
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

f40cb59... by rlar <rlar>

fix commit "qa tests, avoid repeated exection..."

c46dd59... by rlar <rlar>

fix whitespace error in previous commit

a972733... by rlar <rlar>

fix whitespace errors in previous commits

32801ef... by dwarning <dwarning>

remove individual development files

25d76bb... by dwarning <dwarning>

find a convenient place for examples

2f2fd55... by dwarning <dwarning>

This is the mextram qa test

c0013df... by dwarning <dwarning>

introduce rcxxx limiting as long as adms can't node collapsing

4ac345f... by dwarning <dwarning>

omit operating point information as long as adms can't handle it

9ac3a2a... by dwarning <dwarning>

Merge branch 'adms-experiment-1' of ssh://git.code.sf.net/p/ngspice/ngspice into adms-experiment-1

ff4b8dc... by rlar <rlar>

Revert "retain perl compatibility"

this did reintroduce hundreds of warnings:
defined(%hash) is deprecated at ...ngspice/tests/bin/runQaTests.pl line 331.
 (Maybe you should just omit the defined()?)

this was deprecated aproximately 2001 with perl version
  v5.6.1

see
 https://perldoc.perl.org/perl561delta.html

obviously for good reason, because defined(%hash) did have a semantics which
  did not exactly match the users expectation.