[Libreoffice-commits] core.git: Changes to 'private/kendy/swinterpreter'

Jan Holesovsky kendy at collabora.com
Tue Nov 24 02:33:48 PST 2015


New branch 'private/kendy/swinterpreter' available with the following commits:
commit 2fb8894e45770b816e674a7c38e295f1e6673084
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Nov 24 11:12:33 2015 +0100

    sc: Implement S/W interpreter subsetting, similarly to openCL one.
    
    And add only the minimum amonut of operations we are sure about.
    
    Change-Id: I53b780091bc7b2cc78a3571b072ce00d19971fe8

commit 626675a2692907ba5363f135c0f67d19ebdc5ff5
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Nov 24 10:27:03 2015 +0100

    sc: Implement ScVectorRefMatrix.
    
    This is a ScMatrix implementation that operates directly on
    formula::DoubleVectorRefToken, saving tremendous amount of copying data back
    and forth.
    
    Change-Id: I027e6cb668ef40eb474773a0ce8d0eeefc1ab71c

commit 5c2e5c2e4dc5ab5f904a9160d1cc87ab36d5fc65
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Nov 19 13:17:21 2015 +0100

    sc: Forgotten virtual / override.
    
    Change-Id: I5b7a39b603359584e3631b0c1851556bbc3624ae

commit b8f625deb46655d08877595bc5489a63bdeef9bb
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Nov 19 12:48:01 2015 +0100

    sc: One more place where we need to enable the SW interpreter.
    
    Rename the variable when I am at that :-)
    
    Change-Id: Ia457c477e5677e7f89a35b331df0933e2eb3f5b3

commit 3865fb5ba8e4550c08a059afb555a5f0521c57a7
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Nov 19 12:42:36 2015 +0100

    sc: Introduce Abstract Base Class for ScMatrix, for a future ScSubMatrix.
    
    Sometimes it is better to have a cached ScMatrix, and create various
    ScSubMatrix'es that are just subset of the ScMatrix.  This refactor will allow
    creation of such a ScSubMatrix.
    
    Change-Id: I3e5d7b9e2e0f9b9bf350336a8582cfd852586b3f



More information about the Libreoffice-commits mailing list