[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-11 Thread Kohei Yoshida
sc/source/filter/excel/excform.cxx | 26 +- sc/source/filter/excel/excimp8.cxx |2 +- sc/source/filter/excel/impop.cxx | 11 ++- sc/source/filter/excel/read.cxx |5 - sc/source/filter/excel/xicontent.cxx | 19 ++- sc/so

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-11 Thread Kohei Yoshida
sc/source/core/opencl/formulagroupcl.cxx | 19 + sc/source/core/tool/formulagroup.cxx | 62 ++- 2 files changed, 54 insertions(+), 27 deletions(-) New commits: commit 0b28477226793fca61edee5156c34d4879d7f0e3 Author: Kohei Yoshida Date: Wed Sep 11 12:

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-10 Thread Kohei Yoshida
sc/source/core/opencl/formulagroupcl.cxx |8 sc/source/core/tool/formulagroup.cxx |2 +- 2 files changed, 9 insertions(+), 1 deletion(-) New commits: commit 9e4a6760a5a2045696f86bdf26913d26699e4ac3 Author: Kohei Yoshida Date: Tue Sep 10 17:10:15 2013 -0400 Disable dum

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-10 Thread Kohei Yoshida
sc/source/core/opencl/formulagroupcl.cxx | 14 + sc/source/core/opencl/oclkernels.hxx |5 + sc/source/core/opencl/openclwrapper.cxx | 39 -- sc/source/core/opencl/openclwrapper.hxx | 84 +++ sc/source/core/tool/formulagroup.cxx |2

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-10 Thread Kohei Yoshida
sc/source/core/data/document.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3a4b281ee1b5078430df81ead2eedd60aa714f74 Author: Kohei Yoshida Date: Tue Sep 10 09:17:12 2013 -0400 Oops I forgot a return statement. Change-Id: Ifdea804b178ccf5c25ef21fb

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-09 Thread Kohei Yoshida
Rebased ref, commits from common ancestor: commit b44aca7cfc0c7b73f6213ee3f5d4c5f3b2fc8e95 Author: Kohei Yoshida Date: Tue Sep 10 00:11:13 2013 -0400 Fix several logic errors in required array size calculation. Change-Id: Ife05e21583d14c873d38c09d78e964cdb3817d6c diff --git a/sc/s

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-09 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx |6 +++--- sc/source/core/tool/formulagroup.cxx | 11 --- 2 files changed, 11 insertions(+), 6 deletions(-) New commits: commit d087e58d0787584f2829f3cf854d4d6b217e0c05 Author: Kohei Yoshida Date: Tue Sep 10 00:11:13 2013 -0400 Fix severa

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-09 Thread Kohei Yoshida
sc/source/core/data/column2.cxx |6 +++- sc/source/core/tool/formulagroup.cxx | 44 +-- 2 files changed, 46 insertions(+), 4 deletions(-) New commits: commit 21567d48e49bb91f4dd2610f21630a68108218fc Author: Kohei Yoshida Date: Mon Sep 9 15:32:25 2013

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-09 Thread Kohei Yoshida
sc/source/core/data/column2.cxx |9 ++--- sc/source/core/tool/formulagroup.cxx | 14 +- sc/source/core/tool/interpr6.cxx |2 +- 3 files changed, 20 insertions(+), 5 deletions(-) New commits: commit 7611a40ef8d2a92bcc2f080a3725cccb7ffe871f Author: Kohei Yoshida

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-09 Thread Kohei Yoshida
sc/source/core/opencl/formulagroupcl.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit 8b7b76cfeead4c77af0c34d64eb17b0bd476e20a Author: Kohei Yoshida Date: Mon Sep 9 11:05:03 2013 -0400 The OpenCL interpreter doesn't have to be a child class of the

[Libreoffice-commits] core.git: Branch 'private/kohei/formula-opencl-work' - sc/source

2013-09-09 Thread Kohei Yoshida
sc/source/core/opencl/formulagroupcl.cxx | 24 sc/source/core/tool/formulagroup.cxx |3 +++ 2 files changed, 15 insertions(+), 12 deletions(-) New commits: commit d718f08f18da1fbee08e60fb8c6013abae1c7126 Author: Kohei Yoshida Date: Mon Sep 9 10:52:42 2013 -04