Holger Vogt
cab4f8d3d6
File encoding is now UTF-8
change to letter µ
2 years ago
Mamoru TASAKA
099c0e65c2
misc/string.c: fix one byte ahead access in dup_string
In dup_string in misc/string.c , even if the destination
buffer is allocated with n_char bytes,
the source buffer `str` can be accessed up to only n_char bytes.
2 years ago
Holger Vogt
a8c1104cfb
43+ developing towards ngspice-44
2 years ago
Holger Vogt
2af390f0b1
Update copyright info
2 years ago
Holger Vogt
c73391432a
Missing \
Keep tabs
2 years ago
Holger Vogt
f320ae955d
More files into distribution
2 years ago
Holger Vogt
50dc0dbfe0
Apple M2
2 years ago
Holger Vogt
03c4bf48d0
VBIC nqs
2 years ago
Holger Vogt
d2167e033f
Update to macOS compile scripts
2 years ago
Holger Vogt
0d5a4758b1
Options are now included automatically.
2 years ago
Holger Vogt
b84ac9ecdf
Options are now included
2 years ago
dwarning
08d834841f
diode: init of potential uninitialized variable
2 years ago
dwarning
4ad7d10aef
init of potential uninitialized variables
2 years ago
dwarning
bbfb3953ed
repair missing parenthesis
2 years ago
dwarning
aae53f3641
complete vbic nqs effect implementation
2 years ago
dwarning
065b1c817c
more complete vbic dc/tran nqs effect
2 years ago
dwarning
6e6e2fb203
first attempt to include NQS effect
2 years ago
Holger Vogt
16513beb42
Don't enable functions 'time' or 'getrusage' when OpenMP is selected
2 years ago
Holger
fcbf6d5d42
Update: except for CIDER all relevant options are included
2 years ago
Holger Vogt
186086618c
Compile scripts MINGW with options alraedy included
2 years ago
Holger Vogt
cac21eb164
compile cygwin for short make check, sveral options now included
2 years ago
Holger Vogt
0e61039d0e
Remove
2 years ago
Holger Vogt
6b3c085037
Don't check for readline, if shared lib or Windows GUI is selected
2 years ago
Holger Vogt
cf9b889bb2
Update the Information files for ngspice-43
2 years ago
Holger Vogt
1fef3835c9
Fix common typo: unkown -> unknown
2 years ago
Holger Vogt
f59a68321d
When compiling console debug, use debug version of KLU
2 years ago
Holger Vogt
3c7012a826
Repair the link to the xhtml manual
Thanks to Geoffrey Coram for the hint.
2 years ago
Holger Vogt
83e8cb3715
Remove VS compiler warning
2 years ago
dwarning
62677575fa
vbic: init of thermal capacitances
2 years ago
dwarning
113275d3be
vbic: save Vrth into state vector
2 years ago
dwarning
1b56bbe297
vbic: complete reactive part into acload
2 years ago
dwarning
8a88442004
vbic: more adding reactive part into acload
2 years ago
dwarning
32c4f24bfe
vbic: first add reactive part into acload
2 years ago
dwarning
c90da3ee38
vbic: add resistive part into acload
2 years ago
Holger Vogt
acdd93f157
If compiling shared ngspice, don't set up a terminal.
2 years ago
Holger Vogt
28d8301b5f
Prevent crash upon buggy user input
2 years ago
Holger Vogt
442d8554f0
Enable single terminal n devices (Verilog-A modules)
2 years ago
Holger Vogt
727a920032
Authorship for HICUM
2 years ago
Holger Vogt
33939d3f50
Prepare ngspice-43
2 years ago
Holger Vogt
14bb63490c
Plug a memory leak
2 years ago
Brian Taylor
d01868b725
Cleanup gcc compiler warnings.
2 years ago
Holger Vogt
b1795dbcf2
add path or filepath (without file name) to variable sourcepath,
when calling command 'source'
2 years ago
Holger Vogt
fb6820de30
Send warning message to stderr, not to stdout.
2 years ago
dwarning
11a3711d86
revert commit ea4c438 and db85dead by removing VJ and M limiting
2 years ago
Holger Vogt
dd6089c4fc
Improved warning message: hint to line causing the warning.
2 years ago
Holger Vogt
f15a92d997
Revise commit
75c2a3c621 /
If the frquency difference is less than a decade, use the old
frequency calculation.
If start and stop frequencies are equal, use a single point only.
2 years ago
Holger Vogt
57185286cf
Skip output lines starting with 'Operating'
Re-enable 'make check' with .tran ... uic
2 years ago
Holger Vogt
d61a728688
Add function check_for_nodes to
check if there are enough tokens in an instance line.
2 years ago
Holger Vogt
0362953cd4
Bail out when the instance line is not complete.
Moving on does typically not make any sense.
2 years ago
Holger Vogt
e5195c10a3
Enable monotonic negative growth of abscissa values.
2 years ago