summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
11 dayscom::sun::star -> cssMike Kaganski7-22/+22
2024-11-02No need to use SAL_THROW_EXTERN_C macro in CXXMike Kaganski7-61/+37
2024-09-18Fix typoAndrea Gelmini1-1/+1
2024-09-18.NET Bindings: Native bridge for .NETRMZeroFour10-0/+1994
2024-09-17cid#1606987 silence Overflowed integer argumentCaolán McNamara1-0/+1
2024-09-03tdf#160945: queryInterface must pass back indirect return value address in x0Stephan Bergmann1-0/+1
2024-08-08fix build on armhf with gcc 14Rene Engelhard1-1/+1
2024-07-11Rename wasmcallgen -> wasmbridgegenStephan Bergmann1-2/+3
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann5-187/+203
2024-07-10Consolidate common codeStephan Bergmann4-118/+71
2024-07-10Properly implement cppu::throwException for EmscriptenStephan Bergmann3-5/+630
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann6-122/+79
2024-06-21Don't expect _LIBCXXABI_DTOR_FUNC to be availableStephan Bergmann1-2/+2
2024-06-20Fix redefinion of Emscripten __cxxabiv1::__cxa_exceptionStephan Bergmann1-10/+68
2024-06-19Fix typoAndrea Gelmini1-1/+1
2024-06-19Fix typoAndrea Gelmini1-1/+1
2024-06-19Fix typoAndrea Gelmini1-2/+2
2024-05-31Clean up using directivesStephan Bergmann2-6/+3
2024-05-30Implement attribute handlingStephan Bergmann1-1/+17
2024-05-29Clean up gcc3_wasm bridge_noopt_objectsStephan Bergmann2-24/+1
2024-05-29Implement exception catchingStephan Bergmann4-7/+189
2024-05-11WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
2024-05-09Fix missing UNO<->C++ argument/return value conversionsStephan Bergmann1-24/+73
2024-05-09Fix typelib_TypeDescriptionReference -> typelib_TypeDescription conversionStephan Bergmann1-4/+3
2024-05-08Move call code out into a function of its ownStephan Bergmann1-154/+161
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann5-1/+279
2024-05-06loplugin:ostr in bridgesNoel Grandin8-12/+12
2024-05-03makefile 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