Holger Vogt
0f2470cad3
remove com_xgraph
6 years ago
dwarning
fd066e23ce
add wincolor
6 years ago
dwarning
a9a42f7395
no xgraph anymore
6 years ago
dwarning
0362d63094
update vdmos with self-heating network and tj and tcase terminal
6 years ago
dwarning
484c13c008
Add missing files for resources
6 years ago
Holger Vogt
1ba02f3c87
including hist_info files
7 years ago
dwarning
f90295f46a
remove last remainder of unused sensitivity analysis
7 years ago
dwarning
4cc88a0b1b
add resource file for fftw build
7 years ago
Holger Vogt
21f5b20951
Unify stack reserve 4194304 and stack commit 1048576
for all 64 bit configurations
8 years ago
Holger Vogt
24beadb11b
VC++: make the library path for fftw independent from the actual version:
fftw-3.3.5-dll64 --> fftw-3.3-dll64
8 years ago
dwarning
d6e7833681
update fftw3 to version 3.3.5 under windows
8 years ago
Holger Vogt
6d14d0904a
add evtshared.h to the MSVC project files
8 years ago
Holger Vogt
d9bc4a5b41
add src/spicelib/devices/vdmos to ngspice
8 years ago
rlar
d981fb331b
spicelib/devices/*, drop empty destroy functions
8 years ago
rlar
93b62297d8
devices/mos6, add missing files mos6del.c and mos6mdel.c
this is a plain copy from mos3
8 years ago
rlar
c900cc8824
drop ngspice internal implementation of erfc()
which these days is guaranteed to be provided by <math.h>
note,
our own implementation was incorrect anyway.
it evaluated to
erfc_ngspice(x) = erfc(fabs(x))
9 years ago
rlar
875cab6758
*.vcxproj, enable <GenerateDebugInformation>true
10 years ago
rlar
edaded001a
*.vcxproj, use <DebugInformationFormat>ProgramDatabase
10 years ago
rlar
96a35e0144
*.vcxproj, increase <WarningLevel>Level4
10 years ago
h_vogt
9f62057973
introduce include file "ngspice/randnumb.h"
10 years ago
rlar
4c60783e4d
xspice, implement EVTdest() to fix xspice memory leaks
10 years ago
rlar
97cc400efb
ngspice/evt.h, ngspice/enh.t, reduce scope of these include files
10 years ago
h_vogt
72d7bb9c8a
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
h_vogt
caee377fd3
visualc/, put flex/bison output files into tmp-bison/
10 years ago
h_vogt
866bc36e3a
visualc/*.vcxproj, <LargeAddressAware>true
allow access to
4 GB memory of 32 bit ngspice on 64 bit Windows,
8 TB for 64 bit ngspice.
10 years ago
rlar
9d99a06bcd
dvec abstraction, #2/11, introduce `dvec_alloc()'
10 years ago
rlar
6d2ee47643
visualc, rename --> vngspice-fftw.vcxproj
11 years ago
rlar
2ccde3e777
visualc, move libfftw3 sideways out of the ngspice tree
11 years ago
rlar
96f6ebfb80
visualc/*.vcxproj, win_bison.exe in CustomBuild instead of PreBuildEvent
11 years ago
rlar
df601c5662
visualc/*.vcxproj, canonical directory structure for all project/configuration/platform tuples
11 years ago
rlar
5dbd9abd1c
visualc/*.vcxproj, remove redundant $(ProjectDir)
11 years ago
rlar
8595790328
visualc/*.vcxproj, modernize usage of <PropertyGroup>
11 years ago
rlar
88dfddb76b
visualc/*.vcxproj, use <TargetName> based default instead of explicit <OutputFile>
11 years ago
rlar
e480b2b4fc
visualc/vngspice_fftw.vcxproj, add <TargetName>
11 years ago
rlar
ac4395d6fc
visualc/*.vcxproj, conf.obj is actually $(IntDir)conf.obj
11 years ago
rlar
5b254d8148
visualc/*.vcxproj, migrate to visual studio 2015
11 years ago
rlar
d482d821d3
visualc/*.vc*proj, polish <OpenMPSupport>
11 years ago
rlar
f08817b827
visualc/*.vc*proj, sort the entries into a convenient order
11 years ago
rlar
6e5b177c85
visualc/*.vc*proj, unify, remove stray <PreprocessorDefinitions>...RELBUILD64
11 years ago
rlar
a4388afa07
visualc/*.vc*proj, <PreprocessorDefinitions>, enable XSPICE
11 years ago
rlar
7477394ed8
visualc/vngspice_fftw.vcxproj, swallow <CustomBuildStep> into <PreBuildEvent>
11 years ago
rlar
4cfbb5995f
visualc/*.vc*proj, avoid warning, "if exists ... del ..."
(query-replace-regexp "CommandLine=\"del \\(.*\\).obj" "CommandLine=\"if exist \\1.obj del \\1.obj")
(query-replace-regexp "<Command>del \\(.*\\).obj" "<Command>if exist \\1.obj del \\1.obj")
11 years ago
rlar
949f69d6de
visualc/*.vc*proj, drop ExcludeFromBuild="false" and <PreBuildEventUseInBuild..true
thats the default anyway
11 years ago
rlar
6c4a87d530
visual*/*.vc*proj, unify <PreprocessorDefinitions>, drop stray XSPICE
11 years ago
rlar
3433cdf983
vngspice_fftw.vcxproj, add <MultiProcessorCompilation>"
11 years ago
dwarning
f178f4b2f6
vngspice_fftw_vc10.vcxproj, rename --> vngspice_fftw.vcxproj
11 years ago
rlar
ba9fd345b2
visualc*/*.vc*proj, unify, `<LinkIncremental>=false...'
11 years ago
h_vogt
794bb5ee2f
visualc*/*.vc*proj, unify, unset `<ExceptionHandling>'
11 years ago
h_vogt
2c1266d82e
visualc*/*.vc*proj, unify, MinimalRebuild="false"
11 years ago
h_vogt
d74da6aa95
*.vc*proj, polish Message/Description
11 years ago