summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-11-16cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2013-11-16cppcheck: some cleaning + use CHECK_OPENCLJulien Nabet1-20/+11
2013-11-16Turn on LTO for MSVC when optimising unless told not toTor Lillqvist1-0/+6
2013-11-15GPU Calc: an attempt to fix compilation error on DarwinI-Jui (Ray) Sung1-1/+2
2013-11-16fdo#33243 Fix SVG export presentation placeholder texts exportedKurosawa Takeshi2-9/+23
2013-11-15GPU Calc: implemented parallel reduction for SUMIFSWei Wei5-76/+365
2013-11-15GPU Calc: use parallel reduction to implement sumI-Jui (Ray) Sung2-76/+259
2013-11-16made horizontal cell alignment depend on writing direction, fdo#63546Eike Rathke2-106/+100
2013-11-15CppunitTest_sw_{odfexport,odfimport,ooxmlexport}: consistent macro namingMiklos Vajna3-129/+131
2013-11-15Use Q_* macros.Jan-Marek Glogowski3-16/+5
2013-11-15Add Python 3 compatibility to GDB pretty printers.Jan-Marek Glogowski12-37/+50
2013-11-15GPU Calc: revert back to OpenCL fmin and fmaxI-Jui (Ray) Sung1-2/+2
2013-11-15Import Python six v1.4.1.Jan-Marek Glogowski1-0/+577
2013-11-15qtz handling in ulfexAndras Timar1-2/+2
2013-11-15GPU Calc: fix compilation error in using sprintfI-Jui (Ray) Sung1-2/+3
2013-11-15GPU Calc: unit test cases for SUMX2PY2yiming ju3-1/+31
2013-11-15GPU Calc: implemented SUMX2PY2yiming ju3-0/+68
2013-11-15GPU Calc: unit test cases for SUMX2MY2yiming ju3-0/+32
2013-11-15GPU Calc: implemented SUMX2MY2yiming ju4-0/+120
2013-11-15GPU Calc: unit test cases for HYPGEOMDISTmingli3-0/+26
2013-11-15GPU Calc: implemented for HYPGEOMDISTmingli3-0/+133
2013-11-15GPU Calc: unit test cases for PRODUCTdechuang3-0/+25
2013-11-15GPU Calc: implemented PRODUCTdechuang3-0/+89
2013-11-15GPU Calc: unit test cases for CONVERTdechuang2-1/+24
2013-11-15GPU Calc: implemented for CONVERTdechuang3-0/+72
2013-11-15GPU Calc: unit test cases for RANDzhenyu yuan3-0/+27
2013-11-15GPU Calc: implemented RANDzhenyu yuan1-0/+46
2013-11-15GPU Calc: unit test cases for PIzhenyu yuan3-0/+25
2013-11-15GPU Calc: implemented PIzhenyu yuan1-0/+45
2013-11-15GPU Calc: unit test cases for ZTESTshiming zhang3-0/+28
2013-11-15GPU Calc: implemented ZTESTshiming zhang3-0/+317
2013-11-15GPU Calc: unit test cases for STEYXshiming zhang3-0/+28
2013-11-15GPU Calc: implemented STEYXshiming zhang3-0/+191
2013-11-15GPU Calc: unit test cases for SLOPEshiming zhang3-0/+28
2013-11-15GPU Calc: implemented SLOPEshiming zhang3-0/+158
2013-11-15GPU Calc: unit test cases for STDEVshiming zhang3-0/+28
2013-11-15GPU Calc: implemented STDEVshiming zhang3-0/+240
2013-11-15GPU Calc: unit test cases for DEVSQxinjiang3-0/+28
2013-11-15GPU Calc: implemented DEVSQxinjiang3-0/+225
2013-11-15GPU Calc: unit test cases for COMBINyangzhang3-0/+26
2013-11-15GPU Calc: implemented COMBINyangzhang3-0/+74
2013-11-15GPU Calc: unit test cases for CEILyangzhang3-0/+28
2013-11-15GPU Calc: implemented CEILyangzhang3-0/+83
2013-11-15GPU Calc: unit test cases for VARPshiming zhang3-0/+28
2013-11-15GPU Calc: implemented VARPshiming zhang3-0/+244
2013-11-15GPU Calc: unit test cases for BINOMDISThongyu zhong3-0/+26
2013-11-15GPU Calc: implemented BINOMDISThongyu zhong3-0/+198
2013-11-15CppunitTest_sw_htmlexport: check for nullptrMiklos Vajna1-2/+2
2013-11-15[docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde8-26/+140