summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Expand)AuthorFilesLines
2014-03-01Remove visual noise from bridgesAlexander Wilms100-353/+53
2014-02-24fix "fix gcc inline assembler operands usage"Rene Engelhard1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms29-148/+148
2014-02-21loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann1-3/+3
2014-02-14Resolves: #i124086# preserve 16byte stack alignment...Herbert Dürr1-1/+16
2014-02-14Adapt gcc3_linux_intel to Clang 3.4Stephan Bergmann3-24/+42
2014-02-07auto_ptr -> heap_ptrStephan Bergmann4-39/+16
2014-02-05static assert is enoughStephan Bergmann1-45/+34
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann3-6/+0
2014-01-28bool improvementsStephan Bergmann2-4/+4
2014-01-10Use proper bool operationsStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin25-30/+30
2013-12-27cppcheck: fix consecutive breakJulien Nabet1-1/+0
2013-12-27Using pre-cached type_infos provided by the typeid operator seems to work nowTor Lillqvist1-3/+13
2013-12-27Add .cfi_startproc and endproc markersTor Lillqvist1-0/+2
2013-12-26Add static assertion that our Fake_type_info is the same size as the real oneTor Lillqvist1-0/+3
2013-12-26Need the _LIBCPP_NONUNIQUE_RTTI_BIT here, tooTor Lillqvist1-0/+3
2013-12-24Minor logging changeTor Lillqvist1-2/+4
2013-12-24More informative logging in codeSnippet()Tor Lillqvist1-5/+7
2013-12-24More informative logging in codeSnippet()Tor Lillqvist1-12/+18
2013-12-23More informative loggingTor Lillqvist2-15/+16
2013-12-23Let's try to use basically the same except.cxx for iOS as for OS XTor Lillqvist1-31/+100
2013-12-23Avoid Perl warningsTor Lillqvist1-2/+2
2013-12-22Fix build break for (32-bit) armTor Lillqvist1-3/+6
2013-12-22iOS arm64 C++/UNO bridge WIPTor Lillqvist4-94/+125
2013-12-22Log a bit more information in codeSnippet()Tor Lillqvist1-4/+1
2013-12-21iOS arm64 C++/UNO bridge WIPTor Lillqvist6-272/+193
2013-12-17Add OSX@PowerPC support to UNO/C++ bridgeDouglas Mencken4-0/+1748
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-13/+3
2013-12-08Intermediate work in progress commit on the arm64 C++/UNO bridgeTor Lillqvist4-19/+1208
2013-12-03-Werror=unused-parameterStephan Bergmann1-1/+1
2013-12-03Clean up string concatenationStephan Bergmann4-133/+77
2013-12-03Clean up use of OSL debug functionalityStephan Bergmann6-279/+209
2013-12-03Remove long dead workaroundStephan Bergmann1-9/+0
2013-12-03BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefinedStephan Bergmann1-26/+0
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-3/+3
2013-11-12Add some more commentsTor Lillqvist3-1/+19
2013-10-05WaE: -Wunused-variableThomas Arnhold1-2/+2
2013-10-02Spell "indices" correctlyTor Lillqvist46-644/+644
2013-10-02No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations)Stephan Bergmann1-4/+3
2013-10-02Add dummy arm64 code to just get it to compile for nowTor Lillqvist2-2/+19
2013-10-01Untabify and add mode linesTor Lillqvist1-18/+20
2013-10-01Add dummy code for the ARM64 caseTor Lillqvist2-5/+21
2013-10-01Don't use tabs here eitherTor Lillqvist2-29/+33
2013-10-01Use // consistently for comments in the iOS assembly sourcesTor Lillqvist2-156/+155
2013-09-12CID#705982 ensure umask for mkstempCaolán McNamara1-0/+4
2013-09-11Improve debug outputStephan Bergmann1-1/+4
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-1/+1
2013-08-30The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intelTor Lillqvist1-103/+91
2013-08-30Make RTTI creation work for libc++Stephan Bergmann1-83/+83