summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2016-02-26Add missing includeDavid Ostrovsky
2016-02-22WaE: vs2015 shadow localNorbert Thiebaud
2016-01-27Quickfix for Win 64-bit C++ UNO bridge (more than 20 params)Stephan Bergmann
2015-12-15tdf#95903: Fix return value handling in msvc_win32_x86-64 bridgeStephan Bergmann
2015-11-19missing namespaceStephan Bergmann
2015-11-19...and make it clear that RegParamKind /is/ usedStephan Bergmann
2015-11-19REGPARAM_INT/FLT /are/ usedStephan Bergmann
2015-11-18-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-18-Werror,-Wdynamic-class-memaccessStephan Bergmann
2015-11-18-Wmicrosoft-castStephan Bergmann
2015-11-18-Werror,-Wmicrosoft-exception-specStephan Bergmann
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05java:no need to explicitly create these constructorsNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-11-02Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicableDavid Ostrovsky
2015-11-02Remove spurious vertical whitespaceStephan Bergmann
2015-11-02Don't rely on __builtin_alloca when creating a call stackStephan Bergmann
2015-11-02Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann
2015-10-30bridges: loplugin:cstylecastMichael Stahl
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt
2015-10-02Fix typosAndrea Gelmini
2015-09-30bridges: fix build with --enable-assert-always-abortMichael Stahl
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-13Fix typoMatteo Casalin
2015-09-13cppcheck: Mismatching allocation and deallocationJulien Nabet
2015-09-12Actually fix uno bridge on MSVC 14.0David Ostrovsky
2015-09-02Fix x86-64 bridge on MSVC 14.0David Ostrovsky
2015-08-17cppcheck: noExplicitConstructorCaolán McNamara
2015-08-17cppcheck: various msvc_win32_intel fixesCaolán McNamara
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-13bridges: mips64: Fix build failure in new codes.Heiher
2015-07-11bridges: mips64: Update call frame information.Heiher
2015-07-10ppc64: using a fp register also consumes a gp register slotCaolan McNamara
2015-07-10ppc64: simplify this a littleCaolan McNamara
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-10bridges: Add support for linux mips64.Heiher
2015-07-04Fix typosAndrea Gelmini
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin
2015-06-30Revert "Revert "Typo: repsent->represent""Stephan Bergmann
2015-06-26Use declarations from cxxabi.hStephan Bergmann