summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* GPU Calc: fixed missing assigment operator in unrollinglibreoffice-4-2-milestone-1I-Jui (Ray) Sung2013-11-201-0/+1
* Use SAL_INFO() instead of printf()Tor Lillqvist2013-11-211-3/+3
* GPU Calc: re-enable parallel SUMIFSI-Jui (Ray) Sung2013-11-201-1/+8
* Result should be in seconds, not microsecondsTor Lillqvist2013-11-201-1/+1
* Simply use a separate temp variableTor Lillqvist2013-11-201-1/+3
* Rename timerStop() to timerCurrent() as it doesn't "stop" anythingTor Lillqvist2013-11-201-4/+4
* Simplify "timer" code and add OS X implementationTor Lillqvist2013-11-201-8/+19
* fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers2013-11-208-5/+280
* DynamicKernel isn't needed outside formulagroupcl.cxx after allTor Lillqvist2013-11-203-127/+62
* Fix a few of my own thinkos, and add some assertionsTor Lillqvist2013-11-204-3/+11
* Bin comment that is now weirdly placed after mergesTor Lillqvist2013-11-201-2/+0
* Fix leftover wrongly named header in #includeTor Lillqvist2013-11-201-1/+1
* Try to make the background OpenCL compilation conditional at run-timeTor Lillqvist2013-11-201-13/+36
* Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist2013-11-203-8/+15
* WIP: Background ahead-of-time OpenCL compilationTor Lillqvist2013-11-208-257/+323
* WIP: Background ahead-of-time OpenCL compilationTor Lillqvist2013-11-205-7/+39
* Avoid crash in unit testTor Lillqvist2013-11-201-1/+2
* WaE: unused parametersTor Lillqvist2013-11-201-2/+2
* WIP commit of threaded OpenCL compilation workTor Lillqvist2013-11-204-9/+75
* Use the more generic CompiledFormula typeTor Lillqvist2013-11-202-8/+3
* Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist2013-11-2010-38/+36
* Add "sc.opencl" logging areaTor Lillqvist2013-11-202-4/+3
* WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist2013-11-207-5/+83
* Make it clear in comments what kind of "code generation" they meanTor Lillqvist2013-11-202-6/+4
* Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist2013-11-207-71/+206
* fix: overriding virtual function differs from 'osl::Thread::terminate'Matúš Kukan2013-11-201-3/+3
* Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist2013-11-202-2/+2
* datastreams: read data in another threadMatúš Kukan2013-11-203-22/+129
* Add missing linker flag for clock_gettime() call.Kohei Yoshida2013-11-201-0/+1
* clewInit is importantMarkus Mohrhard2013-11-201-0/+4
* C++ style struct / enum declarations without typedef.Kohei Yoshida2013-11-202-12/+16
* Handle a case where the profile initialization fails.Kohei Yoshida2013-11-201-1/+8
* Use scoped_ptr here for exception safety.Kohei Yoshida2013-11-201-4/+6
* Safer to use std::vector than heap array objects.Kohei Yoshida2013-11-201-26/+22
* Remove compiler warnings.Kohei Yoshida2013-11-202-15/+15
* Get it to build on Linux.Kohei Yoshida2013-11-201-2/+1
* Enable workload-based device selection in OpenCL.Jagan Lokanatha2013-11-205-17/+1191
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-33/+34
* avmedia: Implement "block untrusted referer links" featureStephan Bergmann2013-11-205-10/+24
* fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks2013-11-201-1/+1
* remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin2013-11-201-3/+3
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-34/+33
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-204-15/+8
* remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin2013-11-201-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-205-60/+55
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-2011-24/+24
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-208-19/+17
* GPU Calc: optimize average() handlingI-Jui (Ray) Sung2013-11-192-11/+17
* GPU Calc: Fix COUNT() regressionI-Jui (Ray) Sung2013-11-191-50/+36
* GPU Calc: support reductions without uniform window sizesI-Jui (Ray) Sung2013-11-191-7/+18