summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2020-04-212-1/+46
* aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann2019-10-121-1/+8
* Replace 0 in nullptrJuergen Funk2019-05-312-3/+3
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* Fix remaining uses of gb_SYMBOLStephan Bergmann2019-05-051-1/+1
* optimise find/insert patternNoel Grandin2019-04-191-2/+3
* use more std::make_uniqueNoel Grandin2019-04-131-1/+1
* Revert "add more append methods to *StringBuffer"Noel Grandin2019-04-032-4/+4
* add more append methods to *StringBufferNoel Grandin2019-04-032-4/+4
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-271-1/+1
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-162-10/+8
* tdf#112689: Replace changed O(U)StringBuffer::append() with operator+Omer Fatih Celik2019-02-221-9/+6
* loplugin:indentation (macOS)Stephan Bergmann2019-02-211-2/+2
* tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Salih Sariyar2019-02-191-9/+5
* Revert "tdf#112689: Replace changed O(U)StringBuffer::append() with operator+"Tor Lillqvist2019-02-111-6/+9
* tdf#112689: Replace changed O(U)StringBuffer::append() with operator+Omer Fatih Celik2019-02-111-9/+6
* The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, tooStephan Bergmann2019-02-083-4/+6
* loplugin:indentation in basctl..bridgesNoel Grandin2019-02-081-4/+4
* loplugin:redundantinline (clang-cl)Stephan Bergmann2019-01-302-3/+3
* o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen2019-01-161-2/+1
* Fix typoAndrea Gelmini2018-12-201-2/+2
* Add missing "!"Stephan Bergmann2018-12-131-1/+1
* Fix getRTTI for Android x86Stephan Bergmann2018-12-132-8/+37
* Adapt gcc3_linux_arm __cxa_exception to NDK 18 libc++abiStephan Bergmann2018-12-131-0/+9
* Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann2018-12-131-3/+0
* Use declarations from cxxabi.h where availableStephan Bergmann2018-12-131-0/+4
* -Werror,-Wunused-variableStephan Bergmann2018-12-111-0/+2
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-0814-16/+16
* loplugin:unnecessaryparenStephan Bergmann2018-12-051-1/+1
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* sync std::unexpected_handler across bridgesCaolán McNamara2018-12-0316-16/+16
* ofz#11611 build failure with std::unexpected_handlerCaolán McNamara2018-12-031-1/+1
* Bin some unused declarationsTor Lillqvist2018-11-281-55/+0
* Do like effe6b3d84302afce3d5095e4f376e7e3bf669e0 for iOS, tooTor Lillqvist2018-11-281-1/+1
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-162-7/+8
* Fix typosAndrea Gelmini2018-11-121-1/+1
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-0422-286/+59
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-025-14/+14
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-2/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* loplugin:external (clang-cl)Stephan Bergmann2018-09-243-6/+39
* Simplify assertion codeStephan Bergmann2018-09-241-13/+8
* loplugin:external (macOS)Stephan Bergmann2018-09-181-1/+1
* Fix for --enable-debug --disable-assert-always-abortStephan Bergmann2018-09-181-2/+2
* loplugin:useuniqueptr in VtableFactory::createBlockNoel Grandin2018-09-181-7/+6
* New loplugin:externalStephan Bergmann2018-09-173-4/+4
* Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist2018-09-151-0/+4
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-2/+1
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-293-11/+11
* -Werror,-Wmultichar (clang-cl)Stephan Bergmann2018-08-162-2/+2