summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_mips
AgeCommit message (Expand)AuthorFilesLines
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara3-7/+9
2018-04-10Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann1-4/+21
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-18bridges: [loplugin:stringconstant]Michael Stahl1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-2/+0
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-3/+3
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann1-4/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-06-08tdf#39440 Reduced the scope of the variable cGökhan Gurbetoğlu1-2/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2-8/+8
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-1/+1
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-3/+3
2015-03-31Use OUString::unacquiredStephan Bergmann1-3/+3
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-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl3-26/+19
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-09-29Improve debug outputStephan Bergmann1-2/+10
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-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-10/+4
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-03-12fdo#68849 Add header guards to bridges/* files.Jason Gerlowski1-0/+3
2014-03-01Remove visual noise from bridgesAlexander Wilms4-14/+2
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 Arnhold3-7/+7
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-76/+0
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist2-3/+18
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-06-19re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-02-05Some cppcheck cleaningJulien Nabet1-2/+0
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-7/+7
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+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-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2