summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_linux_arm
Commit message (Expand)AuthorAgeFilesLines
* Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann2018-04-101-7/+21
* enable c++17 for android again after boost auto_ptr has a workaroundChristian Lohmaier2018-01-181-1/+1
* android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier2018-01-183-16/+48
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* bridges: [loplugin:stringconstant]Michael Stahl2017-09-181-1/+1
* Supress unused variable warning in gcc arm bridgebrainbreaker2017-07-121-0/+2
* bridges: fix Linux/arm for the non-Android caseMiklos Vajna2017-06-231-0/+4
* android: Fix bridges/ module for building with Clangbrainbreaker2017-06-233-3/+4
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* Clean up declaration of __cxa_get_globals in linux_arm bridgebrainbreaker2017-06-142-5/+21
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-151-3/+3
* LEAK_STATIC_DATA is only ever defined for WNTStephan Bergmann2017-02-111-4/+0
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-272-8/+8
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-3/+3
* Use OUString::unacquiredStephan Bergmann2015-03-311-3/+3
* Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann2015-01-072-5/+2
* Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2015-01-062-2/+5
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-052-5/+2
* bridges: fix gcc3_linux_arm buildMiklos Vajna2014-12-111-1/+1
* reduce scope of local variablesMichael Weghorn2014-12-111-3/+1
* bridges: oops some semicolons got lostMichael Stahl2014-11-211-2/+2
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-213-31/+21
* Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist2014-11-171-0/+1
* missing includeMatúš Kukan2014-11-171-0/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-3/+0
* Improve debug outputStephan Bergmann2014-09-291-3/+10
* Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann2014-08-071-1/+2
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-2/+2
* bridges: remove SAL_THROW macroNoel Grandin2014-06-051-7/+7
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-6/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-32/+26
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* Remove visual noise from bridgesAlexander Wilms2014-03-014-11/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-1/+1
* Spell "indices" correctlyTor Lillqvist2013-10-022-28/+28
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-021-1/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-7/+7
* Work on the iOS C++/UNO bridgeTor Lillqvist2013-01-191-1/+1
* Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist2013-01-101-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-11-155-92/+74
* Revert "sb140: #i117295# use rtl::Static"Michael Meeks2012-11-151-13/+25
* Revert "add forgotten asm file to build"David Tardon2012-09-231-0/+0
* add forgotten asm file to buildDavid Tardon2012-09-231-0/+0
* switch bridges to gbuildDavid Tardon2012-09-221-79/+0
* WaE: format '%lx' expects 'long unsigned int', argument is 'void*'Tor Lillqvist2012-09-211-2/+2