Holger Vogt
a8c1104cfb
43+ developing towards ngspice-44
2 years ago
Holger Vogt
33939d3f50
Prepare ngspice-43
2 years ago
Holger Vogt
8f2f0088f2
Add a new exported function ngSpice_nospinit() to set
variable no_spinit.
2 years ago
Holger Vogt
a4ae81ec06
We are developing towards ngspice-43
2 years ago
Holger Vogt
4671b588b6
Update comment
2 years ago
Holger Vogt
9a50f8b749
typo
2 years ago
Holger Vogt
ce8f6c5017
prepare ngspice-42
2 years ago
Holger Vogt
2e56f3a063
Add short description of the new interface functions
ngSpice_LockRealloc(void) ad ngSpice_UnlockRealloc(void)
2 years ago
Holger Vogt
d5ceced24d
We are developing towards ngspice-42
3 years ago
holger
57c880b6a3
Prepare ngspice-41
3 years ago
Holger Vogt
311ddeac0d
Prepare for ngspice-40
3 years ago
Holger Vogt
d4ee9af2e6
We are developing towards ngspice-40
3 years ago
Holger Vogt
71002aa42f
Prepare for ngspice-39
3 years ago
Holger Vogt
f1165052ad
We are developing towards ngspice-39
3 years ago
Holger Vogt
14f42f805d
Add info on new function ngCM_Input_Path
3 years ago
Holger Vogt
eb70d81dab
Add function
char* ngCM_Input_Path(const char* path);
to shared ngspice API
to send file path for code model input files (e.g. dsource).
Such path cannot be extracted automatically when netlist has
been sent by ngSpice_Circ
3 years ago
Holger Vogt
7fa5c7ad87
Typo
3 years ago
Holger Vogt
5bc1660773
prepare ngspice-38
3 years ago
Holger Vogt
0faf386d45
We developing towards ngspice-38
The intermediate stage is named 37+
4 years ago
Holger Vogt
303cf0c92b
Prepare ngspice-37
4 years ago
Holger Vogt
64dba93b93
We are now developing ngspice-36+
4 years ago
Holger Vogt
cb0d8f18dc
Prepare for ngspice-36
4 years ago
Holger Vogt
9a2d968577
When transferring boolean data over the ABI, keep them as boolean types, not integer
Replace the type of all boolean variables around the ABI by NG_BOOL.
NG_BOOL is typedefed to _Bool, when compiling shared ngspice. When
sharedspice.h is use externally NG_BOOL is typdefed to bool
5 years ago
Holger Vogt
4feb43e067
Prepare ngspice-35
5 years ago
Holger Vogt
7064df7f3b
Define a preprocessor flag HAS_NG_BOOL
5 years ago
Holger Vogt
f6ba097b9c
Replace BOOL by NG_BOOL
Avoid clashes in environments where BOOL my be used differently.
NG_BOOL is typedefed to int, as ngspice uses int for boolean variables.
5 years ago
Holger Vogt
ded0f79c01
Avoid type 'bool', as ist is a built-in type in C++, not
equaling 'int' which ngspice is using.
Change bool to BOOL and ad a
typedef int BOOL;
5 years ago
Holger Vogt
462534a0fb
Rename the ngspice version information offered in sharedspice.h
5 years ago
Holger Vogt
99a7bfd8fe
Move version info from sharedspice.c to sharedspice.h
5 years ago
Holger Vogt
57487d2b0f
clarify the contents of the circarray netlist
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
h_vogt
11bafd70ea
update to callback functions SendEvtData, SendInitEvtData
9 years ago
h_vogt
c890435383
clarify pointers to data structures for event nodes
9 years ago
h_vogt
b5f31ec2b1
version conflict rersolved in sharedspice.c
9 years ago
h_vogt
b621875abf
sharedspice.h, .c, prepare adding callback functions: new ngSpice_Init_Evt() and function pointers
9 years ago
h_vogt
fc42cef878
New functions for XSPICE event node data exported from shared ngspice: ngGet_Evt_NodeInfo(char*) and ngSpice_AllEvtNodes(void)
9 years ago
h_vogt
d2dbe6145f
sharedspice.c: modified callback interface
enhanced function ngSpice_Init_Sync()
three new callback functions for synchronization
13 years ago
h_vogt
e929275cdf
sharedspice.c, .h: fcn to initialize Sync, fcn to set breakpoint, callback fcn to read vsrc external inputs
13 years ago
h_vogt
e91063d096
sharedspice.c, .h, .vcproj: comments, update für MS Visual Sudio build
13 years ago
h_vogt
a0a2f15a52
sharedspice.c, *.h: interface update, more comments
13 years ago
h_vogt
a6976f9857
main file and header for ngspice as shared module
13 years ago