summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-09-12bridge/powerpc64: fix integer ABIDan Horák
2023-09-12bridge: modernize printf debugging in powerpc64Dan Horák
2023-08-03Fix handling of float vs. double valuesStephan Bergmann
2023-07-31fix 32 bit int simple return of riscv64 bridgeSakura286
2023-07-31fix CustomTarget_uno_test check failed with enable java on loongarch64wujiahuan
2023-04-20Fix compilation with latest Xcode with iOS SDK 16.4Tor Lillqvist
2023-04-19win/aarch64: fix offset loading simple values into the registersChristian Lohmaier
2023-04-17loplugin:stringaddStephan Bergmann
2023-04-11loplugin:stringaddStephan Bergmann
2023-03-24loplugin:stringadd in b*Noel Grandin
2023-03-22bridges: drop unnecessary debug messageIlmari Lauhakangas
2023-03-22tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNYousef_Rabia
2023-03-18tdf#130924 replace debugging fprintf calls with SAL_INFO/SAL_WARNektagoel12
2023-03-18bridges: add whitespace to SAL_INFOIlmari Lauhakangas
2023-03-02bridge linux x86-64 : remove useless includesArnaud Versini
2023-02-16android: Switch from GNU binutils to support NDK 23.x, require 21.xMichael Weghorn
2023-02-02osl::Mutex->std::mutex in JniUnoEnvironmentDataNoel Grandin
2023-02-01osl::Mutex->std::mutex in ExceptionInfosNoel Grandin
2023-01-27Remove Solaris 32-bit SPARC and x86 C++ UNO bridge implementationsStephan Bergmann
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2023-01-11bridges:Fixed test fail caused by bridges on the loongarch64wjh-la
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann
2023-01-04Fix Itanium vtable constructionStephan Bergmann
2022-11-10Add riscv64 supportSakura286
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-07Fix register clobber information and simplify in the C++/UNO bridge for iOSTor Lillqvist
2022-08-22cid#1500671 silence Resource leakCaolán McNamara
2022-08-22cid#1500470 silence Resource leakCaolán McNamara
2022-08-17cid#1500585 Dereference before null checkCaolán McNamara
2022-08-13bridges/jni : remove useless using and use css instead of com::sun::starArnaud VERSINI
2022-08-11Add loongarch64 support.wjh-la
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard
2022-07-10tdf#143148 Use pragma once instead of include guardsam.faraji
2022-06-21elide some makeStringAndClear() callsNoel Grandin
2022-05-21clang-tidy modernize-pass-by-value in bridgesNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-04-25loplugin:stringviewStephan Bergmann
2022-04-22use more string_view in bridgesNoel Grandin
2022-03-25bridges : use std::mutex in java brigeArnaud Versini
2022-03-08Drop some debug codeStephan Bergmann
2022-03-05tdf#130924 replace debugging printf calls with SAL_INFO/SAL_WARNpragat-pandya
2022-03-03Avoid loplugin:noexceptStephan Bergmann
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2022-01-06annocheck warning about missing .note.gnu.property sectionCaolán McNamara
2022-01-01Android Arm: fix wrong bracket after refactorJan-Marek Glogowski
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski