summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2021-03-02Handle floating-point return values correctly on iOSTor Lillqvist1-13/+11
2020-11-15Improve the C++/UNO bridge for macOS on Apple SiliconTor Lillqvist2-2/+258
2020-11-15Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist7-9/+106
2020-11-15Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist1-5/+8
2020-11-15Use MAP_JIT on macOSTor Lillqvist1-0/+6
2020-09-18Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist2-3/+48
2020-08-04Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann3-65/+75
2020-08-04Blind fix for Linux aarch64 with libcxxabiStephan Bergmann1-2/+2
2020-08-04Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann1-0/+22
2020-08-04aarch64 r18 is reserved at least on AndroidStephan Bergmann1-2/+5
2020-05-18Silence -Werror,-WuninitializedStephan Bergmann1-0/+1
2020-05-18tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann3-36/+92
2020-05-18bridges arm64: Use [[falltrough]].Jan Holesovsky3-9/+9
2020-05-18android: Avoid throwing exceptions through the bridges.Jan Holesovsky1-0/+4
2020-04-16Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2-1/+46
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-11-05typeinfo fix for x86Tomoyuki Kubota1-1/+1
2019-10-17Remove some memset callsMike Kaganski2-2/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-10/+2
2019-10-12aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann1-1/+6
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák1-11/+8
2019-09-24latest update of Visual Studio complains about typeinfo.hTomoyuki Kubota1-1/+1
2019-09-23android: add support for 64bit buildChristian Lohmaier2-1/+11
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-1/+1
2019-09-05loplugin:useuniqueptr in VtableFactoryNoel Grandin3-14/+11
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-18Fix typosAndrea Gelmini1-1/+1
2019-08-08android: support NDK 19 and above (20 as of this commit)Christian Lohmaier1-2/+2
2019-05-31Replace 0 in nullptrJuergen Funk2-3/+3
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-05Fix remaining uses of gb_SYMBOLStephan Bergmann1-1/+1
2019-04-19optimise find/insert patternNoel Grandin1-2/+3
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin2-4/+4
2019-04-03add more append methods to *StringBufferNoel Grandin2-4/+4
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-1/+1
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2-10/+8
2019-02-22tdf#112689: Replace changed O(U)StringBuffer::append() with operator+Omer Fatih Celik1-9/+6
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-2/+2
2019-02-19tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Salih Sariyar1-9/+5
2019-02-11Revert "tdf#112689: Replace changed O(U)StringBuffer::append() with operator+"Tor Lillqvist1-6/+9
2019-02-11tdf#112689: Replace changed O(U)StringBuffer::append() with operator+Omer Fatih Celik1-9/+6
2019-02-08The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, tooStephan Bergmann3-4/+6
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin1-4/+4
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann2-3/+3
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen1-2/+1
2018-12-20Fix typoAndrea Gelmini1-2/+2
2018-12-13Add missing "!"Stephan Bergmann1-1/+1
2018-12-13Fix getRTTI for Android x86Stephan Bergmann2-8/+37
2018-12-13Adapt gcc3_linux_arm __cxa_exception to NDK 18 libc++abiStephan Bergmann1-0/+9