[Pkg-electronics-commits] [gnucap] branch master updated (1af75d7 -> 372e45e)

felix salfelder felix-guest at moszumanska.debian.org
Wed Oct 4 03:21:42 UTC 2017


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

felix-guest pushed a change to branch master
in repository gnucap.

      from  1af75d7   add -DNDEBUG to CPPFLAGS
       new  2c4f8fa   transient-5: testing, bugfix: trsteporder range check
       new  12971c3   dont use USE in m_matrix.h
       new  61c20b7   Merge remote-tracking branches 'origin/transient-5' and 'origin/nouse-fix' into unstable
       new  6274560   plugpath-2: use gnucap-conf to find plugins
       new  d70ee03   plupath-2: refinement .. and use either environment GNUCAP_PLUGPATH or gnucap-conf
       new  50f76e2   plugpath-3: refinement, search in sequence
       new  e78fe3a   make GNUCAP_PLUGPATH behave more like LD_LIBRARY_PATH
       new  e08f5ce   move PLUGPATH configurability to main.cc
       new  94db895   getenv LD_LIBRARY_PATH in main.
       new  b5b726e   get rid of stringize.
       new  9917260   include config.h if present
       new  eecc8eb   plugpath-3d: putenv windows compat, bug fixes, help, alt Make2's in main
       new  b37872c   create&use main/config.h
       new  92cbe6f   permit to override various constants in md.h
       new  af6cf6c   move config parts from md.h to main/config.h
       new  9489e23   fix pkglibdir in main/configure
       new  6197b34   char* for GNUCAP_PLUGPATH storage
       new  df40958   plugpath-4: stash
       new  ed82143   plugpath-4: config.h conflict fix, revert main/Make2*
       new  1988f1c   clang: "c++" not "g++" in configure, fix test_readline order
       new  624a241   clang: fix warnings that show when using clang
       new  8586afc   Merge branch 'clang' and 'plugpath-4' into unstable
       new  646d2fc   fix warning (-Wunused-variable)
       new  0b8e642   plugpath-bug:  fix bug in prepare_env
       new  f3059b5   plugpath-bug: handle '/' in plugin name, add help text, list loaded plugins when no arg
       new  d4da214   gnucap.conf: move configuration to gnucap.conf
       new  7814b2e   move gnucap.conf into @sysconfdir@
       new  878e8e7   gnucap-conf-1: add help for includedir
       new  868ad1c   Merge remote-tracking branches 'origin/unused-1', 'origin/plugpath-bug' and 'origin/gnucap.conf-1' into develop
       new  ca878ea   spice-wrapper: use DPAIR instead of COMPLEX for spice matrix mapping
       new  8358376   attach bugfix attempt
       new  7f5902c   initialize _iter
       new  c0b4ba1   attachfix: init _iter by std::fill_n
       new  3ec728c   attachfix-1: rework c_attach.cc - better error messages
       new  a6d09cb   Merge branches 'spice-wrapper' and 'attachfix-1' into develop
       new  692991f   install-debug: add targets
       new  5b49d6b   Merge branch 'install-debug' into develop
       new  b1ae2d1   fix:  plugin not found error message
       new  1d1cfeb   fix: change readline warning message.
       new  de41e5d   Merge branch 'fix' into develop
       new  519303b   Merge branch 'develop'
       new  7bb5370   Merge tag '20171003'
       new  372e45e   adjust to 20171003, some cleanup

The 43 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Make3                                              |  14 +-
 Makefile                                           |   7 +
 Makefile.template                                  |   6 +-
 apps/Make1                                         |   2 +-
 apps/configure                                     |   2 +-
 apps/s_fo.cc                                       |   4 +-
 apps/s_tr_swp.cc                                   |   6 +-
 debian/changelog                                   |   8 +-
 debian/rules                                       |  12 +-
 include/Make.depend                                |   0
 include/configure                                  |   2 +-
 include/e_compon.h                                 |   2 +
 include/l_dispatcher.h                             |   2 +-
 include/l_lib.h                                    |  18 +++
 include/m_matrix.h                                 |  12 +-
 include/md.h                                       |  12 --
 include/patchlev.h                                 |   2 +-
 include/spice-wrapper.cc                           |  38 +++---
 lib/c_attach.cc                                    | 148 +++++++++++++++------
 lib/configure                                      |   6 +-
 lib/d_subckt.cc                                    |  16 +--
 lib/e_elemnt.cc                                    |   5 +-
 lib/io_findf.cc                                    |  12 +-
 lib/m_expression_reduce.cc                         |   3 +-
 lib/test_readline.cc                               |   1 +
 lib/u_opt2.cc                                      |   4 +-
 lib/u_sim_data.cc                                  |   2 +-
 main/Make.depend                                   |   2 +-
 main/Make1                                         |   4 +-
 main/config.h.in                                   |  47 +++++++
 main/configure                                     |  17 ++-
 main/gnucap-conf.in                                |  16 +--
 main/gnucap.conf.in                                |  12 ++
 main/main.cc                                       |  18 ++-
 modelgen/configure                                 |   2 +-
 tests/==out/c_attach.1.gc.out                      |  16 +++
 tests/==out/c_measure.1s.ckt.out                   |  46 +++++++
 .../{c_measure.2.ckt.out => c_measure.2s.ckt.out}  |  12 --
 tests/==out/s_tr.6.gc.out                          |   2 +
 tests/==out/s_tr.6r.gc.out                         |  22 +++
 tests/c_attach.1.gc                                |   6 +
 tests/{c_measure.1.ckt => c_measure.1s.ckt}        |   2 +-
 tests/{c_measure.2.ckt => c_measure.2s.ckt}        |   2 +-
 tests/s_tr.6r.gc                                   |   9 ++
 44 files changed, 432 insertions(+), 149 deletions(-)
 delete mode 100644 include/Make.depend
 create mode 100644 main/config.h.in
 create mode 100644 main/gnucap.conf.in
 create mode 100644 tests/==out/c_attach.1.gc.out
 create mode 100644 tests/==out/c_measure.1s.ckt.out
 copy tests/==out/{c_measure.2.ckt.out => c_measure.2s.ckt.out} (76%)
 create mode 100644 tests/==out/s_tr.6r.gc.out
 create mode 100644 tests/c_attach.1.gc
 copy tests/{c_measure.1.ckt => c_measure.1s.ckt} (98%)
 copy tests/{c_measure.2.ckt => c_measure.2s.ckt} (91%)
 create mode 100644 tests/s_tr.6r.gc

-- 
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