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

Last commit made on 2015-02-21
Get this branch:
git clone -b CNTFET 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

Recent commits

3c133c9... by rlar <rlar>

update bison generated files

788a5e5... by rlar <rlar>

inpptree parser, bug fix, segfault due to usage of an unknown function

for example:
B1 1 0 V = {log(2.0, 1.3) + nosuchthing(2.0, 1.3)}

8e65614... by rlar <rlar>

spfactor.c, cktnames.c, don't crash when simulating "nothing"

reported by Siddhant Saraf in
> [ngspice:discussion] "out of memory" error : simulating a 2bit AND gate"

This comes in two flavours,
   1) an empty circuit
   2) a xspice circuit with exclusively xspice event nodes

8d44da4... by rlar <rlar>

sharedspice.c, disable unused code

ae62187... by rlar <rlar>

sharedspice.c, bug fix, #298 Wrong define in sharedspice.c

thanks to "Sergii" who reported this here:
http://sourceforge.net/p/ngspice/bugs/298

This bug did not have any effect

8dc0d0c... by rlar <rlar>

configure.ac, add -Wno-unused-but-set-variable to our default gcc CFLAGS

ccc4c60... by rlar <rlar>

src/frontend/variable.c, swallow "warning: conversion to 'int' from 'size_t' may change the sign of the result"

7b0275e... by rlar <rlar>

string.c, swallow "warning: value computed is not used"

e57b8b5... by rlar <rlar>

main.c, volatile, make shure they are up to date in memory when LONGJMP is executed

f8df1a7... by rlar <rlar>

src/main.c, whitespace cleanup