summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2024-01-28ofz: MemorySanitizer: extend use-of-uninitialized-value bridge workaroundCaolán McNamara1-9/+16
2024-01-26(riscv64) Fix Java bridgetest failureSakura2864-200/+370
2024-01-21ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+11
2024-01-17merge float fix from gcc3_linux_x86-64 to gcc3_macosx_x86-64Caolán McNamara1-0/+2
2023-11-20Extended loplugin:ostr: bridgesStephan Bergmann1-1/+1
2023-11-09enable unchecked lint for our java codeNoel Grandin1-1/+1
2023-09-12bridge/powerpc64: fix integer ABIDan Horák1-6/+52
2023-09-12bridge: modernize printf debugging in powerpc64Dan Horák1-8/+12
2023-08-03Fix handling of float vs. double valuesStephan Bergmann1-0/+2
2023-07-31fix 32 bit int simple return of riscv64 bridgeSakura2861-3/+23
2023-07-31fix CustomTarget_uno_test check failed with enable java on loongarch64wujiahuan4-3/+44
2023-04-20Fix compilation with latest Xcode with iOS SDK 16.4Tor Lillqvist1-0/+2
2023-04-19win/aarch64: fix offset loading simple values into the registersChristian Lohmaier1-9/+9
2023-04-17loplugin:stringaddStephan Bergmann1-2/+1
2023-04-11loplugin:stringaddStephan Bergmann1-4/+2
2023-03-24loplugin:stringadd in b*Noel Grandin2-9/+3
2023-03-22bridges: drop unnecessary debug messageIlmari Lauhakangas1-3/+0
2023-03-22tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNYousef_Rabia1-3/+2
2023-03-18tdf#130924 replace debugging fprintf calls with SAL_INFO/SAL_WARNektagoel121-3/+1
2023-03-18bridges: add whitespace to SAL_INFOIlmari Lauhakangas1-1/+1
2023-03-02bridge linux x86-64 : remove useless includesArnaud Versini3-8/+0
2023-02-16android: Switch from GNU binutils to support NDK 23.x, require 21.xMichael Weghorn1-1/+0
2023-02-02osl::Mutex->std::mutex in JniUnoEnvironmentDataNoel Grandin3-4/+4
2023-02-01osl::Mutex->std::mutex in ExceptionInfosNoel Grandin2-3/+4
2023-01-27Remove Solaris 32-bit SPARC and x86 C++ UNO bridge implementationsStephan Bergmann11-2976/+0
2023-01-27Remove support for 32-bit S390Stephan Bergmann5-1677/+0
2023-01-27Remove support for AIXStephan Bergmann5-1512/+0
2023-01-11bridges:Fixed test fail caused by bridges on the loongarch64wjh-la8-173/+288
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann26-77/+483
2023-01-04Fix Itanium vtable constructionStephan Bergmann1-5/+3
2022-11-10Add riscv64 supportSakura2869-0/+2019
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-09-07Fix register clobber information and simplify in the C++/UNO bridge for iOSTor Lillqvist1-29/+22
2022-08-22cid#1500671 silence Resource leakCaolán McNamara1-0/+1
2022-08-22cid#1500470 silence Resource leakCaolán McNamara1-0/+1
2022-08-17cid#1500585 Dereference before null checkCaolán McNamara1-5/+3
2022-08-13bridges/jni : remove useless using and use css instead of com::sun::starArnaud VERSINI4-18/+14
2022-08-11Add loongarch64 support.wjh-la7-0/+1608
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann1-2/+2
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard1-2/+2
2022-07-10tdf#143148 Use pragma once instead of include guardsam.faraji1-5/+2
2022-06-21elide some makeStringAndClear() callsNoel Grandin1-8/+2
2022-05-21clang-tidy modernize-pass-by-value in bridgesNoel Grandin7-13/+18
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+3
2022-04-25loplugin:stringviewStephan Bergmann1-1/+2
2022-04-22use more string_view in bridgesNoel Grandin1-2/+2
2022-03-25bridges : use std::mutex in java brigeArnaud Versini2-11/+11
2022-03-08Drop some debug codeStephan Bergmann1-3/+0
2022-03-05tdf#130924 replace debugging printf calls with SAL_INFO/SAL_WARNpragat-pandya1-5/+2
2022-03-03Avoid loplugin:noexceptStephan Bergmann1-3/+3