summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist
2013-11-20Bin comment that is now weirdly placed after mergesTor Lillqvist
2013-11-20Fix leftover wrongly named header in #includeTor Lillqvist
2013-11-20Try to make the background OpenCL compilation conditional at run-timeTor Lillqvist
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20Avoid crash in unit testTor Lillqvist
2013-11-20WaE: unused parametersTor Lillqvist
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist
2013-11-20Add "sc.opencl" logging areaTor Lillqvist
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist
2013-11-20Make it clear in comments what kind of "code generation" they meanTor Lillqvist
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist
2013-11-20fix: overriding virtual function differs from 'osl::Thread::terminate'Matúš Kukan
2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist
2013-11-20datastreams: read data in another threadMatúš Kukan
2013-11-20Add missing linker flag for clock_gettime() call.Kohei Yoshida
2013-11-20clewInit is importantMarkus Mohrhard
2013-11-20C++ style struct / enum declarations without typedef.Kohei Yoshida
2013-11-20Handle a case where the profile initialization fails.Kohei Yoshida
2013-11-20Use scoped_ptr here for exception safety.Kohei Yoshida
2013-11-20Safer to use std::vector than heap array objects.Kohei Yoshida
2013-11-20Remove compiler warnings.Kohei Yoshida
2013-11-20Get it to build on Linux.Kohei Yoshida
2013-11-20Enable workload-based device selection in OpenCL.Jagan Lokanatha
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19GPU Calc: optimize average() handlingI-Jui (Ray) Sung
2013-11-19GPU Calc: Fix COUNT() regressionI-Jui (Ray) Sung
2013-11-19GPU Calc: support reductions without uniform window sizesI-Jui (Ray) Sung
2013-11-19GPU Calc: parallel reduction version of COUNTI-Jui (Ray) Sung
2013-11-19GPU Calc: separate out parallel reduction from DynamicKernelSlidingArgumentI-Jui (Ray) Sung
2013-11-19datastreams: implement address mode for inputMatúš Kukan
2013-11-19WaE: unused variable 'aFormula' [loplugin]Tor Lillqvist
2013-11-19GPU Calc: add an inline function to legalize inputs for reduction.I-Jui (Ray) Sung
2013-11-19Narrow it down a bit for the next visit.Kohei Yoshida
2013-11-19Temporarily disable this code to let the linker not fail on Windows.Kohei Yoshida
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19simplify if conditionNoel Grandin