summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-16GPU Calc: temporarily disable parallel sum reductionI-Jui (Ray) Sung1-2/+4
2013-11-16GPU Calc: unit test cases for TDISTshiming zhang3-0/+28
2013-11-16GPU Calc: implemented TDISTshiming zhang3-0/+164
2013-11-16GPU Calc: unit test cases for TTESTshiming zhang3-0/+28
2013-11-16GPU Calc: implemented TTESTshiming zhang4-3/+446
2013-11-16GPU Calc: implemented BETAINVhongyu zhong4-1/+165
2013-11-16GPU Calc: unit test cases for BETAINVhongyu zhong5-3/+29
2013-11-16GPU Calc: pass the right argument size for reduction kernels in SumIfsI-Jui (Ray) Sung1-1/+3
2013-11-16GPU Calc: fix regression on non-AMD GPUsI-Jui (Ray) Sung1-2/+2
2013-11-17undefining inline is just confusingTakeshi Abe1-2/+0
2013-11-17sal_Bool to boolTakeshi Abe7-39/+39
2013-11-16upload new libe-bookDavid Tardon2-4/+4
2013-11-16fix build with --enable-eotDavid Tardon1-2/+2
2013-11-16Fix for VS 2013 compilationJesús Corrius2-2/+2
2013-11-16cppcheck: reduce scopeJulien Nabet2-3/+2
2013-11-16avoid gbuild warningDavid Tardon1-2/+8
2013-11-16Remove special characters + some ascii artJulien Nabet1-4/+1
2013-11-16fdo#35712 Correct update of equation in status barLaurent Balland-Poirier1-0/+12
2013-11-16fail if avahi is not foundDavid Tardon1-5/+3
2013-11-16Fix up help message for --enable-64-bitTor Lillqvist1-3/+3
2013-11-16Fix up help message for --enable-ltoTor Lillqvist1-6/+5
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