[opengm] branch master updated (a855f98 -> 3e0c403)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Nov 1 17:14:40 UTC 2015


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

ghisvail-guest pushed a change to branch master
in repository opengm.

      from  a855f98   Merge pull request #379 from DerThorsten/master
       new  d101244   Use correct namespace in inf_def_visitor.hxx
       new  b73e044   Merge pull request #381 from yanlend/patch-1
       new  81c5f49   Added missing include in test_canonicalview.cxx
       new  e5b53e1   Merge pull request #382 from yanlend/patch-2
       new  9057ff8   Added missing include
       new  9479a66   Merge pull request #384 from yanlend/patch-1
       new  c6307e4   add BUILD_DOCS option for building the API documentation
       new  7c67e87   install docs under conventional share/doc directory
       new  d89645c   Merge pull request #383 from ghisvail/enh/add-build-docs-option
       new  52e485f   exclude copy .git and .cmake
       new  8324458   fix test
       new  b3af7d2   ugly hot fix for boost graph max flow - but it should work.
       new  a7e4be1   make Python interpreter a requirement within BUILD_PYTHON_WRAPPER
       new  2f84f27   use CMAKE_INSTALL_PREFIX friendly install path
       new  430e627   include Python extension modules to list of installed files
       new  80e4f7a   Merge pull request #385 from ghisvail/fix/python-module-install-path
       new  e6d7af1   s/undefine/undef in macro checks
       new  74356bc   Merge pull request #387 from ghisvail/fix/typo-in-test-graphcut
       new  c2b0ad8   Prevent collision between the Python modules and docs builds
       new  33b95a7   Make sphinx a requirement for building the Python docs
       new  d51b3d6   Remove redundant sphinxdoc configuration
       new  4adc665   Register BUILD_PYTHON_DOCS as a CMake build option
       new  730997e   Install Python docs under share/doc/python-opengm
       new  6d30663   Merge pull request #388 from ghisvail/fix/python-doc-installation
       new  10f02f4   Use more selective install target for public OpenGM headers
       new  3d4c18e   Merge pull request #390 from ghisvail/fix/install-target-for-headers
       new  3c16808   add free version of a lena image ;-)
       new  1751dd4   Use more selective install target for the Python interface
       new  6fa0352   Cleanup code from old Python interface install rule
       new  e6a0d9d   Merge pull request #391 from ghisvail/fix/install-target-for-python
       new  7c5750f   Merge branch 'master' of https://github.com/opengm/opengm
       new  dff9cf9   change assert to OPENGM_TEST in unittests
       new  0a9d0da   add option to add all cycles of length 3 in the beginning
       new  95731ce   Merge pull request #100 from opengm/master
       new  cdbb9a2   Merge branch 'master' of https://github.com/joergkappes/opengm
       new  2402d99   Remove non-free Lena image from source tree
       new  205f545   Merge pull request #392 from ghisvail/fix/remove-non-free-lena
       new  3cac7c5   Add missing "*.hpp" pattern to the OpenGM headers install target
       new  3a6ef0d   Merge pull request #393 from ghisvail/fix/missing-fix-fusion-include-headers
       new  b5b445e   Merge pull request #101 from opengm/master
       new  8874dce   Merge pull request #394 from joergkappes/master
       new  58df179   Update README.md
       new  0c42344   Update README.md
       new  18ea35b   Merge branch 'master' of https://github.com/opengm/opengm
       new  8158475   Make documentation build reproducible
       new  ad545f1   Merge pull request #396 from ghisvail/enh/doxygen-no-html-timestamp
       new  92c9d09   trick to let clang not optimize mem-allocation away :-)
       new  0b3e90e   add changes since the last release in the changelog
       new  50e7ef6   add missing guards for CGC
       new  3e0c403   Update ChangeLog.txt

The 50 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:
 CMakeLists.txt                                     |  70 ++++++------
 ChangeLog.txt                                      |  35 +++++-
 Doxyfile.in                                        |   2 +-
 README.md                                          |  23 ++++
 include/opengm/inference/cgc/submodel2.hxx         |   7 +-
 include/opengm/inference/multicut.hxx              |  69 +++++++++++-
 include/opengm/utilities/meminfo.hxx               |   3 +-
 src/interfaces/common/caller/multicut_caller.hxx   |   1 +
 src/interfaces/python/CMakeLists.txt               |  33 ++----
 src/interfaces/python/examples/freelena.bmp        | Bin 0 -> 786554 bytes
 src/interfaces/python/examples/lena.bmp            | Bin 786486 -> 0 bytes
 .../python/opengm/inference/inf_def_visitor.hxx    |   4 +-
 src/unittest/inference/test_graphcut.cxx           |   8 +-
 src/unittest/test_canonicalview.cxx                |   1 +
 src/unittest/test_graphicalmodeldecomposer.cxx     | 117 +++++++++++----------
 src/unittest/test_memoryinfo.cxx                   |  22 ++--
 src/unittest/test_operations.cxx                   |  54 +++++-----
 17 files changed, 287 insertions(+), 162 deletions(-)
 create mode 100644 src/interfaces/python/examples/freelena.bmp
 delete mode 100644 src/interfaces/python/examples/lena.bmp

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



More information about the debian-science-commits mailing list