Francesco Lannutti
3b953e50c3
configure.ac, improve help string for --disable-debug
12 years ago
rlar
9a827a68b9
configure.ac, support external CFLAGS specification
allow to overide CFLAGS like this:
CFLAGS=something ./configure
./configure CFLAGS=something
empty CFLAGS are allowed too, like this
CFLAGS="" ./configure
./configure CFLAGS=""
otherwise use our longish builtin default CFLAGS
./configure
12 years ago
dwarning
f7770e985e
introduce the more reliable cmc quality check for bsim3 model
12 years ago
rlar
cc56c90b9d
drop asprintf()
13 years ago
h_vogt
411418e1ca
ngspice-26: substitute 25 --> 26
12 years ago
dwarning
51c7f17186
cmath4.c, use FFTW3 for cx_fft() and cx_ifft()
13 years ago
rlar
a088a6e0e6
subckt.c, fix .model processing (scope)
12 years ago
rlar
cccc02e844
tests/regression/parser
check xpressn.c parser capability to parse {2--3}
check .control parser capability to parse 2--3
check B parser capability to parse 2--3
check echo commands capability to print "--"
check echo commands capability to print upper and lower case
check xpressn.c parser capabilities
check precision of some transcendental functions
13 years ago
Francesco Lannutti
799791dc5b
configure.ac, cleanup `WARNING: PSS analysis enabled'
13 years ago
Francesco Lannutti
581e0a6d11
fix sense2, which is unsupported code
13 years ago
h_vogt
46aeb74ec9
configure.ac: shared module added
13 years ago
h_vogt
30a44d1be5
--with-windows --> --with-wingui
13 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
rlar
cee318c68b
check the .lib processing
13 years ago
Francesco Lannutti
2d1d0e71df
Changed --enable-debug to --disable-debug in configure.ac to have it correctly displayed in the automatic completion
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
fa2ea96eb8
configure.ac: prepare ngspice-25
13 years ago
rlar
2d7d77e9a6
configure.ac, defensive use of `AC_OPENMP'
13 years ago
dwarning
c1705e32ae
change model name from hisimhv to hisimhv1
14 years ago
Francesco Lannutti
b6c6a35161
configure.ac, defensive use of `AM_SILENT_RULES'
14 years ago
Francesco Lannutti
d8b2ac56a3
rename "bsim3soi" device to "bsimsoi"
14 years ago
rlar
ba131a5077
remove adms3 #1/2, code
due to license issues, and with the aim to approach the next
ngspice release 25
we have to move this over to a development branch
14 years ago
rlar
8dec768c7f
automake 1.12 might need AM_PROG_AR, which is not available in 1.11
14 years ago
Francesco Lannutti
b74cf44e4f
configure.ac, silent compilation (enabled by default) using AM_SILENT_RULES([yes])
14 years ago
rlar
84b58ebd3b
don't mess with libtools --enable-static / --enable-shared
tie libspice to -shared
ngspice et al to -static
and use $(STATIC) elsewhere
which is governed by configure.ac
14 years ago
rlar
25efde6d8a
configure.ac, unify `x' escape of `test' expressions
14 years ago
rlar
0b35770b0c
configure.ac, robustness
unify and honor some hints from
(info "(autoconf) Limitations of Builtins")
use shell || and && instead of test -o and test -a
! test a = b --> test a != b
dont use ()
drop eval
missing quotes
14 years ago
rlar
aea1dbb09c
configure.ac, use AS_HELP_STRING
14 years ago
rlar
cc1a011c98
configure.ac, cleanup
14 years ago
rlar
e01db38416
configure.ac, comment style, (dnl -> #)
14 years ago
rlar
714b9d064f
configure.ac, whitespace cleanup
14 years ago
dwarning
72afda41ad
mv ext_CFLAGS on the end for overwriting existing CFLAGS
14 years ago
rlar
5b616b93f4
configure.ac, rewrite M4 Quotation (non zero diff)
small differences in the autogen.sh generated files
14 years ago
rlar
f571932438
configure.ac, rewrite M4 Quotation
verified for zero diff of the autogen.sh generated files
14 years ago
rlar
1a9e658f91
configure.ac, use AC_OPENMP
14 years ago
rlar
e889c821d1
configure.ac, fix `NO_X' and `has_no_help'
drop configure options `--enable-x' and `--disable-x'
use `--with-x' and `--without-x' provided by AC_PATH_X
bug tracker item:
[ngspice-Bugs-3515015] Startup error message without x11
https://sourceforge.net/tracker/index.php?func=detail&aid=3515015&group_id=38962&atid=423915
14 years ago
h_vogt
df97e2b44a
prepare for release 24
14 years ago
rlar
598238f46a
conditionally compile PSS analysis
14 years ago
rlar
1fdee871b1
remove @libname@
14 years ago
rlar
69031273fb
generate spinit and tclspinit at `make' time
14 years ago
rlar
ee48c0952a
#1/6 config.h --> ngspice/config.h, configure.ac
14 years ago
rlar
f7ea50c287
new: configure --enable-adms3
14 years ago
dwarning
15c4c12755
mextram name change
15 years ago
rlar
5a4f4ada5c
#3/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
4f5d6aa770
use -O1 when debugging, otherwise gcc ignores -Wuninitialized
15 years ago
rlar
4cf28a3f2f
enable -Wconversion
15 years ago
dwarning
6b35352b64
Update to version 4.7.0 & Code merged into bsim4v4
15 years ago
rlar
19cff2c4be
incorporate CMC test suite into make target 'check'
15 years ago
dwarning
e1dff6a0d5
remove tests/hisim
15 years ago