~kicad/+git/ngspice-mirror-sourceforge:time_funcs

Last commit made on 2020-08-23
Get this branch:
git clone -b time_funcs https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
time_funcs
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

130d96f... by caand <email address hidden>

Re-instate timediff(), needed in winmain.c

fc445c2... by caand <email address hidden>

Fix for time measurement. No dependence on OMP, correct functions are used for each purpose.
Elapsed time can use gettimeofday(), times(), ftime().
CPU time can use getrusage(), times() and fall back to elapsed.
Replaced HAVE_UTIMES with HAVE_TIMES - probably typo and reason
HAVE_TIMES was missing.

5854344... by Holger Vogt

Streamline the compatibility flag generation

4be216d... by Holger Vogt

If 'set ngbehavior=ki' in .spiceinit or flag 'kicad' on the plot line:
Add " around vector names containing character /
Numerical ivision in plot line then requires spaces around /

4f1da9b... by Holger Vogt

new compatibility handling with struct compat newcompat:
simplify the compatibility handling, better readability
make it easily extendable
add new flag 'ki' for KiCad compatibility

50c7625... by Holger Vogt

Do not compile in fcn main() when shared ngspice is made

5e96739... by Holger Vogt

fix typo

820466c... by Holger Vogt

line endings --> unix
patch by Kevin

32bcf96... by caand <email address hidden>

add missing get_sysmem() when no info available

af636cc... by Holger Vogt

bug fix 'extern int sh_vecinit()', not void
See patch #96, thanks to Balazs Kovacs