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
|
9a7a793121
|
sharedspice.vcproj, missing "LinkTimeCodeGeneration", unify "OutputFile"
|
11 years ago |
rlar
|
ba9fd345b2
|
visualc*/*.vc*proj, unify, `<LinkIncremental>=false...'
|
11 years ago |
dwarning
|
88a760eccc
|
move sharedspice.vcproj to visualc/
|
11 years ago |
dwarning
|
78330deab8
|
sharedspice.vcproj, move SHARED_MODULE definition into the .vcproj file
|
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
|
917ae030c9
|
src/sharedspice.c, fix #include style
|
11 years ago |
rlar
|
c88d24377c
|
sharedspice.vcproj, synchronise <File> entries with other proj files
|
11 years ago |
rlar
|
d69f239cf7
|
sharedspice.vcproj, drop tcl artefacts
|
11 years ago |
h_vogt
|
afa12bbcae
|
*.vc*proj, fix incomplete commit "hisimhv2: fix naming problems by MS linker"
|
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
|
010174ec2a
|
devices/bsim4v7, add to build infrastructure
|
12 years ago |
dwarning
|
cba69c4850
|
devices/bsim4v4, remove ancient bsim4 model version 4.4
|
12 years ago |
h_vogt
|
f8ad50b492
|
sharedspice.vcproj, add soa
|
12 years ago |
h_vogt
|
8ad6bd209d
|
replacements for functions missing in the msvc world
|
12 years ago |
h_vogt
|
e91063d096
|
sharedspice.c, .h, .vcproj: comments, update für MS Visual Sudio build
|
13 years ago |
h_vogt
|
586992b5e6
|
visualc-shared: support for compiling ngspice.dll with MS Visual Studio 2008
|
13 years ago |
h_vogt
|
0ecd633334
|
dcpss.c : compatibility to MS Visual Studio C
vngspice.vcproj, config.h: add PSS to Vc project
|
13 years ago |
Stefano Perticaroli
|
79bffc78a1
|
next version of PSS2
which was reviewed and rewritten on branch `PSS-2-try-to-rebase+4'
by Stefano Perticaroli and Francesco Lannutti
|
13 years ago |
rlar
|
0be61b3e5a
|
remove PSS2
|
13 years ago |
h_vogt
|
1b4c17a464
|
rename spicelib/parser/inp.h to inpxx.h
since we have another "inp.h" in src/frontend
|
13 years ago |
Francesco Lannutti
|
574d39e29c
|
remove almost empty src/maths/ni/nipred.h
|
13 years ago |
Francesco Lannutti
|
e27d43cd0c
|
remove empty src/maths/ni/*.h include files
|
13 years ago |
dwarning
|
c1705e32ae
|
change model name from hisimhv to hisimhv1
|
14 years ago |
Francesco Lannutti
|
d8b2ac56a3
|
rename "bsim3soi" device to "bsimsoi"
|
14 years ago |
h_vogt
|
07bb5f8e2f
|
vngspice.vcproj: 64 bit compilation improved
|
14 years ago |
Francesco Lannutti
|
c23bd59c44
|
removed ancient PARALLEL_ARCH feature
removed variables
ARCHme
ARCHsize
removed functions
SMPcombine()
SMPcCombine()
CKTpartition()
removed files
spcombin.c
cktpartn.c
removed struct slots
STATcombineTime
STATtranCombTime
STATacCombTime
GENowner
<MODEL>owner
|
14 years ago |
h_vogt
|
669399c928
|
Visual Studio, increase Stack for 64 bits
from
standard (0)
to
StackReserveSize="4194304"
StackCommitSize="16384"
|
14 years ago |
h_vogt
|
f15765bf46
|
Visual Studio: console and GUI, 32 Bit and 64 Bit newly organized
|
14 years ago |
dwarning
|
d9561123f9
|
Add temperature coefficients for B sources
|
14 years ago |
rlar
|
598238f46a
|
conditionally compile PSS analysis
|
14 years ago |
rlar
|
1425d43b3c
|
#6/6 config.h --> ngspice/config.h, vngspice.vcproj
|
14 years ago |
rlar
|
0d7f64657c
|
move stringutil.h --> src/include/ngspice
|
14 years ago |
rlar
|
e28fe55a64
|
remove some unused `vcproj' dependencies
|
15 years ago |
rlar
|
29e4acf695
|
#4/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
rlar
|
53ac5a888a
|
remove maths/fft/fftext.h
|
15 years ago |
rlar
|
f8e41f9fb5
|
remove second incarnation of `grid.h'
|
15 years ago |
pnenzi
|
5ba0b8b86c
|
Statistics patch: added netlist loading and parsing time in acct command.
|
15 years ago |
h_vogt
|
0004b52f59
|
update for MS VS 2008
|
15 years ago |
h_vogt
|
e86527635b
|
ivars(char*), Windows 64, 32 bit
|
15 years ago |
rlar
|
00d54214bb
|
add inttypes.h and stdint.h for visualc
|
15 years ago |
rlar
|
82d05be244
|
remove ancient artifact "ckt.h"
|
15 years ago |
dwarning
|
6b35352b64
|
Update to version 4.7.0 & Code merged into bsim4v4
|
15 years ago |