[qrouter] branch master updated (261e950 -> 78d8a47)

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Feb 19 17:13:19 UTC 2016


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

rubund-guest pushed a change to branch master
in repository qrouter.

      from  261e950   Refreshed patches and added changelog entry
      adds  e773571   Wholesale update with changes from Staf Verhaegen's branch on gitlab.com.  Only difference from that version is a change to the nesting of the statement in maze.c annotated with FIXME by Staf.
      adds  4bbffa5   Update at Mon Jan 18 19:51:59 EST 2016 by tim
      adds  f47e657   Merge branch 'master' into work
      adds  50d6ccc   Forgot to run autoconf before the last update, to capture the single change made to compile options in configure.in.
      adds  288ceff   Added two missing function declarations in maze.h, but also removed the switch to treat warnings as compile errors, since that should only be used for development cleanup.
      adds  8f3e0ba   Update at Thu Jan 21 20:20:46 EST 2016 by tim
      adds  3533d3f   Merge branch 'master' into work
      adds  a6df51b   Partially reverted some code handling the removal of neighboring vias where such vias generate DRC spacing errors.  After removing the via, one of the routes is supposed to close the space between the removed via and the remaining via.  The code was preventing this from happening.  However, that code appears to have been added to prevent exactly the error that it is causing.  The original example that caused the error that code was supposed to fix no longer generates [...]
      adds  4085a85   Update at Fri Jan 29 10:39:54 EST 2016 by tim
      adds  52ac2f2   Merge branch 'master' into work
      adds  f94b70f   Corrected layer extension in cleanup_net;  when via at end of route attached to the layer below, then the segment layer has to be changed.
      adds  2647f34   Update at Sat Feb  6 22:03:03 EST 2016 by tim
      adds  115f228   Merge branch 'master' into work
      adds  04a99a6   Corrected the "cleanup_net" routine, properly this time.  Fix has been tested.  Should no longer leave unconnected nets where neighboring vias have been reduced to one to avoid DRC errors.
      adds  d0461a7   Update at Fri Feb 12 20:59:06 EST 2016 by tim
      adds  ea9db73   Merge branch 'master' into work
      adds  b523711   Corrected handling of LEF files that define a layer with zero pitch and/or width, which should be handled by eliminating that layer from routing use.  Such layers will not be output in the info file when using qrouter -i (although this previously caused a crash condition).
      adds  cec2321   Merge tag '1.3.38' into upstream
       new  c543c3b   Merge tag 'upstream/1.3.38'
       new  78d8a47   New changelog entry

The 2 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:
 VERSION          |   2 +-
 configure        |   8 +
 configure.in     |   8 +
 debian/changelog |   8 +
 debian/control   |   2 +-
 def.c            | 125 +++++++++------
 def.h            |  13 ++
 graphics.c       | 138 +++++++++++++---
 graphics.h       |  31 ++++
 lef.c            |  18 ++-
 lef.h            |   5 +-
 main.c           |  10 +-
 maze.c           |  40 +++--
 maze.h           |   4 +-
 node.c           |  69 ++++----
 node.h           |  24 +--
 qconfig.c        |   8 +-
 qconfig.h        |   2 +-
 qrouter.c        | 275 ++++++++++++++++++++++---------
 qrouter.h        |  67 +++-----
 tclqrouter.c     | 480 +++++++++++++++++++++++++++++++++++--------------------
 tkSimple.c       |  11 +-
 tkSimple.h       |  13 ++
 23 files changed, 905 insertions(+), 456 deletions(-)
 create mode 100644 def.h
 create mode 100644 graphics.h
 create mode 100644 tkSimple.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qrouter.git



More information about the debian-science-commits mailing list