History log of /trunk/main/vigra/vigra1.6.0.patch (Results 1 - 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta, AOO401, AOO400
# a09c9fef 11-Feb-2013 Herbert Dürr

fix vigra patch for BasicImage::resizeCopy()

"data_" is an actual data pointer but "data" is a member function
(since vigra-1.4). The method resizeCopy() seems to confuse data and data_

fix vigra patch for BasicImage::resizeCopy()

"data_" is an actual data pointer but "data" is a member function
(since vigra-1.4). The method resizeCopy() seems to confuse data and data_
which the clang compiler was happy to point out. The OOo patch to vigra-1.4
already solved that problem but it was lost in the upgrade to vigra-1.6


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444805 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO340
# 0ee13d32 21-Sep-2012 Pedro Giffuni

Build fix.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388355 13f79535-47bb-0310-9956-ffa450edef68


# 7ddac0f0 21-Sep-2012 Pedro Giffuni

Vigra: add missing mathutil.hxx patch

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388314 13f79535-47bb-0310-9956-ffa450edef68


# 62968b57 19-Sep-2012 Pedro Giffuni

Updates to upstream mdds and Vigra

mdds 0.3.1

* added support for boost::unordered_map (boost) and
std::hash_map (stlport) in addition to C++0x's
std::unordered_ma

Updates to upstream mdds and Vigra

mdds 0.3.1

* added support for boost::unordered_map (boost) and
std::hash_map (stlport) in addition to C++0x's
std::unordered_map.

More information here on the mdds changes here:
http://kohei.us/2010/10/15/mdds-0-3-1/

Vigra 1.6.0 (Newer versions use Cmake)

* Adds a lot of functionality and includes improvements
for 64 bit compilers.
* Add explicit cast (gcc 4.7 compatibility patch by Stephan Bergmann)
https://github.com/ukoethe/vigra/commit/e0dcd31c76bb13c98920e21544b309ca47bb3c5c

More information on the Vigra changes here:
http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1387816 13f79535-47bb-0310-9956-ffa450edef68

show more ...