Giles Atkinson
3ba314d4bc
New interpreter commands strstr, strslice, fopen, fread and fclose.
3 years ago
Holger Vogt
797795e7c0
Shift all compatibility handlinmg from inpcom.c into its own source files
inpcompat.c and inpcompat.h
3 years ago
holger
b3676bb763
enable make dist
3 years ago
Brian Taylor
a54aa4d1f7
Initial logicexp parser and gate generator.
3 years ago
Brian Taylor
7f38ce4ebb
Remove debug code.
4 years ago
Brian Taylor
9bbcf20584
Add brief usage notes and makefile. asserts will need to be removed after integration is complete.
4 years ago
Holger Vogt
1a6a9e6bb6
Add com_wr_ic.h to their makefile.am
to have them as part of make dist.
4 years ago
Holger Vogt
7f1a3bea20
.probe: Add the new file inpc_probe.c to the VS project files
and makefile.am in ngspice/src/frontend
4 years ago
Holger Vogt
0e72287af7
Add command 'write_ic'
Write out the right hand side status of the matrix in format
.ic = V(node_xx)
This may be possible at the end of a simulation or after a 'stop'
of the simulation, which may be resumed again afterwars. This
status may be used to start another simulation with these
parameters by inluding into the netlist.
5 years ago
Holger Vogt
87b59d22a5
add generation of svg graphics file
based on patch no. 97 by Giles Atkinson
6 years ago
Holger Vogt
8d986e50cc
remove the remains of the old xgraph program
that has not been supported for many years
6 years ago
Holger Vogt
67f6fda216
Complete redesign of memory monitoring in resource.c.
Acquiring memory size is done by four functions
getMemorySize, getAvailableMemorySize, getPeakRSS,
and getCurrentRSS.
Time data are still obtained without code modifications.
7 years ago
Holger Vogt
22b111d9c0
tabs to spaces
7 years ago
Holger Vogt
92b237da3b
Missing files in distribution
Correction to commit
Fix a build error on FreeBSD 12, bison 3.3.2, automake 1.16.1 and BSD make
7 years ago
Kevin Zheng
b4ee4e28d6
Fix a build error on FreeBSD 12, bison 3.3.2, automake 1.16.1 and BSD make
by dropping the rules to run bison and use automake's built-in rules instead
7 years ago
rlar
9d99a06bcd
dvec abstraction, #2/11, introduce `dvec_alloc()'
10 years ago
rlar
2f061b441e
Makefile.am, fix dependency rules for bison generated files
which have been lost in commit
> Date: Sun Jul 5 19:34:25 2015 +0200
>
> polish bison/flex makefile rules
11 years ago
rlar
1c6efd9481
polish bison/flex makefile rules
11 years ago
Francesco Lannutti
952f55866e
remove "error.h" from Makefile.am
this file is not anymore in the "frontend" folder
and "make dist" failed to generate the tarball
14 years ago
rlar
cb0a48801d
introduce AM_CFLAGS = $(STATIC)
14 years ago
rlar
d3c3741f43
#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS
14 years ago
rlar
0b5042e7da
remove CVS `Id',`log' etc. keyword incantations
14 years ago
pnenzi
5ba0b8b86c
Statistics patch: added netlist loading and parsing time in acct command.
15 years ago
rlar
d0392a026b
small fixes to make some `Makefiles' ready for build in a separate directory
15 years ago
h_vogt
5e1ed023c6
transient noise simulation
16 years ago
rlar
196262dd1b
move the com_*() prototypes around.
16 years ago
rlar
24f55df1ae
fix parse-bison.y dependencies
16 years ago
rlar
68b2e6b23a
whitespace cleanup (all Makefile.am files)
16 years ago
h_vogt
180087ec0f
include bison files in dist
16 years ago
h_vogt
d080f6dfc0
updates for making dist, new internal fcn getline_xgrapgh
16 years ago
dwarning
5fcf9c2afe
ternary operation in control blocks
16 years ago
h_vogt
5be507a97f
command sysinfo
17 years ago
h_vogt
6053c50723
mempool.c, hash.c compatmode.c removed (Preliminary)
17 years ago
h_vogt
9f1ee290a4
new code for .measurement
17 years ago
pnenzi
1e9ba171d8
Updated some Makefiles for generating distribution tarball.
18 years ago
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
pnenzi
7f6ad5c706
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
18 years ago
h_vogt
655d8aea02
Fast fourier transform for transient data analysis
18 years ago
dwarning
bce499a9e1
global nodes and numparams now as default
18 years ago
pnenzi
6b61d1d660
Added initial support for gnuplot output (not yet working)
18 years ago
pnenzi
936cd7a4fc
Improvements in frontend by Phil Barker
19 years ago
sjborley
67ff1b3a83
Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required)
21 years ago
pnenzi
9066452b23
Trimmed Makefiles.am for "make dist" and added tests placeholders.
22 years ago
pnenzi
79fb9463b4
Added entries for numparam library.
23 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
pnenzi
937e3db647
Holger Vogt Windows port for Ngspice.
25 years ago
pnenzi
fd6d0b0723
Fixed stringutil missing bug.
25 years ago
arno
b04989d760
* src/hlp/*: moved these files into src/frontend/help. The files
26 years ago
arno
63b283f982
* src/hlp/*: moved these files into src/frontend/help. The files
26 years ago
arno
01df1be0cc
* Makefile.am: Added com_dump.[ch] to sources list.
26 years ago