summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Adapt queryInterface in fixed msvc_win32_arm64 UNO bridgeStephan Bergmann2024-04-251-1/+1
* Add back the callVirtualFunction_fake boilerplateStephan Bergmann2024-04-251-2/+7
* Some fixing of msvc_win32_arm64 UNO bridgeStephan Bergmann2024-04-245-45/+60
* riscv64 bridge: replace some preprocessor directives to macros for debuggingSakura2862024-04-023-196/+80
* riscv64 bridge: replace tab to space in call.sSakura2862024-03-281-36/+36
* riscv64 bridge: switch CRLF to LF in abi.cxx/hxxSakura2862024-03-282-338/+338
* Make msvc_raiseException explicitly [[noreturn]]Stephan Bergmann2024-03-223-4/+3
* Update IwyuFilter in bridgesGabor Kelemen2024-02-231-0/+3
* ofz#66731 Crash in com::sun::star::uno::BaseReference::iqueryCaolán McNamara2024-02-212-4/+4
* Fix IwyuFilter in bridgesGabor Kelemen2024-02-121-0/+3
* Fix missing includesStephan Bergmann2024-02-092-0/+5
* Check bridges with IWYUGabor Kelemen2024-02-0818-34/+24
* ofz: MemorySanitizer: extend use-of-uninitialized-value bridge workaroundCaolán McNamara2024-01-281-9/+16
* (riscv64) Fix Java bridgetest failureSakura2862024-01-264-200/+370
* ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara2024-01-211-0/+11
* merge float fix from gcc3_linux_x86-64 to gcc3_macosx_x86-64Caolán McNamara2024-01-171-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