summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-21/+21
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt1-0/+2
2015-10-02Fix typosAndrea Gelmini2-2/+2
2015-09-30bridges: fix build with --enable-assert-always-abortMichael Stahl2-5/+3
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-11/+12
2015-09-13Fix typoMatteo Casalin1-1/+1
2015-09-13cppcheck: Mismatching allocation and deallocationJulien Nabet1-5/+5
2015-09-12Actually fix uno bridge on MSVC 14.0David Ostrovsky3-8/+53
2015-09-02Fix x86-64 bridge on MSVC 14.0David Ostrovsky1-1/+2
2015-08-17cppcheck: noExplicitConstructorCaolán McNamara2-7/+7
2015-08-17cppcheck: various msvc_win32_intel fixesCaolán McNamara1-9/+18
2015-07-16loplugin:simplifyboolStephan Bergmann2-4/+4
2015-07-13bridges: mips64: Fix build failure in new codes.Heiher2-3/+3
2015-07-11bridges: mips64: Update call frame information.Heiher1-0/+2
2015-07-10ppc64: using a fp register also consumes a gp register slotCaolan McNamara2-6/+16
2015-07-10ppc64: simplify this a littleCaolan McNamara1-37/+24
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe6-11/+10
2015-07-10bridges: Add support for linux mips64.Heiher7-0/+1853
2015-07-04Fix typosAndrea Gelmini5-6/+6
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin1-8/+0
2015-06-30Revert "Revert "Typo: repsent->represent""Stephan Bergmann1-1/+1
2015-06-26Use declarations from cxxabi.hStephan Bergmann2-7/+3
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann4-35/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet6-6/+6
2015-06-23Revert "Typo: repsent->represent"Julien Nabet1-1/+1
2015-06-23Typo: repsent->representJulien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet6-6/+6
2015-06-22MSVC 64-bit: In queryInterface optimization, copy hidden ret val addrStephan Bergmann1-0/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann1-25/+32
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-3/+3
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-08jboolean-related clean-upStephan Bergmann3-8/+7
2015-04-28ppc64: do not use asm block to retrieve argsDavid Tardon1-36/+29
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann28-0/+28
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin8-14/+14
2015-04-07loplugin:cstylecast, loplugin:redundantcastStephan Bergmann3-16/+16
2015-04-02loplugin:redundantcastStephan Bergmann4-41/+55
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann44-85/+74
2015-03-31bridges: acquire is not a member of rtl::OUStringMichael Stahl2-2/+2
2015-03-31Use OUString::unacquiredStephan Bergmann16-42/+42
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann9-23/+23
2015-03-30Turn macros into functionsStephan Bergmann1-31/+45
2015-03-29loplugin:cstylecastStephan Bergmann4-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann10-156/+156
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-2/+2
2015-03-13loplugin:cstylecast (gcc3_linux_intel)Stephan Bergmann3-26/+26