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
h_vogt
5df712cd24
prepare ngspice-27
9 years ago
Tim Edwards
fd79197fc0
xspice/icm/digital, introduce d_genlut
a digital n-input x m-output look-up table gate
10 years ago
Tim Edwards
8ae3b84c7c
xspice/icm/digital, introduce d_lut
a digital n-input look-up table gate
10 years ago
h_vogt
37fe5308d3
xspice/icm/table, introduce table2d/table3d
which allows to model devices based upon linear interpolation
10 years ago
h_vogt
b85270c30c
sharedspice.vcxproj, add 64 bit capability
10 years ago
h_vogt
57980c7471
sharedspice.vcxproj, add suitable preprocessor flags
10 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
d298d5cc2f
use memset() instead of deprecated bzero()
10 years ago
rlar
141ed61ec8
use memcpy() instead of deprecated bcopy()
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
7d8e287fa3
enable backquote substitution for Visual Studio console apps
10 years ago
h_vogt
72d7bb9c8a
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
h_vogt
c022d8f419
introduce visualc/xspice
10 years ago
h_vogt
caee377fd3
visualc/, put flex/bison output files into tmp-bison/
10 years ago
h_vogt
a0106d3590
visualc/, move *.c, *.h into src/
10 years ago
h_vogt
9e9240aae3
visualc/include/ngspice/config.h, target directories for debug versions
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
d07b76610b
visualc/.gitignore, src/spinit.in, cleanup
10 years ago
h_vogt
4b1f264704
visualc/include/ngspice/config.h, scalbn() and erfc() are available in VS 2015
10 years ago
rlar
9d99a06bcd
dvec abstraction, #2/11, introduce `dvec_alloc()'
10 years ago
dwarning
6abb4311cf
state more precisely 64bit fftw3 usage
10 years ago
rlar
6fa6b82ad5
visualc/config.h, HAVE_..., isinf(), isnan(), finite()
11 years ago
rlar
a30d5b6921
visualc/config.h, cleanup and drop unused NGSPICEBUILDDATE
11 years ago
rlar
93a7d68729
visualc/.gitignore, cleanup, meanwhile the visual studio byproducts are better known
11 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
45e569a630
visualc/sharedspice.vcxproj, add <ProjectName>
11 years ago
rlar
b6b051b132
visualc/*.vc*proj, sort the entries into a convenient order
11 years ago
rlar
5b254d8148
visualc/*.vcxproj, migrate to visual studio 2015
11 years ago
rlar
eaa8e7bef4
visualc/*.vcproj, remove visual studio 2008 .vcproj files
11 years ago
rlar
d8e6b02db0
visualc/sharedspice.vcxproj, enable <MultiProcessorCompilation>
11 years ago
rlar
437ce81eb2
visualc/sharedspice.vcxproj, migrated with 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
ce7b36aeaa
visualc/vngspice.vcxproj, reposition <PreBuildEvent>
11 years ago