[glpk] branch master updated (c5cac68 -> ce7af32)
Sébastien Villemot
sebastien at debian.org
Fri Oct 2 11:51:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastien pushed a change to branch master
in repository glpk.
from c5cac68 Changelog entry for 4.55-1.
adds 6284715 Imported Upstream version 4.56
new 8d2f884 Merge tag 'upstream/4.56'
new b35b6ef d/copyright: reflect upstream changes.
new 6e80aa2 Refresh patches.
new 52e7bae Bump Standards-Version to 3.9.6, no changes needed.
new ce7af32 Changelog entry for 4.56-1.
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:
ChangeLog | 22 +
NEWS | 15 +
README | 8 +-
THANKS | 2 +
configure | 20 +-
configure.ac | 2 +-
debian/changelog | 8 +
debian/control | 2 +-
debian/copyright | 4 +-
debian/patches/no-embedded-zlib.patch | 22 +-
doc/notes/simplex.pdf | Bin 244242 -> 829774 bytes
examples/INDEX | 8 +-
examples/alloy.mps | 2 +-
examples/furnace.mps | 2 +-
src/Makefile.am | 11 +-
src/Makefile.in | 88 +-
src/bfd.c | 6 +
src/bflib/sgf.c | 19 +
src/glpapi21.c | 6 +-
src/glpk.h | 4 +-
src/glpspx01.c | 2971 --------------------
src/glpsql.c | 9 +-
src/prob.h | 2 +-
src/simplex/spxat.c | 265 ++
src/simplex/spxat.h | 80 +
src/simplex/spxchuzc.c | 381 +++
src/simplex/spxchuzc.h | 85 +
src/simplex/spxchuzr.c | 388 +++
src/{glpspx.h => simplex/spxchuzr.h} | 27 +-
src/simplex/spxlp.c | 674 +++++
src/simplex/spxlp.h | 214 ++
src/simplex/spxnt.c | 260 ++
src/simplex/spxnt.h | 89 +
src/simplex/spxprim.c | 1139 ++++++++
src/simplex/spxprob.c | 679 +++++
src/simplex/spxprob.h | 64 +
...GLPK_with_VC10.bat => Build_GLPK_with_VC14.bat} | 4 +-
...h_VC10_DLL.bat => Build_GLPK_with_VC14_DLL.bat} | 4 +-
w32/Makefile_VC | 298 +-
w32/Makefile_VC_DLL | 310 +-
w64/glpk_4_55.def => w32/glpk_4_56.def | 446 +--
...GLPK_with_VC10.bat => Build_GLPK_with_VC14.bat} | 4 +-
...h_VC10_DLL.bat => Build_GLPK_with_VC14_DLL.bat} | 4 +-
w32/glpk_4_55.def => w64/glpk_4_56.def | 446 +--
w64/makefile_VC | 298 +-
w64/makefile_VC_DLL | 310 +-
46 files changed, 5611 insertions(+), 4091 deletions(-)
delete mode 100644 src/glpspx01.c
create mode 100644 src/simplex/spxat.c
create mode 100644 src/simplex/spxat.h
create mode 100644 src/simplex/spxchuzc.c
create mode 100644 src/simplex/spxchuzc.h
create mode 100644 src/simplex/spxchuzr.c
copy src/{glpspx.h => simplex/spxchuzr.h} (58%)
create mode 100644 src/simplex/spxlp.c
create mode 100644 src/simplex/spxlp.h
create mode 100644 src/simplex/spxnt.c
create mode 100644 src/simplex/spxnt.h
create mode 100644 src/simplex/spxprim.c
create mode 100644 src/simplex/spxprob.c
create mode 100644 src/simplex/spxprob.h
copy w32/{Build_GLPK_with_VC10.bat => Build_GLPK_with_VC14.bat} (60%)
copy w32/{Build_GLPK_with_VC10_DLL.bat => Build_GLPK_with_VC14_DLL.bat} (61%)
rename w64/glpk_4_55.def => w32/glpk_4_56.def (93%)
copy w64/{Build_GLPK_with_VC10.bat => Build_GLPK_with_VC14.bat} (60%)
copy w64/{Build_GLPK_with_VC10_DLL.bat => Build_GLPK_with_VC14_DLL.bat} (60%)
rename w32/glpk_4_55.def => w64/glpk_4_56.def (93%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git
More information about the debian-science-commits
mailing list