h_vogt
5b754cbb0e
dctran.c, exclude ipc_send_data_...
9 years ago
h_vogt
e36b028cdb
add wantevtdata if event output should be sent to caller
9 years ago
rlar
dc6e1cb064
use strchr() instead of strstr()
9 years ago
rlar
78efbcbff8
dctran.c, remove unused variable 'del_before'
10 years ago
rlar
5b42d09618
unify, use memcpy for CKTstate copy operations
10 years ago
rlar
141ed61ec8
use memcpy() instead of deprecated bcopy()
10 years ago
rlar
97cc400efb
ngspice/evt.h, ngspice/enh.t, reduce scope of these include files
10 years ago
rlar
232debc6ec
drop `NEWN', use `TMALLOC'
11 years ago
h_vogt
4e1c23780c
dctran.c bug fix, reported by Berk Özer
12 years ago
rlar
5d3f4e7f55
introduce CKTsoaInit()
13 years ago
dwarning
c8f5d49ddd
implement CKTsoaCheck()
13 years ago
h_vogt
962c73e14e
dctran.c, sharedspice.c: function sharedsync has modified parameter list
13 years ago
h_vogt
3dff06228e
dctran.c, runcoms2.c: shared ngspice: remove plot data upon 'bg_halt' and 'remcirc'
13 years ago
h_vogt
a0757d3143
dctran.c: synchronization option for shared library
13 years ago
rlar
503f5d5c26
simplify #ifdef nesting #4/4
13 years ago
rlar
2c33cd49b2
simplify #ifdef nesting #3/4
13 years ago
rlar
71e953e1b9
simplify #ifdef nesting #2/4
13 years ago
rlar
b1a2eef4d0
simplify #ifdef nesting #1/4
13 years ago
h_vogt
89ae9e36a6
shared ngspice, dctran.c fcn to add breakpoints
13 years ago
rlar
29c57dd857
cleanup IFnewUid() invocations
checked for object file invariance
13 years ago
rlar
2f2da2bab2
cleanup OUTpBeginPlot() invocations
checked for object file invariance
13 years ago
h_vogt
7387d59b1a
dctran.c, bug fix `#235 When Using .TRAN analysis with UIC, ...'
add a breakpoint for UIC
#235 When Using .TRAN analysis with UIC, unconnected pulse bug
http://sourceforge.net/p/ngspice/bugs/235/
13 years ago
dwarning
bef25a8b58
adapt the sense2 code to ngspice
workaround, make the opaque struct MatrixElement partially visible
this struct is private to the `sparse' world,
and lives in "maths/sparse/spdefs.h"
which can't be included here, because
it is incompatible to the rest of ngspice.
this is the same problem as in
ciderlib/oned/oneprint.c
ciderlib/twod/twoprint.c
13 years ago
Francesco Lannutti
581e0a6d11
fix sense2, which is unsupported code
13 years ago
h_vogt
bfb2eeebbe
dctran.c: better rounding for status report
13 years ago
h_vogt
df65fa28cf
separate progress report from having Windows GUI
13 years ago
h_vogt
5a44b3f7f8
fix `SetAnalyse()' re-declaration
13 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
rlar
8a154a7a9a
use SP_VOLTAGE instead of literal value `3'
(grep "git --no-pager grep -nH -e '->[ \t]*type.*[0-9]'")
13 years ago
rlar
4184aa8c10
cleanup, use array operator
checked for object file invariance on linux with
./configure --enable-debug=no --enable-maintainer-mode --with-readline=yes --enable-cider --enable-ndev --enable-pss --enable-xspice
13 years ago
Francesco Lannutti
574d39e29c
remove almost empty src/maths/ni/nipred.h
13 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
rlar
11579d9369
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
14 years ago
rlar
4ca58067a2
#2/6 config.h --> ngspice/config.h, #include's
14 years ago
rlar
7d75ebcb81
unify OUTpBeginPlot() invocation
15 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
15 years ago
rlar
87d9383971
use a macro to update ckt->CKTstat->STAT..
15 years ago
rlar
fd9dec37a3
auxiliary define `job' --> local variable `job'
15 years ago
rlar
f8f4e32875
auxiliary define (ANALYSIS*) ckt->CKTcurJob --> `job'
15 years ago
rlar
513bf853a9
cleanup, aiming for higher similarity of dctran.c and dcpss.c
15 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
9e86e5ca66
rewrite (double)literal --> floating-point-literal
15 years ago
rlar
a3969da827
polish saj's resume fix, use it for `acan' as well
15 years ago
rlar
23056573d8
code cleanup, drop NULL pointer casts
15 years ago
rlar
0b6a557334
code cleanup
15 years ago
h_vogt
cc6100f5cb
'stop' and 'altermod' command execution modified
15 years ago
dwarning
abf65c511f
correct the nipred include for PREDICTOR defined
16 years ago
dwarning
7adf4d9703
obsolete labels/variables configuring --enable-nobypass and --enable-predictor
16 years ago
dwarning
503e47089f
use ceil for round up
16 years ago
dwarning
8a8fbcafe5
enable backward Euler
16 years ago