summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida2-105/+82
2013-11-18Don't forget to generate RPN tokens here.Kohei Yoshida1-0/+2
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida2-26/+26
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida2-54/+7
2013-11-18Handle matrix.Kohei Yoshida2-20/+77
2013-11-18Handle external functions (add-ins).Kohei Yoshida2-2/+22
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida3-51/+65
2013-11-18Handle sheet-local range names too.Kohei Yoshida5-36/+109
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida4-3/+54
2013-11-18Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida2-7/+6
2013-11-18We don't need this any more.Kohei Yoshida1-56/+11
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida3-47/+57
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida5-28/+86
2013-11-18Test correct quoting of sheet names.Kohei Yoshida1-2/+16
2013-11-18fixed out-of-bounds string accessEike Rathke1-1/+1
2013-11-18GPU Calc: turn on parallel sumifs and parallel sum reduceI-Jui (Ray) Sung1-23/+11
2013-11-18GPU Calc: testcases for horizontal rangesI-Jui (Ray) Sung2-0/+32
2013-11-18GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung3-26/+47
2013-11-18datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan1-1/+26
2013-11-18GPU Calc: re-enable parallel sum reduction after fixing regressionsI-Jui (Ray) Sung1-6/+11
2013-11-18Remove now incorrect commentTor Lillqvist1-5/+0
2013-11-18GPU Calc: fall back to SW interp for unsupported double vector variantsI-Jui (Ray) Sung1-0/+3
2013-11-18GPU Calc: fix regression caused by reductionI-Jui (Ray) Sung1-1/+1
2013-11-17GPU Calc: fix building error on WindowsI-Jui (Ray) Sung1-9/+7
2013-11-17GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung3-58/+96
2013-11-17GPU calc: refactor code for sum reduction andWei Wei2-20/+21
2013-11-18disable test if no OpenCL platform is foundMarkus Mohrhard1-0/+3
2013-11-17GPU Calc: add tolerance when expected == 0 for weibullI-Jui (Ray) Sung1-1/+2
2013-11-17GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWSyiming ju2-0/+38
2013-11-17GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWSyiming ju1-9/+48
2013-11-17use the correct formula grammar for export, fdo#71549Markus Mohrhard1-1/+1
2013-11-17fix buildMarkus Mohrhard1-1/+1
2013-11-17enable opencl-test again on all platformsMarkus Mohrhard1-2/+1
2013-11-17fix problem with retriving vendor information from opencl devicesMarkus Mohrhard1-1/+1
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard2-1/+31
2013-11-17missing translatable="yes" attributesAndras Timar2-2/+2
2013-11-17WaE: unused variablesTor Lillqvist1-0/+2
2013-11-17CppunitTest_sc_opencl_test doesn't crash on OS XTor Lillqvist1-3/+7
2013-11-17GPU Calc: unit test cases for ANDminwang3-0/+31
2013-11-17GPU Calc: implemented for ANDminwang4-0/+144
2013-11-17fdo#71652 - change thousand separate descriptionJoel Madero1-1/+1
2013-11-17GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD queryI-Jui (Ray) Sung1-4/+0
2013-11-16GPU Calc: unit test cases for COVARyiming ju3-0/+28
2013-11-16GPU Calc: implemented COVARyiming ju3-0/+275
2013-11-16GPU Calc: unit test cases for STDEVPshiming zhang3-0/+28
2013-11-16GPU Calc: implemented STDEVPshiming zhang3-0/+244
2013-11-16GPU Calc: unit test cases for SUMXMY2yiming ju3-0/+31
2013-11-16GPU Calc: implemented SUMXMY2yiming ju3-0/+67
2013-11-16GPU Calc: unit test cases for TINVshiming zhang3-0/+28
2013-11-16GPU Calc: implemented TINVshiming zhang3-0/+139