h_vogt
|
d7e291c53a
|
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
|
13 years ago |
h_vogt
|
1e88db6f7d
|
add command 'circbyline' to allow entering circuit line by line
|
13 years ago |
h_vogt
|
7bc879726d
|
make database dbs local to each circuit
|
13 years ago |
h_vogt
|
c15608c903
|
unique modtab for each circuit, store in ckt structure
|
13 years ago |
rlar
|
d1764cc7fa
|
inp_readall() change function signature for readability
|
13 years ago |
rlar
|
6c8f002eea
|
unify #ifndef include wrapper
|
13 years ago |
rlar
|
1ee88a5694
|
prepare for #ifndef include wrapper unification
|
13 years ago |
rlar
|
8cafeed8f0
|
rename #ifndef include wrapper CKT_H
|
13 years ago |
rlar
|
c377b7a6b3
|
avoid leading underscore in preprocessor macros
|
13 years ago |
rlar
|
5086a90746
|
cleanup some preprocessor macros
|
13 years ago |
h_vogt
|
8e5ad3d344
|
ivars.c: prevent crash in CYGWIN batch mode, if NGSPICE_INPUT_DIR given
remove unused Default_MFB_Cap
|
13 years ago |
Stefano Perticaroli
|
79bffc78a1
|
next version of PSS2
which was reviewed and rewritten on branch `PSS-2-try-to-rebase+4'
by Stefano Perticaroli and Francesco Lannutti
|
13 years ago |
rlar
|
0be61b3e5a
|
remove PSS2
|
13 years ago |
Francesco Lannutti
|
574d39e29c
|
remove almost empty src/maths/ni/nipred.h
|
13 years ago |
h_vogt
|
12e19d140b
|
measure.c, rewrite do_measure()
|
13 years ago |
h_vogt
|
c5de0c21c9
|
findvec(), use hash tables for the vector search
patch originally provided by Bill Swartz, 2010
reduces vector search time from O(n) to O(1)
|
13 years ago |
h_vogt
|
75447dc43c
|
implement spice_dstring_append_lower()
patch originally provided by Bill Swartz, 2010
|
13 years ago |
Francesco Lannutti
|
08ec219417
|
remove all .cvsignore files
|
14 years ago |
rlar
|
ba131a5077
|
remove adms3 #1/2, code
due to license issues, and with the aim to approach the next
ngspice release 25
we have to move this over to a development branch
|
14 years ago |
Francesco Lannutti
|
c23bd59c44
|
removed ancient PARALLEL_ARCH feature
removed variables
ARCHme
ARCHsize
removed functions
SMPcombine()
SMPcCombine()
CKTpartition()
removed files
spcombin.c
cktpartn.c
removed struct slots
STATcombineTime
STATtranCombTime
STATacCombTime
GENowner
<MODEL>owner
|
14 years ago |
h_vogt
|
c336f5ec9d
|
outif.c, typesdef.c, sim.h: correct labeling of cap, cur, and charge data
|
14 years ago |
h_vogt
|
68c4de76b7
|
new option noopac, don't do op simulation before ac if circuit is linear
May simplify ac simulation of passive RLC networks
(No need to add series resistors in Ls, allows to C inseries)
|
14 years ago |
rlar
|
3d7ab6a297
|
cleanup keyword databases on proram termination
|
14 years ago |
rlar
|
789edee376
|
rewrite inp_list() avoid duplicate code
|
14 years ago |
rlar
|
67132108ad
|
out_printf() is not supposed to be a preprocessor macro
|
14 years ago |
rlar
|
d4ced47e8e
|
drop out_pbuf, which was an ancient workaround
obviously an old implementation of out_printf()
has been unreliable.
|
14 years ago |
rlar
|
9ed7ce4e9e
|
wlist.c, `const' ness
|
14 years ago |
rlar
|
cdef8aa10e
|
implement wl_delete_slice()
|
14 years ago |
rlar
|
e2be942b72
|
implement wl_find()
|
14 years ago |
h_vogt
|
4d0d0fafb9
|
repair broken ternary function in B-Source
failed if parameters were included in function.
fixed by finding nested parens in gettok_char()
|
14 years ago |
rlar
|
561d30e5bf
|
implement wl_chop()
|
14 years ago |
rlar
|
d9ddaec784
|
implement wl_cons(), wl_append_word() and wl_chop_rest()
|
14 years ago |
h_vogt
|
3a603cf17c
|
Visual Studio: isatty --> _isatty
|
14 years ago |
h_vogt
|
0a087a47c8
|
enable B source debugging in behavioral models, exit on error if variable strict_errorhandling is set
|
14 years ago |
rlar
|
11878ee4ad
|
misccoms.c, use strncasecmp()
|
14 years ago |
rlar
|
3d34b22ebf
|
fix file modes
|
14 years ago |
rlar
|
d8105873db
|
remove error.h, use fteext.h for controlled_exit()
|
14 years ago |
rlar
|
58b0614467
|
fix memory leaks in ASRC and in INPgetTree()
implement a reference counter `usecnt' for the elements
of the `INPparseTree'
|
14 years ago |
h_vogt
|
8f3f757813
|
command mrdump
|
14 years ago |
h_vogt
|
dffe4ed156
|
command mdump
|
14 years ago |
h_vogt
|
5d101f46f9
|
updates tcl for Windows
|
14 years ago |
rlar
|
fce7548bd2
|
#4/4 finish the switch from ngcomplex* args to ngcomplex
|
14 years ago |
rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
94e3abd847
|
#2/4 switch cph() and cmag() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
50aea0be0c
|
#1/4 drop cast (enable compiler type check)
|
14 years ago |
rlar
|
f38aa32b5f
|
adms3, fix some types
|
14 years ago |
rlar
|
e396b15104
|
use type `struct ccom'
|
14 years ago |
rlar
|
f70fd8ea1b
|
use type `runDesc'
|
14 years ago |
rlar
|
5df8e981e5
|
struct runDesc forward declaration
|
14 years ago |
rlar
|
a716572233
|
rewrite INPlookMod(), return INPmodel*/NULL instead of int 1/0
|
14 years ago |