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 |
rlar
|
8046ede515
|
*.vc*proj, fix path to the win_bison generated files
|
11 years ago |
rlar
|
f08437d53b
|
*.vc*proj, add parse-bison.h entry
|
11 years ago |
rlar
|
250215cb79
|
*.vc*proj, invoke win_bison.exe
|
11 years ago |
rlar
|
ea5efcf27d
|
*.vc*proj, sort them to their fashion
|
11 years ago |
rlar
|
2975cc098d
|
*.vc*proj, synchronize AdditionalIncludeDirectories
all of them shall have the visualc local "include"
in front of "src/include"
|
11 years ago |
rlar
|
74f03ff027
|
convert all visual studio proj and sln files to crlf line endings
perl -pi -e 's/\r*\n/\r\n/' visualc*/*.vc*proj visualc*/*.sln
|
11 years ago |
rlar
|
517b36edd0
|
update visual stdio project files
|
11 years ago |
dwarning
|
7c5f3173e2
|
hisimhv2: fix naming problems by MS linker
|
11 years ago |
dwarning
|
adcec9fa5f
|
Revert "update hisimhv model to version 2.2.0"
This reverts commit c2ef7aeff3.
|
11 years ago |
dwarning
|
c2ef7aeff3
|
update hisimhv model to version 2.2.0
|
11 years ago |
dwarning
|
010174ec2a
|
devices/bsim4v7, add to build infrastructure
|
12 years ago |
dwarning
|
cba69c4850
|
devices/bsim4v4, remove ancient bsim4 model version 4.4
|
12 years ago |
dwarning
|
4d9ce25848
|
add project files for MS VC++ Express 2010
|
12 years ago |
h_vogt
|
3b4d8e8069
|
Add project file for MS VS 2010
|
12 years ago |