summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
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-16Clean-up uno/lbnames.hStephan Bergmann6-5/+2
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa3-23/+3
2013-12-08Intermediate work in progress commit on the arm64 C++/UNO bridgeTor Lillqvist5-20/+1209
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-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-5/+5
2013-11-12Add some more commentsTor Lillqvist3-1/+19
2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl2-17/+17
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-14/+4
2013-10-12Bin pointless commentTor Lillqvist1-1/+1
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-26typo fixes in commentsAndras Timar1-1/+1
2013-09-23Try to fix cross-compilationTor Lillqvist1-1/+1
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara7-0/+21
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl1-2/+2
2013-09-12CID#705982 ensure umask for mkstempCaolán McNamara1-0/+4
2013-09-11Get Mac OS X libjava_uno.jnilib -> libjava_uno.dylib symlink into instdirStephan Bergmann2-0/+17
2013-09-11Improve debug outputStephan Bergmann1-1/+4