Holger Vogt
99a7bfd8fe
Move version info from sharedspice.c to sharedspice.h
5 years ago
Holger Vogt
65a47d3276
Remove compiler warnings: CIDER debug flags are used as int
FIXME: Why arer they defined as BOOLEAN in main.c
without generating a warning?
5 years ago
Holger Vogt
8de513e8e9
ngspice.exe and .dll (.so): seperate the main files:
main.c now belongs to exe, sharedspice.c to dll (so)
5 years ago
Holger Vogt
eedb5b9027
Update for ngspice-34
5 years ago
Holger Vogt
89f0fb6d74
sharedspice: make reading .spiceinit as robust as in
the standard executable.
5 years ago
Holger Vogt
83fef9306f
re-enable .end with leading spaces
a fix to bug #534
5 years ago
Holger Vogt
87751ad073
Make the ngSpice_Circ(char** circa) more robust:
Error message when .end card is missing
Reset if .end card is missing, to allow loading
a netlist again.
NULL as last element is no longer required, but .end card
(this has been implicitedly assumed).
Remove a bug that skippoed the last line (the .end card).
5 years ago
Holger Vogt
d14e53b0dd
Prepare ngspice-33
6 years ago
Holger Vogt
f9f8174cb8
enable debug output, taking into account that there may be two threads
accessing fcn SetAnalyse()
6 years ago
Holger Vogt
ce69e8d70c
Don't send the empty line to create_circbyline(),
it is not used anymore and may cause a crash
6 years ago
holger
061e48253b
definitely exclude command completion in shared ngspice
6 years ago
Holger Vogt
ce72667fcd
shared lib version 32
6 years ago
Holger Vogt
0cd33d3fbb
correct zeroing of allplots array
6 years ago
Holger Vogt
b3fdff7bc0
Spice_Build_Date is never NULL
6 years ago
Holger Vogt
2f31bd5c2a
avoid compiler warning
6 years ago
Holger Vogt
9edc436ef7
remove SIGINT handling which was not functional
add SIGSEGV handler which may be excluded by
set nosighandling
6 years ago
Holger Vogt
c86cd740d6
fix a bug: re-enable reading vecs with length 1
Bug reported by LM
6 years ago
Holger Vogt
ded0092ad6
If ngSpice_Command(NULL) is sent to shared ngspice,
the internal control structure memory is freed.
6 years ago
Holger Vogt
0ad7acadec
remove unreachable code warning, add const
6 years ago
Holger Vogt
eb667118cf
If there are no controls, just skip creating the controls thread.
7 years ago
Holger Vogt
a4402f1da7
prevent potential false reads if 'controlswait' is set.
7 years ago
Holger Vogt
840d00c4ca
no actions if controls thread tid2 is not set
7 years ago
Holger Vogt
9e427a1a1e
Better thread handling
Embed thread tid2 into tid1
Avoid spurious thread collisions
7 years ago
Holger Vogt
cf752bf730
Revert "encapsulate fcn calls to cp_evloop into a mutex"
This reverts commit 2426a037db .
7 years ago
Holger Vogt
acd0c7156c
return immediately if empty commands are sent
7 years ago
Holger Vogt
2426a037db
encapsulate fcn calls to cp_evloop into a mutex
thus preventing thread collisions
7 years ago
Holger Vogt
0b92a15ae8
safeguard against vectors with 0 length
7 years ago
Holger Vogt
c35879d3cf
prepare ngspice-30
7 years ago
Holger Vogt
2c7860361d
Prevent segfault if SendStat is NULL and HAVE_FTIME is undefined.
Patch no. 28 offered by Liang Chang
7 years ago
Holger Vogt
3f816d7f1b
add comment
7 years ago
Holger Vogt
a98f6ac69b
proper initialization of OldAn, callback only
if output has changed
7 years ago
Holger Vogt
0f552fc4f8
sharedspice.c, prevent crash, if controlswait is set
and a next bg_run before controls are ready.
7 years ago
Holger Vogt
98a5106015
simplify and re-enble MINGW
7 years ago
Holger Vogt
2a2a7c2d36
sharedspice.c, NS Windows, use only POSIX compliant snprintf
make OldAn a zero terminated string
7 years ago
Holger Vogt
0828a8e706
new command bg_ctrl initializing the .control executing thread
pthreads: using detached threads only
keep controls during 'reset', delete only upon 'quit'
7 years ago
Holger Vogt
f6b995b80e
remove unused fcn declaration
7 years ago
Holger Vogt
6f79db19d1
pthreads: suspend thread 3 (controls) with a condition variable
7 years ago
Holger Vogt
e4aabc82c7
shared ngspice: add a third thread to execute the .control commands
only after the background thread has been finished
7 years ago
dwarning
079b3bb7fd
add some missing prototypes
8 years ago
dwarning
67b38d7885
remove empty statement
8 years ago
Holger Vogt
92b69cbc55
prepare ngspice-29
8 years ago
Holger Vogt
7ca61b3c98
New command 'setseed' with function com_sseed
to set the random number generator
8 years ago
Holger Vogt
8fbcb16a57
add fourth parameter to cp_getvar(), in functions missing so far
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
824ac4fbc9
make functions static or add function prototypes
8 years ago
Holger Vogt
d9d47bd823
fix a bug: missing
#ifdef XSPICE
prevents compiling of ngshared
without --enable-xspice in ./configure
8 years ago
Holger Vogt
8324b0f646
prepare ngspice-28
8 years ago
Holger Vogt
710e98a22c
Fcn ngGet_Vec_Info(): copy the vector pointer into a static pointer
infovec only if it is derived from event data (checked by a
scale vector with name "step"). Upon next call to fcn
ngGet_Vec_Info() first free the vector pointed to by infovec.
resolve merge conflict
8 years ago
Holger Vogt
8aff70036a
Put variable wantevtdata into the right place,
also available for standard executable, to be
modified in sharedspice.c only.
9 years ago
h_vogt
11bafd70ea
update to callback functions SendEvtData, SendInitEvtData
9 years ago