summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:reservedid (clang-cl)Stephan Bergmann2018-08-162-6/+6
* Don't use internal __CxxDetectRethrow: it has side effectsMike Kaganski2018-08-093-13/+116
* fix arm buildCaolán McNamara2018-08-042-2/+2
* fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara2018-08-0460-156/+209
* loplugin:useuniqueptr in bridgesNoel Grandin2018-08-033-52/+4
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-273-6/+6
* Fix typosAndrea Gelmini2018-07-231-3/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-07-093-0/+3
* loplugin:stringconcat, loplugin:sallogareas (clang-cl)Stephan Bergmann2018-05-151-5/+5
* bridges (win32/64): Log method callsSamuel Mehrbrodt2018-05-072-0/+17
* loplugin:useuniqueptr in bridgesNoel Grandin2018-04-162-9/+9
* Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann2018-04-1018-88/+379
* iOS, simplified assemblerjan Iversen2018-03-202-34/+17
* iOS, balanced return stackjan Iversen2018-03-171-21/+19
* iOS update unwind abi to v. 26jan Iversen2018-03-171-7/+9
* iOS, solved call stack problem.jan Iversen2018-03-162-6/+9
* iOS, added description of __cxa_throwjan Iversen2018-03-161-0/+3
* iOS, move assembler constants to C++jan Iversen2018-03-152-13/+5
* iOS, simplified bridge assembler code.jan Iversen2018-03-152-160/+134