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

Last commit made on 2023-01-31
Get this branch:
git clone -b fix_i686_align 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:
fix_i686_align
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

8648393... by Pascal Kuthe <email address hidden>

use _Alignof(max_align_t) instead of sizeof(max_align_t)

Fixes compilation on nieche architectures where
_Alignof(max_align_t) != sizeof(max_align_t) like i686.

8ee3e3f... by Holger Vogt

new revision for shared ngspice

c629c6a... by Holger Vogt

Add --enable-osdi to include the osdi interface

3598a0d... by Holger Vogt

enable compiling of shared lib without osdi interface

5d4b523... by Holger Vogt

Add compile script for creating a ngspicexx-tar.gz
distribution file, using 'make dist'.

b3676bb... by Holger Vogt

enable make dist

2e2b74c... by Holger Vogt

In the ngspice shared library the fcn ivers is called
with a NULL argument. The fix safeguards against argv0
being NULL.
In this case Spice_Exec_Path is set to NULL, it is
safeguarded against NULL when being used.

b68f261... by Holger Vogt

Preliminary bug-617 fix:
Don't set temperature to a step beyond the sweep boundaries.

a845d1a... by Holger Vogt

Add most recent achievements, prepare for ngspice-39

d36c4b8... by Holger Vogt

Remove bulk simulation netlist from files
needing a .control section.