6919 Commits (5c3e2b6526b22015ddec692450f5c5077efa1d80)
 

Author SHA1 Message Date
dwarning 740df722c7 partially revert commit b4bbcb149 for spec analysis functionality 6 years ago
dwarning 86d7963f32 more meaningful warning if vector can't interpolate 6 years ago
Holger Vogt 0ad7acadec remove unreachable code warning, add const 6 years ago
Holger Vogt c77da1870d Fixed compiler warnings related to const, unreachable code, and an empty translation unit. 6 years ago
Jim Monte 7084274344 Fixed incorrect type of variable ch_cur. It was from const char * but should have been const char. 6 years ago
Holger Vogt 5bd45c0451 make path to dstring.c independent from build directory 6 years ago
Holger Vogt 5bc9a320eb Revert "correct the path to dstring.c" 6 years ago
Holger Vogt 89ea46e39a prevent false freeing of vector 6 years ago
dwarning 129b219ed2 correct the path to dstring.c 6 years ago
dwarning 4f75d56011 no wrapper cp_globmatch needed 6 years ago
Vogt e628fd8977 just use strcmp instead of wrapper function 6 years ago
Holger Vogt 5e76758e57 update to cmpp by J. Monte 6 years ago
Jim Monte 955dda749d Jim Monte's update to cmpp 6 years ago
Holger Vogt 375a92d788 Fix of buffer overrun in interpolation at endpoint of interval. 6 years ago
Jim Monte 92065ea41b fixed singluar/plural agreement in an error message generated by the let command 6 years ago
Jim Monte a53cd3a3e9 fixed path created by ngdirname in Windows. Also added const to parameters whose arguments do not change and fixed some potential buffer overruns. 6 years ago
Jim Monte 2d9110bf65 Add const to some parameters, made function static 6 years ago
Jim Monte 1867f5b727 Fix of buffer overrun in interpolation at endpoint of interval. Made cfunc.mod for tables more modular. Prevented buffer overrun when building file name. Added error checking for allocation failures in many locations. Made binary search for interpolation more efficient. 6 years ago
Jim Monte b4757f934b Added support for DSTRING in code modules with makefile builds 6 years ago
Jim Monte 190c7fb75c Clarified error message 6 years ago
Jim Monte ac49ccaf58 Fixed compile warning about signed/unsigned comparison. 6 years ago
Jim Monte d254b6c97e Gave structure defining Mif_Complex_t a name so that it could be forward referenced. 6 years ago
Jim Monte bfe660e57b Formatting and added comments 6 years ago
Jim Monte 082f36e794 Formatting 6 years ago
Jim Monte 2f8b7ab062 Minor fix to end-of-index processing of let command 6 years ago
Jim Monte b967caaabb File path built more efficiently and now allows an arbitrary length. Prevented strdup() of NULL if path too long. Similarly prevented fopen with a NULL file name. Added function to determine Windows absolute paths properly. Fixed numerous issues that were caused by including Windows system header due to conflicting names. Generally a CMPP_ prefix was added as a "namespace". Also used the standard C bool type instead of defining one. 6 years ago
Jim Monte 0c741bbde2 Rework of let command. Added support for slices as described in feature #69 and fixed several crashes and issues described in bugs #443, #444, #446, #447, and #448. 6 years ago
Jim Monte 7990a82f02 Formatting and comments added 6 years ago
Jim Monte 3a2a05f7b0 Removed unnecessary comparisons when lowercasing a string. 6 years ago
Jim Monte b767df3a7e Modified calculation to determine when memory is nearly exhausted. Also changed prototypes of memory reporting functions to match their definitions. 6 years ago
dwarning 93317c87a9 simplify beta derivation 6 years ago
dwarning e966ce5054 alternative temperature model for extrinsic resistances and subthreshold range 6 years ago
Holger Vogt 9c848cdca6 increase max. number of threads for BSIM4 to 8 6 years ago
Holger Vogt ec1d655289 In VDMOS device, if instance parameter tnodeout is set, 6 years ago
Holger Vogt 643b0edc26 enable local or global statistical values for B source 6 years ago
Holger Vogt 1353a5de77 allow again single letter vector names 6 years ago
dwarning 41ddb9a63d correct thermal parameter 6 years ago
dwarning 51d95f1b6f avoiding temporary setplot problem 6 years ago
dwarning 0fb1c6a000 prevent program crash by misusing thermal model 6 years ago
dwarning 7d17b8f082 vdmos have no Cgb 6 years ago
dwarning d244b1c008 update vdmos examples to the new model interface 6 years ago
dwarning 0362d63094 update vdmos with self-heating network and tj and tcase terminal 6 years ago
Holger Vogt f585807085 re-enable V source with parameter EXTERNAL 6 years ago
Holger Vogt 23cef80914 option not needed for convergence 6 years ago
Holger Vogt b699c7fad8 add the PSPICE vswitch S_ST variant, 6 years ago
Holger Vogt 9d53780992 allow vec_get to verify vectors if their names are quoted by "" 6 years ago
Holger Vogt 987cc0aa86 another preliminary patch for macOS 6 years ago
Holger Vogt 7680be7312 stub to enable compilation on macOS, 6 years ago
dwarning fa8a77343b format line with LF 6 years ago
Holger Vogt b7012065ae remove compiler warning by setting variables to 0 6 years ago