summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-13Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann1-3/+0
2018-12-13Use declarations from cxxabi.h where availableStephan Bergmann1-0/+4
2018-12-11-Werror,-Wunused-variableStephan Bergmann1-0/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann14-16/+16
2018-12-05loplugin:unnecessaryparenStephan Bergmann1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-12-03sync std::unexpected_handler across bridgesCaolán McNamara16-16/+16
2018-12-03ofz#11611 build failure with std::unexpected_handlerCaolán McNamara1-1/+1
2018-11-28Bin some unused declarationsTor Lillqvist1-55/+0
2018-11-28Do like effe6b3d84302afce3d5095e4f376e7e3bf669e0 for iOS, tooTor Lillqvist1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin2-7/+8
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski22-286/+59
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin5-14/+14
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-24loplugin:external (clang-cl)Stephan Bergmann3-6/+39
2018-09-24Simplify assertion codeStephan Bergmann1-13/+8
2018-09-18loplugin:external (macOS)Stephan Bergmann1-1/+1
2018-09-18Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-2/+2
2018-09-18loplugin:useuniqueptr in VtableFactory::createBlockNoel Grandin1-7/+6
2018-09-17New loplugin:externalStephan Bergmann3-4/+4
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist1-0/+4
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-2/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin3-11/+11
2018-08-16-Werror,-Wmultichar (clang-cl)Stephan Bergmann2-2/+2
2018-08-16loplugin:reservedid (clang-cl)Stephan Bergmann2-6/+6
2018-08-09Don't use internal __CxxDetectRethrow: it has side effectsMike Kaganski3-13/+116
2018-08-04fix arm buildCaolán McNamara2-2/+2
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara60-156/+209
2018-08-03loplugin:useuniqueptr in bridgesNoel Grandin3-52/+4
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara3-6/+6