Holger Vogt
deb3cd9809
Replace all BOOLEAN, BOOL, _Bool by bool
Remove all #undef bool (set in conjunction with #iclude <Windows.h>)
1 year ago
caand
6907d17985
add missing get_sysmem() when no info available
6 years ago
Jim Monte
c8bf3a776c
error message
6 years ago
Holger Vogt
0e4b736a5d
remove outdated function GlobalMemoryStatus(&ms)
6 years ago
Holger Vogt
987cc0aa86
another preliminary patch for macOS
6 years ago
Holger Vogt
7680be7312
stub to enable compilation on macOS,
memory info for macOS is currently not available.
6 years ago
Holger Vogt
966b69090d
use only TMALLOC and TREALLOC for memory allocation
6 years ago
Jim Monte
b120e7bd21
Fixed reporting of system information in Windows.
6 years ago
Holger Vogt
917ea99758
enable system info for Windows 10,
exclude function not existing in older SDKs
6 years ago
Holger Vogt
6598225ec0
Replace deprecated GetVersionExA by version helper functions
Add new macro _MSC_PLATFORM_TOOLSET to check for toolset
6 years ago
Holger Vogt
2dd293707b
initialize pn in ft_getpnames() parse.c
initialize dwLen in tesCreateSystemInfo() in com_sysinfo.c
Both were reported by MSVC Code Analysis
Crash of ngspice.dll in Eeschema is thus removed
(hopefully in general)
8 years ago
Holger Vogt
a98d01e5f8
Use only internal memory functions, replace
free->tfree, malloc->tmalloc, realloc->trealloc
8 years ago
h_vogt
4eb32ab566
com_sysinfo.c, add recent Windows versions to info printout
9 years ago
h_vogt
7c06cb2d12
don't mess with WINVER
not necessairy for current Windows versions
9 years ago
rlar
71a7c3459b
use char variants of the <ctype.h> isxxxx() family
10 years ago
rlar
6050e2e0ea
cleanup some extra parentheses
13 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
rlar
11579d9369
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
14 years ago
rlar
7454a6d486
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
14 years ago
rlar
d0f5ad49d1
make use of TMALLOC()
14 years ago
rlar
4ca58067a2
#2/6 config.h --> ngspice/config.h, #include's
14 years ago
rlar
0b5042e7da
remove CVS `Id',`log' etc. keyword incantations
14 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
14 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
b8cc44efad
complete `replace size_t by unsigned long long'
15 years ago
h_vogt
36f6eb6a89
bug no. 3386184
15 years ago
rlar
7ecafe2aa3
cleanup integer type conversions
15 years ago
rlar
34b8ee4cca
tiny rewrite, swallow type conversion warnings
15 years ago
rlar
87a7aec46b
tiny rewrite, typefix, don't compare EOF with a char
15 years ago
rlar
abb87a6115
rename `IGNORE()' --> `NG_IGNORE()'
16 years ago
rlar
80286e0032
pour `IGNORE()' all over the source
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
rlar
5e8e44cc0a
cast the tmalloc, MALLOC, return value
16 years ago
rlar
196262dd1b
move the com_*() prototypes around.
16 years ago
rlar
3c3b31fa60
declare some functions `static'
16 years ago
rlar
8ff62fd262
add #include's for visibility of prototypes to their function definitions
move some typedefs to "typedef.h"
16 years ago
rlar
3369d860b4
cast the return values of malloc() function calls
16 years ago
rlar
4420a3ecdd
add prototypes, remove some NULL casts
16 years ago
h_vogt
b289dc60c8
*** empty log message ***
16 years ago
h_vogt
bf706e9e61
patched for CYGWIN
16 years ago
h_vogt
f721fdf782
64 bit support
16 years ago
h_vogt
6d13becdb7
bug no.2902374 fixed
17 years ago
h_vogt
7b1f733190
enable compilation for Windows console app
17 years ago
h_vogt
1ff1fc5a6c
version 20, update for Cygwin
17 years ago
dwarning
1a8bf20866
sys_memory struct w/o static type, sysinfo w/o void Parameter
17 years ago
h_vogt
59665ba2e9
corrected for LINUX
17 years ago
h_vogt
5be507a97f
command sysinfo
17 years ago