25 Commits (b36385e333b792b4be40eb1cf0ca81bb0b9de4c9)

Author SHA1 Message Date
rlar b36385e333 improve `SWAP' macro 10 years ago
rlar 6342bec8ec everywhere, drop `MALLOC()' and `REALLOC()' 10 years ago
rlar c5e0bcde04 cleanup using `hypot()' 11 years ago
dwarning 461026f2b9 fix to use garbage collector with --enable-gc 12 years ago
rlar c377b7a6b3 avoid leading underscore in preprocessor macros 13 years ago
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 15 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
h_vogt 6d7ee3632e remoce compiler warnings 15 years ago
rlar c3f20f8321 cleanup TMALLOC etc macros 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
rlar 3cc50320e3 rename ALLOC, REALLOC, CALLOC, FREE, in the "src/maths/sparse" domain 16 years ago
rlar cf3514b9ae remove ancient #defines for AND OR NOT substitute with && || ! 16 years ago
rlar bfc6636b61 fix txfree() prototype 16 years ago
rlar f4d0163885 use the types MatrixPtr and SMPmatrix instead of void and char * 16 years ago
rlar 1ee29c3e96 use a void* instead of a char* for anonymous `InitInfo' in src/sparse/*.c 16 years ago
rlar 2744462d01 void *AllocatedPtr 16 years ago
pnenzi 858f0442eb Bug fixing. Added externs for memory allocation functions and fixed SMPcDProd code. 23 years ago
pnenzi 63c93eca79 Modified sparse include files to obtain better separation from rest of the code. 23 years ago
pnenzi 9ee4064c46 Added more separation between sparse and the rest of the package. 23 years ago
pnenzi 8aa1dc20a8 Bug fix: incorrect definition of CALLOC ifndef HAVE_LIBGC 25 years ago
pnenzi 8b7f406003 Modified CALLOC macro. Now uses calloc if LIBGC is not installed and malloc otherwise. 26 years ago
arno 7ac9278389 * src/include/spconfig.h: Removed spCOMPLEX, 26 years ago
arno 1025e978bc * src/include/complex.h, src/include/macros.h, 26 years ago
pnenzi 978f1c32a2 Initial revision 26 years ago