198 Commits (129b1f36ed2339cbb093f2c4e84cc3ed4c4038b8)

Author SHA1 Message Date
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar 53ac5a888a remove maths/fft/fftext.h 15 years ago
h_vogt 220cc83458 fft calculation with type double (instead of float) 15 years ago
rlar 11de01c304 swallow some warnings, and use <stdint.h> 15 years ago
h_vogt e7ce26c118 convert float to double 15 years ago
rlar b5f823f599 cph(vec), rewrite, cleanup, and add missing test_cx_cph.c 15 years ago
h_vogt 2e2bf04d6a function cph() 15 years ago
rlar 2c0144a849 rewrite to fix potential (actuall impossible) usage of variable `c' 15 years ago
rlar 18570fc035 cleanup redeclarations for todays tanh commit 15 years ago
h_vogt 4679fdf046 sinh, cosh, tanh 15 years ago
rlar 0892d04c8a explicit `int' casts for some ptrdiff_t expressions, where an `int' seems to be big enough 15 years ago
h_vogt e6c86b4d98 explicit casting double -> int etc. 15 years ago
rlar 55638c8023 various cleanups 15 years ago
rlar 23056573d8 code cleanup, drop NULL pointer casts 15 years ago
rlar 0b6a557334 code cleanup 15 years ago
rlar 39aac106c5 updates for the make infrastructure (trannoise and tests/xspice) 15 years ago
dwarning c8aee0f84a inline functions to static 15 years ago
h_vogt 6d7ee3632e remoce compiler warnings 15 years ago
h_vogt 1ea76af678 add statistical functions to numparam and nutmeg parsers 15 years ago
h_vogt 5fd49349f6 update to RTS noise 16 years ago
h_vogt f476389531 RTS noise 16 years ago
dwarning 5556515e6a cvs ignore *.lo, *.la, .libs 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
rlar e6c30efe46 Nr 4/5 (x = ...) != NULL , swallow warnings 16 years ago
rlar abb87a6115 rename `IGNORE()' --> `NG_IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
rlar 01566f2b49 add casts to make `int' versus `size_t' conversions explicit 16 years ago
rlar c3f20f8321 cleanup TMALLOC etc macros 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
rlar 15d12df25b tmalloc usage unification, parenthesize some terms 16 years ago
rlar 3cc50320e3 rename ALLOC, REALLOC, CALLOC, FREE, in the "src/maths/sparse" domain 16 years ago
rlar 4622d0876e ngcomplex_t instead of complex, #1/2 16 years ago
rlar d7a9d71a1a remove prototypes, avoid redeclarations 16 years ago
rlar 7f8ee8818e collect BMin BMax ExpLim Accuracy in "accuracy.h", kill `Acc' 16 years ago
rlar 3c3b31fa60 declare some functions `static' 16 years ago
rlar 2540531c38 remove local prototypes, which are allready included 16 years ago
rlar cf3514b9ae remove ancient #defines for AND OR NOT substitute with && || ! 16 years ago
rlar 4d31d2a12f some .c file local prototypes 16 years ago
rlar 36b9d794df cx_avg() prototype 16 years ago
rlar 001ad0c2bc `make dist' add some missing artifacts 16 years ago
rlar 68b2e6b23a whitespace cleanup (all Makefile.am files) 16 years ago
rlar d4946a6e81 convert K&R function definitions to ansi style 16 years ago
h_vogt d4fc5581d2 comments improved 16 years ago
h_vogt 453b565f71 improve random number generation 16 years ago
dwarning 03d91ab8b0 new function sunif() 16 years ago
h_vogt 5c5bbe987d Tausworthe not ready under MINGW 16 years ago
h_vogt ba539d9ef1 new fcn sgauss(), new rnd-no generator 16 years ago
rlar bfc6636b61 fix txfree() prototype 16 years ago