[qrouter] branch master updated (babe498 -> 6f9903b)

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Feb 20 18:04:28 UTC 2015


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

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

      from  babe498   Enabled hardening=+all
      adds  3b06596   Corrected an error in the net cleanup routine where the ends of nets are modified where vias on the same net are placed on adjacent route tracks, but the spacing rules do not allow this. The existing code was not tracking the last routing layer used, and so could end up extending the wrong route layer after removing the via.
      adds  09d2b66   Update at Mon Oct 20 11:16:33 EDT 2014 by tim
      adds  9f77fec   Merge branch 'master' into work
      adds  b86705e   Corrected a problem for large layouts where the starting value was set too low in a search for a maximum distance.
      adds  d456dec   Update at Tue Oct 21 09:43:48 EDT 2014 by tim
      adds  73db8a5   Merge branch 'master' into work
      adds  c934fe4   Implemented some memory savings by tracking the number of layers that have pins defined, and using that value to restrict the number of layers allocated for the Nodeloc, Nodesav, and Stub arrays.  Also some searches are restricted to those layers only, leading to a small amount of speedup (but probably not significant).
      adds  353842d   Update at Fri Oct 24 12:41:57 EDT 2014 by tim
      adds  97714c1   Merge branch 'master' into work
      adds  e3381a3   Corrections to restore the ability to handle an already-routed input net (in which case it basically verifies the routing).
      adds  fd67a14   .gitignore is now working
      adds  95c1f06   Update at Sat Feb 14 11:56:58 EST 2015 by tim
      adds  58af34c   Merge branch 'master' into work
       new  dffc34d   Merge tag '1.3.7'
       new  e2dd563   New version
       new  7b5bb04   Refreshed patches
       new  e914426   Removed 03_remove_files.patch
       new  6f9903b   hardening=all causes trouble. temporarily disabling

The 5 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:
 Makefile                                      |  127 ---
 VERSION                                       |    2 +-
 config.log                                    |  428 --------
 config.status                                 |  951 -----------------
 debian/changelog                              |    9 +
 debian/patches/01_chmod_executable.patch      |   14 -
 debian/patches/02_use_tkcon_from_debian.patch |   10 -
 debian/patches/03_remove_files.patch          | 1391 -------------------------
 debian/patches/series                         |    1 -
 debian/rules                                  |    4 +-
 graphics.c                                    |    2 +-
 maze.c                                        |   31 +-
 node.c                                        |   67 +-
 qrouter.c                                     |   50 +-
 qrouter.h                                     |    1 +
 15 files changed, 124 insertions(+), 2964 deletions(-)
 delete mode 100644 Makefile
 delete mode 100644 config.log
 delete mode 100755 config.status
 delete mode 100644 debian/patches/03_remove_files.patch

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