summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-04Fix Itanium vtable constructionStephan Bergmann1-5/+3
2022-11-10Add riscv64 supportSakura2869-0/+2019
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-09-07Fix register clobber information and simplify in the C++/UNO bridge for iOSTor Lillqvist1-29/+22
2022-08-22cid#1500671 silence Resource leakCaolán McNamara1-0/+1
2022-08-22cid#1500470 silence Resource leakCaolán McNamara1-0/+1
2022-08-17cid#1500585 Dereference before null checkCaolán McNamara1-5/+3
2022-08-13bridges/jni : remove useless using and use css instead of com::sun::starArnaud VERSINI4-18/+14
2022-08-11Add loongarch64 support.wjh-la7-0/+1608
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann1-2/+2
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard1-2/+2
2022-07-10tdf#143148 Use pragma once instead of include guardsam.faraji1-5/+2
2022-06-21elide some makeStringAndClear() callsNoel Grandin1-8/+2
2022-05-21clang-tidy modernize-pass-by-value in bridgesNoel Grandin7-13/+18
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+3
2022-04-25loplugin:stringviewStephan Bergmann1-1/+2
2022-04-22use more string_view in bridgesNoel Grandin1-2/+2
2022-03-25bridges : use std::mutex in java brigeArnaud Versini2-11/+11
2022-03-08Drop some debug codeStephan Bergmann1-3/+0
2022-03-05tdf#130924 replace debugging printf calls with SAL_INFO/SAL_WARNpragat-pandya1-5/+2
2022-03-03Avoid loplugin:noexceptStephan Bergmann1-3/+3
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens5-2/+165
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-1/+1
2022-01-06annocheck warning about missing .note.gnu.property sectionCaolán McNamara2-0/+35
2022-01-01Android Arm: fix wrong bracket after refactorJan-Marek Glogowski1-1/+1
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski1-2/+2
2021-12-24bridges : remove redundant publicArnaud VERSINI1-1/+0
2021-12-20bridges : use std mutex instead of osl::Mutex.Arnaud VERSINI1-3/+3
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski1-0/+4
2021-10-28Revert broken optimization attemptStephan Bergmann1-3/+2
2021-10-13Extend return values < 32-bit on macOS ARM64Stephan Bergmann1-1/+29
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-12/+10
2021-09-06tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNEmircan Agac1-3/+3
2021-08-22WaE: protect clang diagnostic push/pop with if defined __clang__Caolán McNamara1-0/+8
2021-08-21arm: fix bridgeCaolán McNamara1-6/+6
2021-08-21arm: nStackBytes was already the right amount of bytesCaolán McNamara1-1/+1
2021-08-17rtl::Static -> thread-safe static localNoel Grandin1-4/+2
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-2/+2
2021-08-02tdf#143450: Special integre+fp struct return case needs a fix too, of courseStephan Bergmann8-20/+59
2021-07-30cid#1489551 silence Uninitialized scalar variableCaolán McNamara1-7/+7
2021-07-28Annotate the .eh_frame dataStephan Bergmann1-21/+23
2021-07-28tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64Stephan Bergmann10-52/+108
2021-07-28Clean up bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxxStephan Bergmann3-71/+27
2021-07-27Clean up bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxxStephan Bergmann3-68/+24
2021-07-27Revert "osl::Mutex->std::mutex in bridges/except"Stephan Bergmann20-71/+62
2021-07-19flatten RTTI codeNoel Grandin1-139/+134
2021-07-19osl::Mutex->std::mutex in bridges/exceptNoel Grandin20-62/+71
2021-07-18osl::Mutex->std::mutex in VtableFactoryNoel Grandin2-4/+4