summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_aarch64
AgeCommit message (Expand)AuthorFilesLines
2023-04-11loplugin:stringaddStephan Bergmann1-4/+2
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann1-2/+9
2022-04-25loplugin:stringviewStephan Bergmann1-1/+2
2021-10-13Extend return values < 32-bit on macOS ARM64Stephan Bergmann1-1/+29
2021-05-04loplugin:noexcept (macOS)Stephan Bergmann1-1/+1
2020-12-18Mention relevant Clang bug in commentStephan Bergmann1-1/+3
2020-12-17Various minor loplugin fixes (macOS ARM64)Stephan Bergmann4-79/+123
2020-12-16Fix macOS ARM64 RTTI generationStephan Bergmann1-54/+13
2020-11-13Improve the C++/UNO bridge for macOS on Apple SiliconTor Lillqvist2-2/+258
2020-09-17WIN bridges: unify bridge code layoutJan-Marek Glogowski1-1/+1
2020-09-04tdf#124176 Use #pragma once in bridgesGeorge Bateman2-8/+2
2020-08-13gcc3_linux_{aarch64,x86-64} need the __cxa_exception hack in deleteExceptionStephan Bergmann1-8/+35
2020-08-13Document that the deleteException hack is only relevant for LLVM 5, not laterStephan Bergmann1-8/+6
2020-08-13gcc3_linux_aarch64 also needs the hack to dynamically adapt to __cxa_exceptionStephan Bergmann2-2/+42
2020-08-12The __cxa_exception::reserve member has been backported to LLVM 10 libcxxabiStephan Bergmann1-1/+1
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist5-4/+84
2020-07-29Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann2-59/+73
2020-05-08compact namespace in avmedia..bridgesNoel Grandin1-2/+2
2020-02-12Blind fix for Linux aarch64 with libcxxabiStephan Bergmann1-2/+2
2020-02-12Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann1-0/+22
2020-01-07aarch64 r18 is reserved at least on AndroidStephan Bergmann1-2/+5
2019-12-18Silence -Werror,-WuninitializedStephan Bergmann1-0/+1
2019-12-18tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann3-36/+92
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky1-0/+4
2019-12-02bridges arm64: Use [[falltrough]].Jan Holesovsky3-9/+9
2019-08-18Fix typosAndrea Gelmini1-1/+1
2019-02-08The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, tooStephan Bergmann3-4/+6
2018-12-03sync std::unexpected_handler across bridgesCaolán McNamara1-1/+1
2017-11-26fix includes in aarch64 bridgeDavid Tardon4-5/+5
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2-8/+8
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann1-3/+2
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara1-2/+3
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+2
2014-11-23aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard1-0/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-08-29cppcheck: va_end_missingJulien Nabet1-0/+1
2014-08-29Linux AArch64 portStephan Bergmann6-0/+1332