summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno
AgeCommit message (Expand)Author
2014-12-18bridges: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-16bridges: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara
2014-12-11bridges: fix gcc3_linux_arm buildMiklos Vajna
2014-12-11reduce scope of local variablesMichael Weghorn
2014-12-10Typo: nuber=>numberJulien Nabet
2014-12-09Fix base+offset pointer calculations when synthesizing exception dataStephan Bergmann
2014-12-09Fix mscx_filterCppException base+offset pointer calculationsStephan Bergmann
2014-12-02except.cxx: Fix pTypeDescr is unknown in this context errorDavid Ostrovsky
2014-12-02MSVC 2013: Compute uno bridge exception offset for X64David Ostrovsky
2014-11-23gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard
2014-11-23aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard
2014-11-21bridges: oops some semicolons got lostMichael Stahl
2014-11-21bridges: oops, static_assert requires 2nd string parameterMichael Stahl
2014-11-21bridges: forgot to remove some include diagnose.hMichael Stahl
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-20Include <osl/diagnose.h>Tor Lillqvist
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-17Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist
2014-11-17missing includeMatúš Kukan
2014-11-17bridges: get at least the x86 bridge to buildMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-03some coverity false positive markup effortsCaolán McNamara
2014-11-03fix sparc buildNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-10-01We always build 64-bit OS X codeTor Lillqvist
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist
2014-09-29Improve debug outputStephan Bergmann
2014-09-26The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann
2014-09-23PPC Mac support can go away now (again)Tor Lillqvist
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud
2014-08-29cppcheck: va_end_missingJulien Nabet
2014-08-29Linux AArch64 portStephan Bergmann
2014-08-29sigh, simply forgot to include the endian headerCaolán McNamara
2014-08-28cast arg to the right typeDavid Tardon
2014-08-28fix variable nameDavid Tardon
2014-08-22if _CALL_ELF -> if defined(_CALL_ELF) && _CALL_ELF == 2Caolán McNamara
2014-08-22pasted in reverseCaolán McNamara
2014-08-22Resolves: rhbz#1125588 ppc64le passes testtoolsCaolán McNamara
2014-08-22Related: rhbz#1125588 ppc64le fix simple struct returningCaolán McNamara
2014-08-22Related: rhbz#1125588 ppc64le has new struct passing rulesCaolán McNamara
2014-08-22Related: rhbz#1125588 force existence of argument save areaCaolán McNamara