summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno
AgeCommit message (Expand)AuthorFilesLines
2015-07-13ppc64: using a fp register also consumes a gp register slotCaolan McNamara2-6/+16
2015-07-13ppc64: simplify this a littleCaolan McNamara1-37/+24
2015-02-19Adapt gcc3_solaris_intel bridge to GCC 4.7Gabriele Bulfon3-85/+170
2015-01-30rhbz#1186897: bridges: oops, fix s390 bridge buildMichael Stahl2-2/+2
2014-11-25gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard1-1/+1
2014-11-25aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard1-0/+2
2014-11-25bridges: oops some semicolons got lostMichael Stahl1-2/+2
2014-11-25bridges: oops, static_assert requires 2nd string parameterMichael Stahl9-10/+10
2014-11-25bridges: forgot to remove some include diagnose.hMichael Stahl3-6/+0
2014-11-25ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl80-581/+431
2014-11-20Include <osl/diagnose.h>Tor Lillqvist3-0/+6
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-1/+0
2014-11-17Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist1-0/+1
2014-11-17missing includeMatúš Kukan1-0/+1
2014-11-17bridges: get at least the x86 bridge to buildMichael Stahl2-0/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl9-0/+11
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl3-15/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-4/+4
2014-11-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-11-03some coverity false positive markup effortsCaolán McNamara1-0/+1
2014-11-03fix sparc buildNoel Grandin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin47-47/+0
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl1-2/+2
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-2/+2
2014-10-01We always build 64-bit OS X codeTor Lillqvist5-1778/+0
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist1-24/+0
2014-09-29Improve debug outputStephan Bergmann22-55/+222
2014-09-26The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann1-1/+1
2014-09-23PPC Mac support can go away now (again)Tor Lillqvist4-1738/+0
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud2-56/+4
2014-08-29cppcheck: va_end_missingJulien Nabet1-0/+1
2014-08-29Linux AArch64 portStephan Bergmann6-0/+1332
2014-08-29sigh, simply forgot to include the endian headerCaolán McNamara1-1/+1
2014-08-28cast arg to the right typeDavid Tardon1-1/+1
2014-08-28fix variable nameDavid Tardon1-1/+1
2014-08-22if _CALL_ELF -> if defined(_CALL_ELF) && _CALL_ELF == 2Caolán McNamara2-9/+9
2014-08-22pasted in reverseCaolán McNamara1-2/+2
2014-08-22Resolves: rhbz#1125588 ppc64le passes testtoolsCaolán McNamara2-3/+22
2014-08-22Related: rhbz#1125588 ppc64le fix simple struct returningCaolán McNamara1-2/+6
2014-08-22Related: rhbz#1125588 ppc64le has new struct passing rulesCaolán McNamara3-8/+58
2014-08-22Related: rhbz#1125588 force existence of argument save areaCaolán McNamara1-0/+4
2014-08-21Related: rhbz#1125588 get to the end of cpp_mediate on ppc64leCaolán McNamara1-2/+6
2014-08-21Related: rhbz#1125588 get as far as privateSnippetExecutorCaolán McNamara1-0/+17
2014-08-21Related: rhbz#1125588 first steps for ppc64leCaolán McNamara1-6/+11
2014-08-13Clearly we should be moving 64 bit values hereTor Lillqvist1-2/+2
2014-08-07WaE: -Werror=unused-parameterCaolán McNamara1-0/+1
2014-08-07New files missing from prev commitStephan Bergmann2-0/+238