304 Commits (3494e6b3909f48755df92edbb5e60d2be8a6b964)

Author SHA1 Message Date
Holger Vogt 40411197e0 add function get_plot(name) to return address of named plot 7 years ago
Holger Vogt be6eca1dbb add 'option norefvalue' to suppress printing the reference value. 7 years ago
Holger Vogt 56701e3d10 add rotation angle to text output, currently used only by postscript, 8 years ago
h_vogt 87be5b9a41 Do not set Bit 8 in an ANSI char, when \ or ^ occured in a string. Thus the full ANSI set is now available in ngspice strings. The setting of Bit 8 was not exploitet anywhere, but did not allow using the characters from extended ANSI. 9 years ago
Holger Vogt 19380903cc add missing evtshared.h to the distribution 8 years ago
Holger Vogt 25cdf95262 replace deprecated sys_errlist[errno] by call to strerror(errno) 8 years ago
Holger Vogt 3930e27501 New compatibility modes (set ngbehavior=??): PS LT LTPS PSA LTA LTPSA 8 years ago
Holger Vogt d636f7899b cp_enqvar() returns freshly malloced variables as well 8 years ago
Holger Vogt 800c9711f2 add a flag 'type of the union' to safely free model->param[i]->element, 8 years ago
Holger Vogt d3b7619754 add a flag timezero to trnoise_state 8 years ago
Holger Vogt d1a8637a29 store deck for command mc_source for each circuit in ft_curckt->ci_mcdeck 8 years ago
Holger Vogt 7ca61b3c98 New command 'setseed' with function com_sseed 8 years ago
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
Holger Vogt 824ac4fbc9 make functions static or add function prototypes 8 years ago
Holger Vogt a98d01e5f8 Use only internal memory functions, replace 8 years ago
Holger Vogt 417dbfef72 undo the previous commits dealing with snprintf, 8 years ago
Holger Vogt 7153891293 raise buffer size by 1 to retain previous resolution 8 years ago
h_vogt 1066bf0a7b Store the numparam dicoS structure for each circuit in a list. 10 years ago
h_vogt 7198056a41 patch no. 16 by Thomy add a function cm_get_circuit to allow accessing the circuit structure ckt from within an XSPICE code model. This is a change to the interface and requires recopiling all code models! 10 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 e36b028cdb add wantevtdata if event output should be sent to caller 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
rlar 1a39d3f59d spicelib/parser, support instance parameter defaults on .model lines 8 years ago
h_vogt d4adb027d2 avoid retrace in output graph by adding label 'noretraceplot' 10 years ago
Holger Vogt c1a64d9f49 make inp_compat_mode glabal 8 years ago
h_vogt 5c3a6a3829 new command 'mc_source' to internally reload circuit 10 years ago
Holger Vogt c0c3470dff add the simple vdmos capacitance model instead of Meyer's model 8 years ago
rlar 45a70b3a53 rewrite, use enum instead of #define sequences 8 years ago
rlar a729c2860c sensitivity, drop redundant #defines SENS_LIN/OCT/DEC/DEFPERT 8 years ago
rlar b803b294b4 frontend/parser/lexical.c, cp_lexer(), allow # and * comment 9 years ago
rlar 4ec2717079 struct card, #5/6, rewrite from type "card" to "struct card" 9 years ago
rlar 10a353ebf4 struct card, #4/6, drop typedef card 9 years ago
rlar 511cdd7188 struct card, #3/6, rename members from struct line to struct card 9 years ago
rlar 981fed70ca struct card, #2/6, drop struct line 9 years ago
rlar 8d93511a96 struct card, #1/6, minor cleanup 9 years ago
rlar 41c0ee45a2 introduce GENinstanceFree() and GENmodelFree() 8 years ago
rlar 8c7d7051ae GENmodel, GENinstance, change layout, #4/4, complete the change 8 years ago
rlar 2c9bfecbad GENmodel, GENinstance, change layout, #3/4, coccinelle semantic patch 8 years ago
rlar 4748c92de9 DEVdestroy(), change API, #2/2, complete the change, inclusive CKTdestroy() 8 years ago
rlar 3cd81295a8 DEVmodDelete(), change API, #2/2, complete the change 8 years ago
rlar c3ed42f486 DEVdelete(), change API, #2/2, complete the change 8 years ago
rlar e311096429 gendef.h, get rid of awkward counted GENnode macros 8 years ago
rlar 018a2d0e2f devices/*, unify, add missing instance struct member 'GENstate' 8 years ago
Holger Vogt 560cb6e970 plotting/grid.c, bug fix, avoid string buffer overflow 8 years ago
rlar c900cc8824 drop ngspice internal implementation of erfc() 9 years ago
dwarning a1d27b4257 dio, introduce qd as an alias for diode charge to get the right unit in plotting 9 years ago
rlar a7cc37b2e2 ifparm, fix numdev too 9 years ago