summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_arm
AgeCommit message (Expand)Author
2018-04-10Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann
2018-01-18enable c++17 for android again after boost auto_ptr has a workaroundChristian Lohmaier
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-18bridges: [loplugin:stringconstant]Michael Stahl
2017-07-12Supress unused variable warning in gcc arm bridgebrainbreaker
2017-06-23bridges: fix Linux/arm for the non-Android caseMiklos Vajna
2017-06-23android: Fix bridges/ module for building with Clangbrainbreaker
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-14Clean up declaration of __cxa_get_globals in linux_arm bridgebrainbreaker
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2017-02-11LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-11bridges: fix gcc3_linux_arm buildMiklos Vajna
2014-12-11reduce scope of local variablesMichael Weghorn
2014-11-21bridges: oops some semicolons got lostMichael Stahl
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-17Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist
2014-11-17missing includeMatúš Kukan
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-29Improve debug outputStephan Bergmann
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-05bridges: remove SAL_THROW macroNoel Grandin
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-03-01Remove visual noise from bridgesAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-01-19Work on the iOS C++/UNO bridgeTor Lillqvist
2013-01-10Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-11-15Revert "sb140: #i117295# use rtl::Static"Michael Meeks
2012-09-23Revert "add forgotten asm file to build"David Tardon
2012-09-23add forgotten asm file to buildDavid Tardon
2012-09-22switch bridges to gbuildDavid Tardon
2012-09-21WaE: format '%lx' expects 'long unsigned int', argument is 'void*'Tor Lillqvist