summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* missing namespaceStephan Bergmann2015-11-191-2/+2
* ...and make it clear that RegParamKind /is/ usedStephan Bergmann2015-11-191-2/+2
* REGPARAM_INT/FLT /are/ usedStephan Bergmann2015-11-191-0/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-181-0/+1
* -Werror,-Wdynamic-class-memaccessStephan Bergmann2015-11-181-1/+1
* -Wmicrosoft-castStephan Bergmann2015-11-181-2/+2
* -Werror,-Wmicrosoft-exception-specStephan Bergmann2015-11-181-2/+2
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-1/+0
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-2/+2
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann2015-11-121-1/+1
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-106-40/+40
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1021-390/+390
* java:no need to explicitly create these constructorsNoel Grandin2015-11-051-6/+0
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-3/+3
* Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicableDavid Ostrovsky2015-11-021-1/+1
* Remove spurious vertical whitespaceStephan Bergmann2015-11-021-1/+0
* Don't rely on __builtin_alloca when creating a call stackStephan Bergmann2015-11-021-19/+31
* Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann2015-11-021-3/+5
* bridges: loplugin:cstylecastMichael Stahl2015-10-302-8/+8
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-303-6/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-305-8/+6
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-253-3/+3
* 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