[Pkg-electronics-commits] [gnucap] annotated tag upstream/0.36_20171003 created (now 7a63d5f)

felix salfelder felix-guest at moszumanska.debian.org
Mon Mar 5 22:25:45 UTC 2018


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a change to annotated tag upstream/0.36_20171003
in repository gnucap.

        at  7a63d5f   (tag)
   tagging  519303bf34ef0b2d42b8d8299f6f3048400bafb5 (commit)
  replaces  upstream/0.36_20091207
 tagged by  Felix Salfelder
        on  Mon Mar 5 22:27:58 2018 +0000

- Log -----------------------------------------------------------------
Upstream version 0.36~20171003
-----BEGIN PGP SIGNATURE-----

iQJIBAABCAAyFiEEKooWhuTJfVjOx6UQc9PBbl+Tg+0FAlqdxG4UHGZlbGl4QHNh
bGZlbGRlci5vcmcACgkQc9PBbl+Tg+0GEQ//YvG2scyTw94GjrAZqh4eWJLP5jiS
0cYxtC1caN96O20SRyNbRtWYuvzm3jkRv9Ou+wza0qgwvKgf5YU3fh2BsBSwmH+B
v2sl50iP4TSxVp6TNiPtb6EWKF63s5NG46yV+NVMhfeVBtYMx252JZ2TLdQ2Vn4W
e84bR8XBUccrguo6xYwDFkY5KpQ6UfnU5U+YQZnDbtQKJKKGccwIHmNt8btYO75p
sljQwVRxJnCEktwS/kUR7B+hOiBm9V7umXzwVvBJ3tX1d/qlbKzRjgEpdoc5Aowr
oqN31KSIp1r+j/w5139YiGbh1i7BEWvDcxJxIpm2+vL9p3b5Djzk6f9+GoBvW6P0
Kcg9Kql5l7U14WQAD52R1D/xthh2wNg7Di8OUC0lk/CQjFbF5kOB5jaFt7QpYx/V
rztRT+Q4H2xiqWDIpEkoMZgAH04SK724uYZl3gYuJ2suJeAIndmiD8dhBo8AAFbn
EJmwZZL54upj+eabohUUJQti384ysFUIR0fApTmed835Zmy/rkaAlW3t9kCHevcD
mlSQfLT+iO9xTnZgC97/mEuny4b8uCvyuzx6JDzX4P60lOJ98K2HMkOD0qOfHg7Z
PngwID87wpj5Ct+ObHTw8oSiV8X8q8jQJRlTDQZ78ta+TvgK2VGuqh4cHyB/nb0F
n9v2BxGkIrDwJXo=
=2q4D
-----END PGP SIGNATURE-----

Al Davis (2):
      move files around
      add -ldl to lib LIBS

Felix Salfelder (62):
      import gnucap-2013-04-23.tar.gz
      import 2013-04-23.tar.gz, not removing old build system
      viminfo
      modelgen llvm compile fix
      fix d_dot.h copy constructor
      fix real() assignment in spice_wrapper
      wave copy constructor
      remove stray semicolon
      Merge branch 'master' into viminfo
      fix stale traces
      undef itested in io_trace.h
      fix memory leak in CARD_LIST::map_sckt_nodes
      enable Cqgs & alii in d_mos8.model
      enable Cqgs & alii in d_mos8.model
      add hint to Make2
      pass CPPFLAGS to the compiler
      print conditional messages to stderr
      Merge branch 'trace' into master, update patchlev.h
      fix a typo
      remove lib prefix from plugin name
      $(DESTDIR) in intall target
      pass CXXFLAGS to c++ compiler, as everybody does.
      DESTDIR in uninstall target
      pass CXXFLAGS to c++ compiler, as everybody does.
      import gnucap-conf.in from autotools branch
      cleanup/enhance gnucap-conf.in
      configure: create gnucap-conf
      install gnucap-conf
      add --cxx and --cxxflags to gnucap-conf
      quote properly in gnucap-conf.in
      3 more sed commands in gnucap-conf creation
      io_trace fix. s/endl/std::endl/
      use "\n", not endl in io_trace.
      fallback to C style traces, unless __cplusplus
      matrix: fbsubt and s
      asserts in const d,u,l like in the nonconst
      turn {DEV,MODEL}_SUBCKT into base class
      ask dispatcher for MODEL_SCKT* in lang_verilog
      undo "turn DEV_SUBCKT into baseclass"
      fix another memory leak in map_sckt_nodes
      replace MODEL_SUBCKT
      put DEV_SUBCKT, DEV_SUBCKT_PROTO into anonymous namespace
      possible double free in new_subckt
      add missing override in DEV_SUBCKT_PROTO
      fix net_nodes bug
      compile fix DEV_SUBCKT::port_name
      dont use USE in m_matrix.h
      make GNUCAP_PLUGPATH behave more like LD_LIBRARY_PATH
      move PLUGPATH configurability to main.cc
      getenv LD_LIBRARY_PATH in main.
      get rid of stringize.
      include config.h if present
      create&use main/config.h
      permit to override various constants in md.h
      move config parts from md.h to main/config.h
      fix pkglibdir in main/configure
      char* for GNUCAP_PLUGPATH storage
      gnucap.conf: move configuration to gnucap.conf
      move gnucap.conf into @sysconfdir@
      fix warning (-Wunused-variable)
      attach bugfix attempt
      initialize _iter

al davis (99):
      add tests
      Bugfix .. Make2.*, configure
      constant.h --- construct order
      Merge remote-tracking branch 'origin/llvm' into bugfix-WIP
      modelgen/mg_.h cleanup, remove obsolete fwd declarations and extra includes
      node-count off-by-one bug fix
      transient "very backward time step" fix
      lang* -- comment print syntax
      cleanup
      testing
      patchlev.h
      fix some cosmetic/minor bugs, update dates and patchlev
      PARA_BASE from params branch
      CMD is based on CKT_BASE, not CARD
      fix permissions accidentally messed up in prior commit
      DISPATCHER_BASE and help command
      testing: generator, lang* , test script adds .gc extention for non-spice-batch
      more tests
      more tests
      Merge branch 'testing' of ssh://git.sv.gnu.org/srv/git/gnucap into testing
      new tests, change arglist for new_subckt, renew_subckt
      Merge branch 'testing' into help
      more fix stale traces
      testing, patchlev
      testing, patchlev
      Merge branch 'mos8' of ssh://git.sv.gnu.org/srv/git/gnucap into mos8
      Merge branch 'pkg' into unstable
      precalc_last ...  move to after setup
      move param eval from precalc_first to precalc_last
      update test results
      s_dc.cc consistent handling of temp
      precalc cleanup.
      precalc cleanup.
      precalc_last-2 -- modelgen and subckt
      precalc_last-2  ----  spice_wrapper
      Merge branch 'precalc_last-2' into unstable
      configure: generalize do-not-edit message
      configure: update make date and make checkin
      configure: update make header-check and make checkin
      configure:  make mingw (MS-windows) port compile
      Merge remote-tracking branch 'origin/configure' into unstable
      Merge remote-tracking branch 'origin/unstable'
      patchlev
      move gnucap-conf to "main"
      gnucap-conf: add exec permission
      Merge branch 'gnucap-conf-5' into unstable
      trace-1:  io_trace uses std::cerr, not fprintf
      Merge branch 'traces-1' into unstable
      traces-1: include/spice-wrapper.cc: update stale trace
      paramset:  multi-line paramset
      trace-fix: bug fix: itested
      Merge remote-tracking branch 'origin/io_trace-1' into trace-fix
      Merge remote-tracking branch 'origin/paramset' into trace-fix
      trace-fix:  "itested" update status .. is tested
      Merge branch 'trace-fix', 'traces-1', 'paramset' into unstable
      matrix: testing
      bm_pulse: fix initial value when rise=delay=0
      Merge branches 'matrix' , 'bm_pulse' into unstable
      subckt-1: rebase, testing, headers
      subckt-1: subckt is a plugin.  e_paramlist.*  COMMON_PARAMLIST
      subckt-1: testing, id tags, and cleanup
      subckt-1: d_subckt.cc back to lib.  lang_* muntzing
      Merge branch 'subckt-1' into unstable
      make depend
      transient: tstep becomes tstrobe, allow not specifying tstrobe
      transient-2: hidden count, testing
      transient-3: bug fix - crash when continuing transient after mod.
      transient-3:  bug fix .. catch trsteporder out of range user error
      transient-3: changes to transient step control on first step and after nonconvergence
      transient-3: more changes to initial time step control
      transient-3: add "0922" test results = new
      transient-3:  store (used by measure) and alarm use all time steps
      transient-4: cleanup and update tests
      Merge branch 'transient-4' into unstable
      transient-5: testing, bugfix: trsteporder range check
      Merge remote-tracking branches 'origin/transient-5' and 'origin/nouse-fix' into unstable
      plugpath-2: use gnucap-conf to find plugins
      plupath-2: refinement .. and use either environment GNUCAP_PLUGPATH or gnucap-conf
      plugpath-3: refinement, search in sequence
      plugpath-3d: putenv windows compat, bug fixes, help, alt Make2's in main
      plugpath-4: stash
      plugpath-4: config.h conflict fix, revert main/Make2*
      clang: "c++" not "g++" in configure, fix test_readline order
      clang: fix warnings that show when using clang
      Merge branch 'clang' and 'plugpath-4' into unstable
      plugpath-bug:  fix bug in prepare_env
      plugpath-bug: handle '/' in plugin name, add help text, list loaded plugins when no arg
      gnucap-conf-1: add help for includedir
      Merge remote-tracking branches 'origin/unused-1', 'origin/plugpath-bug' and 'origin/gnucap.conf-1' into develop
      spice-wrapper: use DPAIR instead of COMPLEX for spice matrix mapping
      attachfix: init _iter by std::fill_n
      attachfix-1: rework c_attach.cc - better error messages
      Merge branches 'spice-wrapper' and 'attachfix-1' into develop
      install-debug: add targets
      Merge branch 'install-debug' into develop
      fix:  plugin not found error message
      fix: change readline warning message.
      Merge branch 'fix' into develop
      Merge branch 'develop'

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list