Holger Vogt
|
c4e23989f3
|
Don't us atexit(), but delete memory during 'quit'
|
6 years ago |
Jim Monte
|
2d9110bf65
|
Add const to some parameters, made function static
|
6 years ago |
Holger Vogt
|
b4c6a7d324
|
add function trnoise_state_free and use it
instead of its individual components
|
8 years ago |
Holger Vogt
|
1f7d84b270
|
trivial patch to avoid memory leaks during transient noise generation.
This has to be replaced by a rewrite of the noise generating code.
|
8 years ago |
Holger Vogt
|
09c876550f
|
prevent string overflow by adding the string length
to the cp_getvar parameters. Used only with CP_STRING
|
8 years ago |
Holger Vogt
|
a98d01e5f8
|
Use only internal memory functions, replace
free->tfree, malloc->tmalloc, realloc->trealloc
|
8 years ago |
dwarning
|
2377d3a64f
|
fix wrong write and read in not allocated memory
|
9 years ago |
h_vogt
|
9f62057973
|
introduce include file "ngspice/randnumb.h"
|
10 years ago |
rlar
|
20aaa3973a
|
frontend/trannoise/wallace.c, avoid warnings
drop unused `s' and `cob'
chage type of `coa', which is used exclusively in `unsigned int' context
|
10 years ago |
rlar
|
bd0bc3038b
|
use `SWAP' macro
|
10 years ago |
rlar
|
aa7a7606c7
|
avoid multiple declarations of controlled_exit(), add 'noreturn' attribute
|
13 years ago |
dwarning
|
1e448f497d
|
1-f-code.c, correct the printout for noise generation
|
12 years ago |
dwarning
|
b535b43980
|
1-f-code.c, use fftw3
|
12 years ago |
h_vogt
|
ad5c09a865
|
remove unused code
|
13 years ago |
rlar
|
5ec3042c19
|
FastNorm3.c, use int32_t for some 32 bit specific operations
|
13 years ago |
Francesco Lannutti
|
08ec219417
|
remove all .cvsignore files
|
14 years ago |
dwarning
|
2506fe3858
|
changed the #include order - ngspice.h must be first
because icc complains about declaration visibility of mmsghdr struct
|
14 years ago |
rlar
|
fe1acd3757
|
src/frontend/** remove superfluous `return' invocations
|
14 years ago |
rlar
|
7454a6d486
|
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
|
14 years ago |
rlar
|
83c99bece4
|
cleanup wallace arrays on program termination
|
14 years ago |
h_vogt
|
b85f6bbc7d
|
controlled_exit() instead of exit()
|
14 years ago |
rlar
|
cb0a48801d
|
introduce AM_CFLAGS = $(STATIC)
|
14 years ago |
rlar
|
d3c3741f43
|
#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS
|
14 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
14 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
h_vogt
|
220cc83458
|
fft calculation with type double (instead of float)
|
15 years ago |
rlar
|
ca9e956323
|
some long versus int type fixes
|
15 years ago |
rlar
|
451f88c5e1
|
swallow type conversion warnings
|
15 years ago |
rlar
|
7880d5bd8e
|
cleanup some whitespace errors and prototypes
|
15 years ago |
h_vogt
|
c162d3273f
|
vsrc trrandom option
|
15 years ago |
rlar
|
39aac106c5
|
updates for the make infrastructure (trannoise and tests/xspice)
|
15 years ago |
h_vogt
|
f476389531
|
RTS noise
|
15 years ago |
rlar
|
c5c551a70a
|
rewrite TRNOISE, with the intention to separate the noise sequenze computation
from its use in the VSRC device.
|
16 years ago |
dwarning
|
3ab9e6d060
|
cvs ignore .libs
|
16 years ago |
dwarning
|
b964cf949c
|
cvs ignore *.lo and *.la
|
16 years ago |
h_vogt
|
5e1ed023c6
|
transient noise simulation
|
16 years ago |