summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_arm
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
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 Bergmann2-5/+2
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2-2/+5
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+2
2014-12-11bridges: fix gcc3_linux_arm buildMiklos Vajna1-1/+1
2014-12-11reduce scope of local variablesMichael Weghorn1-3/+1
2014-11-21bridges: oops some semicolons got lostMichael Stahl1-2/+2
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl3-31/+21
2014-11-17Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist1-0/+1
2014-11-17missing includeMatúš Kukan1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-09-29Improve debug outputStephan Bergmann1-3/+10
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann1-1/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-2/+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-32/+26
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-03-01Remove visual noise from bridgesAlexander Wilms4-11/+1
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-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
2013-01-19Work on the iOS C++/UNO bridgeTor Lillqvist1-1/+1
2013-01-10Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist1-1/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks5-92/+74
2012-11-15Revert "sb140: #i117295# use rtl::Static"Michael Meeks1-13/+25
2012-09-23Revert "add forgotten asm file to build"David Tardon1-0/+0
2012-09-23add forgotten asm file to buildDavid Tardon1-0/+0
2012-09-22switch bridges to gbuildDavid Tardon1-79/+0
2012-09-21WaE: format '%lx' expects 'long unsigned int', argument is 'void*'Tor Lillqvist1-2/+2
2012-05-17remove "TODO: add test" which is now doneCaolán McNamara1-2/+0
2012-02-21ARM bridge: fixes for passing double arguments on the stackJani Monoses2-1/+8
2012-02-17fix armel/armv4t buildRene Engelhard1-0/+4
2012-02-16ARM bridge: VFP ABI (armhf) supportJani Monoses4-17/+142
2012-02-15Remove unnecessary variableJani Monoses1-29/+20
2012-02-15Simplify code and use proper register names for linux armhfJani Monoses1-5/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-2/+0
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-7/+7
2012-01-13Use cacheflush() on AndroidTor Lillqvist1-0/+7
2011-12-19fix armhf build in bridgesMatthias Klose1-2/+2
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-11-24Use RTLD_DEFAULT on AndroidTor Lillqvist1-0/+24
2011-11-21Don't use USE_DOUBLE_MMAP on AndroidTor Lillqvist1-1/+7
2011-11-17Let's try using the gcc3_linux_arm code for Android, tooTor Lillqvist1-1/+1