summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-21/+21
* Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt2015-10-051-0/+2
* Fix typosAndrea Gelmini2015-10-022-2/+2
* bridges: fix build with --enable-assert-always-abortMichael Stahl2015-09-302-5/+3
* Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2015-09-281-11/+12
* Fix typoMatteo Casalin2015-09-131-1/+1
* cppcheck: Mismatching allocation and deallocationJulien Nabet2015-09-131-5/+5
* Actually fix uno bridge on MSVC 14.0David Ostrovsky2015-09-123-8/+53
* Fix x86-64 bridge on MSVC 14.0David Ostrovsky2015-09-021-1/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-08-172-7/+7
* cppcheck: various msvc_win32_intel fixesCaolán McNamara2015-08-171-9/+18
* loplugin:simplifyboolStephan Bergmann2015-07-162-4/+4
* bridges: mips64: Fix build failure in new codes.Heiher2015-07-132-3/+3
* bridges: mips64: Update call frame information.Heiher2015-07-111-0/+2
* ppc64: using a fp register also consumes a gp register slotCaolan McNamara2015-07-102-6/+16
* ppc64: simplify this a littleCaolan McNamara2015-07-101-37/+24
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-106-11/+10
* bridges: Add support for linux mips64.Heiher2015-07-107-0/+1853
* Fix typosAndrea Gelmini2015-07-045-6/+6
* loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin2015-07-021-8/+0
* Revert "Revert "Typo: repsent->represent""Stephan Bergmann2015-06-301-1/+1
* Use declarations from cxxabi.hStephan Bergmann2015-06-262-7/+3
* Remove workarounds for no longer supported GCC 4.6Stephan Bergmann2015-06-264-35/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-236-6/+6
* Revert "Typo: repsent->represent"Julien Nabet2015-06-231-1/+1
* Typo: repsent->representJulien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-236-6/+6
* MSVC 64-bit: In queryInterface optimization, copy hidden ret val addrStephan Bergmann2015-06-221-0/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann2015-06-151-25/+32
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-022-3/+3
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-2/+2
* jboolean-related clean-upStephan Bergmann2015-05-083-8/+7
* ppc64: do not use asm block to retrieve argsDavid Tardon2015-04-281-36/+29
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-2228-0/+28
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-158-14/+14
* loplugin:cstylecast, loplugin:redundantcastStephan Bergmann2015-04-073-16/+16
* loplugin:redundantcastStephan Bergmann2015-04-024-41/+55
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0144-85/+74
* bridges: acquire is not a member of rtl::OUStringMichael Stahl2015-03-312-2/+2
* Use OUString::unacquiredStephan Bergmann2015-03-3116-42/+42
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-319-23/+23
* Turn macros into functionsStephan Bergmann2015-03-301-31/+45
* loplugin:cstylecastStephan Bergmann2015-03-294-11/+11
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2810-156/+156
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-2/+2
* loplugin:cstylecast (gcc3_linux_intel)Stephan Bergmann2015-03-133-26/+26