summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2014-02-25fix "fix gcc inline assembler operands usage"Rene Engelhard1-1/+1
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
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
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold6-11/+11
2013-06-22fix debug build on s390xDavid Tardon1-1/+0
2013-06-20...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann2-17/+20
2013-06-20Clean up declaration of __cxa_get_globalsStephan Bergmann3-9/+25
2013-06-16fix debug build on s390root1-1/+0
2013-06-08the header file new.h is obsolete on our platformsHerbert Dürr1-1/+0
2013-06-05fix gcc inline assembler operands usageLuboš Luňák7-81/+81
2013-06-04Compiling but not working mingw_x86-64 bridgesFridrich Štrba11-879/+1059
2013-06-04Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba11-0/+1910
2013-05-29compile callvirtualmethod with -fnon-call-exceptionsCaolán McNamara1-4/+20
2013-05-29optimization fix to UNO bridge's callVirtualMethod() for generic x86_64Herbert Dürr1-2/+4
2013-05-28Bypass the type_info generation when using libc++ for gcc3_macosx_intel, tooTor Lillqvist1-0/+9
2013-05-28Bypass dynamic type_info generation for now when using libc++Tor Lillqvist1-0/+9
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist4-16/+16
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist5-17/+17
2013-05-09add some documentation links to the assembler needed for the UNO bridgesHerbert Dürr1-0/+3
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin1-6/+7
2013-04-26Java cleanup, remove unused importsNoel Grandin1-1/+0
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-47/+8
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-8/+1
2013-04-19remove unused component_canUnload functionsMatúš Kukan4-77/+0
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin2-7/+7