summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-17fix problem with retriving vendor information from opencl devicesMarkus Mohrhard1-1/+1
Change-Id: Iff9017b64159254c749fc2c3ddc9033d524f9395
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard2-1/+31
the blacklisted compiler hangs while compiling the opencl-test kernels on the @38 tinderbox. Change-Id: Ice80253a5fbb66eef4bfb4a3efd881fc83c379b4
2013-11-17WaE: 'PATH_MAX' : macro redefinitionTor Lillqvist2-2/+6
Change-Id: I153e34d24493bbbebf37422fb6382969153506a8
2013-11-17Make the tiled rendering code compile for Android againTor Lillqvist1-4/+17
I just ifdeffed out iOS-specific code, no actual Android-specific code added. And if at some stage we have need and resources to really make the tiled rendering stuff saner and cross-platform, a lot will change of course. Change-Id: If45d98f301413e26372c611f8ffecf229061174d
2013-11-17Make this compile for Android againTor Lillqvist1-25/+41
Change-Id: I0b476873f76e6dd480868ec4d443718cab36cf24
2013-11-17Updated coreAndras Timar1-0/+0
Project: translations 6655f2f0d0a0bc781fa6ed710e1141f7362e0697
2013-11-17good-bye stringex, you served wellAndras Timar9-357/+2
It will be better to handle Android Impress Remote localization independent of the big LibreOffice source tree. Instead of stringex, we will use android2po, a 3rd party utility for conversion strings.xml <-> pot/po. Change-Id: I4eae53e4f8d94c55e5564d54c5e5c214bc9569d7
2013-11-17script that checks for translatable="yes" attributes in .ui filesAndras Timar1-0/+18
Change-Id: I3c8ea5e0d8105964f1b0e5c8ace81fa08d8da8d3
2013-11-17missing translatable="yes" attributesAndras Timar23-38/+38
Change-Id: I138c8f245e4bfb2f23dd4cd8a629d8e5e3aac56b
2013-11-17Updated coreRobinson Tryon1-0/+0
Project: translations 983b259ba97a5a8dd916700b6ce0b1c0ceece1b6 Bugzilla Migration: Change bugs.freedesktop.org -> bugs.libreoffice.org Change-Id: I12591e20d81023693a53d334526176085d5f964b Reviewed-on: https://gerrit.libreoffice.org/6692 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar16-30/+30
Change-Id: I56c1190c93333636981acf2dd271515170a8a904
2013-11-17WaE: unused variablesTor Lillqvist1-0/+2
Change-Id: I81cdd8d295e07d13b6013e1a64f7c7327f5c54c2
2013-11-17CppunitTest_sc_opencl_test doesn't crash on OS XTor Lillqvist1-3/+7
Change-Id: I401115dc23306525917c968b753e70643ebe069d
2013-11-17GPU Calc: unit test cases for ANDminwang3-0/+31
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-217 BUG Change-Id: I768e3b58e37d56c527f364aab54b88ecfe8c0907 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-17GPU Calc: implemented for ANDminwang4-0/+144
AMLOEXT-217 FIX Change-Id: I95454c6e390ddc856b9a08d1db5a7a696a3928aa Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-17fdo#71652 - change thousand separate descriptionJoel Madero1-1/+1
Minor change to the text found in thousand separator parameter use description to make it a bit clearer. Change-Id: Idfa83e04c123458913af0795c78ea4fae616e24c Reviewed-on: https://gerrit.libreoffice.org/6690 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-11-17GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD queryI-Jui (Ray) Sung1-4/+0
Use of this extension is not recommended even by AMD. See also: http://devgurus.amd.com/message/1300769#1300769 for details. Change-Id: I05bf2903a79c83e1de3cdfe23c713b8a0e7d35f9
2013-11-16GPU Calc: unit test cases for COVARyiming ju3-0/+28
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-86 BUG Change-Id: Ie35b4fe1efcdd21e8488ce560c30bd3fca6aa30c Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: implemented COVARyiming ju3-0/+275
AMLOEXT-86 FIX Change-Id: I2900d2b8d95412faf7c1b1591a2533327b95a1c2 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: unit test cases for STDEVPshiming zhang3-0/+28
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-185 BUG Change-Id: Icfbc7ff33f9d6fb702353250d29c5166513ff960 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: implemented STDEVPshiming zhang3-0/+244
AMLOEXT-185 FIX Change-Id: I09eb45e19db9947a720e72312d5696ecdab67ef6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: unit test cases for SUMXMY2yiming ju3-0/+31
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-204 BUG Change-Id: Ie9c124ecf8d88915e037c0f36f8e46c4e0e97801 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: implemented SUMXMY2yiming ju3-0/+67
AMLOEXT-204 FIX Change-Id: Ibb3e61322a0468f1e77fc0e7176116765b53f540 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: unit test cases for TINVshiming zhang3-0/+28
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-191 BUG Change-Id: Id77552084e755f100b61c7db7daaea7d79747a87 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: implemented TINVshiming zhang3-0/+139
AMLOEXT-191 FIX Change-Id: Ieccfbb0b79d55b6630a9dd05bf3c738c42058b53 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: temporarily disable parallel sum reductionI-Jui (Ray) Sung1-2/+4
Change-Id: I4995f08805ef23d88dc996a54688b5eed9595e3d
2013-11-16GPU Calc: unit test cases for TDISTshiming zhang3-0/+28
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-190 BUG Change-Id: I7d48101f41c592e8c83bd82aa87767e188ce37da Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: implemented TDISTshiming zhang3-0/+164
AMLOEXT-190 FIX Change-Id: I9745d4e2b3b25640abfa5ee8165d1335fb52c6b6 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: unit test cases for TTESTshiming zhang3-0/+28
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test AMLOEXT-189 BUG Change-Id: I159a9635cb53d962fb16d82ccc2d13c2c4dc41e3 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: implemented TTESTshiming zhang4-3/+446
AMLOEXT-189 FIX Change-Id: I15a640a9953fa4aef2176fd31242e21ad335abb4 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: implemented BETAINVhongyu zhong4-1/+165
AMLOEXT-201 FIX Change-Id: I68a7277b7353ed5a6f4d2ea8d1a4f7fb894bf487 Signed-off-by: haochen <haochen@multicorewareinc.com>
2013-11-16GPU Calc: unit test cases for BETAINVhongyu zhong5-3/+29
Turn NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test resolve compile warning in opbase.cxx AMLOEXT-201 BUG Change-Id: I82917b13c43c1bcaa01928b89210c8eb7495a167 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-16GPU Calc: pass the right argument size for reduction kernels in SumIfsI-Jui (Ray) Sung1-1/+3
Change-Id: Ib8fab8eacddbeb37795ad45f026559bdde0d43f7
2013-11-16GPU Calc: fix regression on non-AMD GPUsI-Jui (Ray) Sung1-2/+2
Change-Id: Ie9ae42fc8111e1f11acab5c67a4932edd7031619
2013-11-17undefining inline is just confusingTakeshi Abe1-2/+0
Change-Id: I70b973a88944603077a06632c801e8211f9efbd9
2013-11-17sal_Bool to boolTakeshi Abe7-39/+39
Change-Id: I0b01f904f78ec1a3d1aebd2af2ae8f55588a504f
2013-11-16upload new libe-bookDavid Tardon2-4/+4
Force it as minimum version for system, as 0.0.1 is not usable out-of-the-box. Change-Id: Ic3205cf717b476f4f04777fc57032c0197bfbd84
2013-11-16fix build with --enable-eotDavid Tardon1-2/+2
Change-Id: Ia4e5f3d5a47ff88e318d930261efdc90e08cde50
2013-11-16Fix for VS 2013 compilationJesús Corrius2-2/+2
I don´t know why it doesn´t work anymore, but the fix is trivial may be related of using the Windows 8.0 SDK. Change-Id: Ia09109b53d4f022a732ea781c98ddd4eb0c721d9
2013-11-16cppcheck: reduce scopeJulien Nabet2-3/+2
Change-Id: Ifa54cc132f0c6591c57639f85e789b08a60b7f4b
2013-11-16avoid gbuild warningDavid Tardon1-2/+8
Change-Id: Idd034e3978c602e1e3dfcff5c1f3973c9dc5b6a9
2013-11-16Remove special characters + some ascii artJulien Nabet1-4/+1
Change-Id: Idddc1de6af624dd815f8f148912438e6f6dc43ae
2013-11-16fdo#35712 Correct update of equation in status barLaurent Balland-Poirier1-0/+12
Change-Id: I6db5628bbad337f70e3a39a4c65afbd0f6c30a9d Reviewed-on: https://gerrit.libreoffice.org/6658 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2013-11-16fail if avahi is not foundDavid Tardon1-5/+3
If I configure with --enable-avahi, presumably I want the code to be built with avahi support...
2013-11-16Fix up help message for --enable-64-bitTor Lillqvist1-3/+3
Change-Id: Ie3646a1af8663683535642e42118cd39c349a94c
2013-11-16Fix up help message for --enable-ltoTor Lillqvist1-6/+5
Change-Id: I8f81c37df4751bc6cafc31e1624197477701569b
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
Change-Id: I30154dd9504b70dc3212af3ac1d88dfc9a9d8396
2013-11-16cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
Change-Id: I453118a27de9484f318f8988a41cda1e809db1a7
2013-11-16cppcheck: some cleaning + use CHECK_OPENCLJulien Nabet1-20/+11
Change-Id: I94d55c196f8bee8d770889015aaa43899183ca9a
2013-11-16Turn on LTO for MSVC when optimising unless told not toTor Lillqvist1-0/+6
Change-Id: Ifdb04238d02ff504bd517508851e93211d748b7d Reviewed-on: https://gerrit.libreoffice.org/6652 Reviewed-by: Jesús Corrius <jcorrius@gmail.com> Tested-by: Jesús Corrius <jcorrius@gmail.com>