summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-19-Werror,-Wunused-private-fieldStephan Bergmann
2013-11-18GPU Calc: unrolling of sequential reduction loops for DoubleVectorRefsI-Jui (Ray) Sung
2013-11-18GPU Calc: add compile time option for using fmin/fmax intrinsicsI-Jui (Ray) Sung
2013-11-18GPU Calc: enables parallel min/max reductionI-Jui (Ray) Sung
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida
2013-11-18Don't forget to generate RPN tokens here.Kohei Yoshida
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida
2013-11-18Handle matrix.Kohei Yoshida
2013-11-18Handle external functions (add-ins).Kohei Yoshida
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida
2013-11-18Handle sheet-local range names too.Kohei Yoshida
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida
2013-11-18Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida
2013-11-18We don't need this any more.Kohei Yoshida
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida
2013-11-18Test correct quoting of sheet names.Kohei Yoshida
2013-11-18fixed out-of-bounds string accessEike Rathke
2013-11-18GPU Calc: turn on parallel sumifs and parallel sum reduceI-Jui (Ray) Sung
2013-11-18GPU Calc: testcases for horizontal rangesI-Jui (Ray) Sung
2013-11-18GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung
2013-11-18datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan
2013-11-18GPU Calc: re-enable parallel sum reduction after fixing regressionsI-Jui (Ray) Sung
2013-11-18Remove now incorrect commentTor Lillqvist
2013-11-18GPU Calc: fall back to SW interp for unsupported double vector variantsI-Jui (Ray) Sung
2013-11-18GPU Calc: fix regression caused by reductionI-Jui (Ray) Sung
2013-11-17GPU Calc: fix building error on WindowsI-Jui (Ray) Sung
2013-11-17GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung
2013-11-17GPU calc: refactor code for sum reduction andWei Wei
2013-11-18disable test if no OpenCL platform is foundMarkus Mohrhard
2013-11-17GPU Calc: add tolerance when expected == 0 for weibullI-Jui (Ray) Sung
2013-11-17GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWSyiming ju
2013-11-17GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWSyiming ju
2013-11-17use the correct formula grammar for export, fdo#71549Markus Mohrhard
2013-11-17fix buildMarkus Mohrhard
2013-11-17enable opencl-test again on all platformsMarkus Mohrhard
2013-11-17fix problem with retriving vendor information from opencl devicesMarkus Mohrhard
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard
2013-11-17missing translatable="yes" attributesAndras Timar
2013-11-17WaE: unused variablesTor Lillqvist
2013-11-17CppunitTest_sc_opencl_test doesn't crash on OS XTor Lillqvist
2013-11-17GPU Calc: unit test cases for ANDminwang
2013-11-17GPU Calc: implemented for ANDminwang
2013-11-17fdo#71652 - change thousand separate descriptionJoel Madero
2013-11-17GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD queryI-Jui (Ray) Sung
2013-11-16GPU Calc: unit test cases for COVARyiming ju
2013-11-16GPU Calc: implemented COVARyiming ju
2013-11-16GPU Calc: unit test cases for STDEVPshiming zhang