summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
5 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
6 daysFix missing UNO<->C++ argument/return value conversionsStephan Bergmann1-24/+73
7 daysFix typelib_TypeDescriptionReference -> typelib_TypeDescription conversionStephan Bergmann1-4/+3
8 daysMove call code out into a function of its ownStephan Bergmann1-154/+161
8 daysEmscripten: Towards a working C++ UNO bridgeStephan Bergmann5-1/+279
9 daysloplugin:ostr in bridgesNoel Grandin8-12/+12
12 daysmakefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier2-8/+8
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
2024-04-26Drop unused RETURN_KIND_HFA_FLOAT/DOUBLE from msvc_win32_arm64 UNO bridgeStephan Bergmann4-151/+1
2024-04-25Adapt queryInterface in fixed msvc_win32_arm64 UNO bridgeStephan Bergmann1-1/+1
2024-04-25Add back the callVirtualFunction_fake boilerplateStephan Bergmann1-2/+7
2024-04-24Some fixing of msvc_win32_arm64 UNO bridgeStephan Bergmann5-45/+60
2024-04-02riscv64 bridge: replace some preprocessor directives to macros for debuggingSakura2863-196/+80
2024-03-28riscv64 bridge: replace tab to space in call.sSakura2861-36/+36
2024-03-28riscv64 bridge: switch CRLF to LF in abi.cxx/hxxSakura2862-338/+338
2024-03-22Make msvc_raiseException explicitly [[noreturn]]Stephan Bergmann3-4/+3
2024-02-23Update IwyuFilter in bridgesGabor Kelemen1-0/+3
2024-02-21ofz#66731 Crash in com::sun::star::uno::BaseReference::iqueryCaolán McNamara2-4/+4
2024-02-12Fix IwyuFilter in bridgesGabor Kelemen1-0/+3
2024-02-09Fix missing includesStephan Bergmann2-0/+5
2024-02-08Check bridges with IWYUGabor Kelemen18-34/+24
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