[coinor-cbc] branch master updated (570c38c -> 45c0e6c)

Miles Lubin mlubin-guest at moszumanska.debian.org
Thu Sep 4 01:35:12 UTC 2014


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

mlubin-guest pushed a change to branch master
in repository coinor-cbc.

      from  570c38c   bump; prepare for unstable
      adds  4a6551e   Imported Upstream version 2.8.12
       new  8ecb027   Merge tag 'upstream/2.8.12'
       new  7e4d41d   bump (same changes as coinutils)
       new  45c0e6c   refresh fix-addlibs-file.patch

The 3 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:
 .../CbcWithInstalledLibraries/BaseCBCProject.sln   |   20 +
 .../BaseCBCProject.vcxproj                         |   88 +
 .../v10/CbcWithInstalledLibraries/README.txt       |   12 +
 .../v10/CbcWithInstalledLibraries/main.cpp         |   37 +
 Makefile.am                                        |    7 +-
 Makefile.in                                        |    8 +-
 configure                                          |  143 +-
 configure.ac                                       |    6 +-
 debian/changelog                                   |    9 +
 debian/control                                     |   11 +-
 debian/patches/fix-addlibs-file.patch              |    4 +-
 debian/patches/series                              |    1 -
 debian/patches/shlibdeps.patch                     |   34 -
 debian/rules                                       |    4 +-
 examples/parallel.cpp                              |  235 +++
 examples/parallel2.cpp                             |  196 ++
 src/CbcBranchLotsize.cpp                           |   18 +-
 src/CbcEventHandler.hpp                            |    6 +-
 src/CbcHeuristic.cpp                               |    6 +-
 src/CbcMipStartIO.cpp                              |   69 +-
 src/CbcModel.cpp                                   |  127 +-
 src/CbcModel.hpp                                   |    6 +-
 src/CbcNode.cpp                                    |   13 +-
 src/CbcSOS.cpp                                     |   30 +-
 src/CbcSolver.cpp                                  |  254 ++-
 src/CbcSolver.hpp                                  |   64 +-
 src/CbcThread.hpp                                  |   10 +-
 src/CbcTree.cpp                                    |   63 +-
 src/Cbc_C_Interface.cpp                            | 2064 +++-----------------
 src/Cbc_C_Interface.h                              |  642 ++----
 src/Cbc_ampl.cpp                                   |   20 +-
 src/Makefile.am                                    |   14 +-
 src/Makefile.in                                    |  209 +-
 src/OsiCbc/Makefile.am                             |    7 +-
 src/OsiCbc/Makefile.in                             |    7 +-
 src/config_cbc_default.h                           |    4 +-
 src/unitTestClp.cpp                                |    4 +-
 test/CInterfaceTest.c                              |  381 ++++
 test/Makefile.am                                   |   20 +-
 test/Makefile.in                                   |   63 +-
 40 files changed, 2198 insertions(+), 2718 deletions(-)
 create mode 100644 MSVisualStudio/v10/CbcWithInstalledLibraries/BaseCBCProject.sln
 create mode 100644 MSVisualStudio/v10/CbcWithInstalledLibraries/BaseCBCProject.vcxproj
 create mode 100644 MSVisualStudio/v10/CbcWithInstalledLibraries/README.txt
 create mode 100644 MSVisualStudio/v10/CbcWithInstalledLibraries/main.cpp
 delete mode 100644 debian/patches/shlibdeps.patch
 create mode 100644 examples/parallel.cpp
 create mode 100644 examples/parallel2.cpp
 create mode 100644 test/CInterfaceTest.c

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



More information about the debian-science-commits mailing list