summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_powerpc64
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-04-28ppc64: do not use asm block to retrieve argsDavid Tardon1-36/+29
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann1-4/+2
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara1-2/+4
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+2
2014-12-11reduce scope of local variablesMichael Weghorn1-3/+1
2014-11-23gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard1-1/+1
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl3-15/+10
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-09-29Improve debug outputStephan Bergmann1-2/+10
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-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann1-1/+2
2014-06-05bridges: remove SAL_THROW macroNoel Grandin1-7/+7
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-6/+2
2014-03-12fdo#68849 Add header guards to bridges/* files.Jason Gerlowski1-0/+3
2014-03-11"overflow" is one wordTor Lillqvist2-35/+35
2014-03-01Remove visual noise from bridgesAlexander Wilms4-11/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-10-02Spell "indices" correctlyTor Lillqvist2-28/+28
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-3/+3
2012-11-15re-base on ALv2 code. Includes:Michael Meeks3-69/+42
2012-11-15Revert "sb140: #i117295# use rtl::Static"Michael Meeks1-4/+16
2012-09-22switch bridges to gbuildDavid Tardon1-75/+0
2012-06-19re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-23save register arguments firstDavid Tardon1-8/+8
2012-02-05Some cppcheck cleaningJulien Nabet1-2/+0
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-7/+7
2011-11-27remove include of pch header in bridgeNorbert Thiebaud3-6/+0
2011-09-12sb140: #i117295# removed obsolete LEAK_STATIC_DATA definesStephan Bergmann1-4/+0
2011-09-09sb140: #i117295# use rtl::StaticStephan Bergmann1-16/+4
2011-03-01Oops, use #if instead of #ifdefThomas Arnhold2-29/+29
2011-03-01Move CMC_DEBUG to OSL_DEBUG_LEVEL 3Thomas Arnhold2-29/+29