summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* merge float fix from gcc3_linux_x86-64 to gcc3_macosx_x86-64Caolán McNamara2024-01-181-0/+2
* Extended loplugin:ostr: bridgesStephan Bergmann2023-11-201-1/+1
* enable unchecked lint for our java codeNoel Grandin2023-11-091-1/+1
* bridge/powerpc64: fix integer ABIDan Horák2023-09-121-6/+52
* bridge: modernize printf debugging in powerpc64Dan Horák2023-09-121-8/+12
* Fix handling of float vs. double valuesStephan Bergmann2023-08-031-0/+2
* fix 32 bit int simple return of riscv64 bridgeSakura2862023-07-311-3/+23
* fix CustomTarget_uno_test check failed with enable java on loongarch64wujiahuan2023-07-314-3/+44
* Fix compilation with latest Xcode with iOS SDK 16.4Tor Lillqvist2023-04-201-0/+2
* win/aarch64: fix offset loading simple values into the registersChristian Lohmaier2023-04-191-9/+9
* loplugin:stringaddStephan Bergmann2023-04-171-2/+1
* loplugin:stringaddStephan Bergmann2023-04-111-4/+2
* loplugin:stringadd in b*Noel Grandin2023-03-242-9/+3
* bridges: drop unnecessary debug messageIlmari Lauhakangas2023-03-221-3/+0
* tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNYousef_Rabia2023-03-221-3/+2
* tdf#130924 replace debugging fprintf calls with SAL_INFO/SAL_WARNektagoel122023-03-181-3/+1
* bridges: add whitespace to SAL_INFOIlmari Lauhakangas2023-03-181-1/+1
* bridge linux x86-64 : remove useless includesArnaud Versini2023-03-023-8/+0
* android: Switch from GNU binutils to support NDK 23.x, require 21.xMichael Weghorn2023-02-161-1/+0
* osl::Mutex->std::mutex in JniUnoEnvironmentDataNoel Grandin2023-02-023-4/+4
* osl::Mutex->std::mutex in ExceptionInfosNoel Grandin2023-02-012-3/+4
* Remove Solaris 32-bit SPARC and x86 C++ UNO bridge implementationsStephan Bergmann2023-01-2711-2976/+0
* Remove support for 32-bit S390Stephan Bergmann2023-01-275-1677/+0
* Remove support for AIXStephan Bergmann2023-01-275-1512/+0
* bridges:Fixed test fail caused by bridges on the loongarch64wjh-la2023-01-118-173/+288
* Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann2023-01-0426-77/+483
* Fix Itanium vtable constructionStephan Bergmann2023-01-041-5/+3
* Add riscv64 supportSakura2862022-11-109-0/+2019
* Deduplicate O(U)StringConcatenationMike Kaganski2022-10-111-2/+2
* Fix register clobber information and simplify in the C++/UNO bridge for iOSTor Lillqvist2022-09-071-29/+22
* cid#1500671 silence Resource leakCaolán McNamara2022-08-221-0/+1
* cid#1500470 silence Resource leakCaolán McNamara2022-08-221-0/+1
* cid#1500585 Dereference before null checkCaolán McNamara2022-08-171-5/+3
* bridges/jni : remove useless using and use css instead of com::sun::starArnaud VERSINI2022-08-134-18/+14
* Add loongarch64 support.wjh-la2022-08-117-0/+1608
* Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann2022-08-101-2/+2
* rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard2022-07-271-2/+2
* tdf#143148 Use pragma once instead of include guardsam.faraji2022-07-101-5/+2
* elide some makeStringAndClear() callsNoel Grandin2022-06-211-8/+2
* clang-tidy modernize-pass-by-value in bridgesNoel Grandin2022-05-217-13/+18
* use more o3tl::getTokenNoel Grandin2022-05-051-2/+3
* loplugin:stringviewStephan Bergmann2022-04-251-1/+2
* use more string_view in bridgesNoel Grandin2022-04-221-2/+2
* bridges : use std::mutex in java brigeArnaud Versini2022-03-252-11/+11
* Drop some debug codeStephan Bergmann2022-03-081-3/+0
* tdf#130924 replace debugging printf calls with SAL_INFO/SAL_WARNpragat-pandya2022-03-051-5/+2
* Avoid loplugin:noexceptStephan Bergmann2022-03-031-3/+3
* WASM UNO: add a minimal dummy bridgeThorsten Behrens2022-01-195-2/+165
* Let loplugin:nullptr look into template instantiationsStephan Bergmann2022-01-151-1/+1
* annocheck warning about missing .note.gnu.property sectionCaolán McNamara2022-01-062-0/+35