summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Expand)AuthorFilesLines
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
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 Štrba10-875/+1056
2013-06-04Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba10-0/+1904
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-09add some documentation links to the assembler needed for the UNO bridgesHerbert Dürr1-0/+3
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-47/+8
2013-04-19remove unused component_canUnload functionsMatúš Kukan4-77/+0
2013-04-15fdo#60724 convertable -> convertibleThomas Arnhold1-11/+11
2013-04-10bridges: remove unused .map fileMatúš Kukan1-26/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák21-59/+56
2013-04-07Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOExceptionTor Lillqvist1-15/+16
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist4-1717/+0
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith31-145/+111
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-20WaE: '__LP64__' is not defined, evaluates to 0Tor Lillqvist1-0/+4
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold24-24/+24
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold56-123/+121
2013-03-18Cleanup bridges modulePeter Foley26-6489/+0
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-4/+4
2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter4-8/+6
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac5-24/+20
2013-01-20Another lacking parenthesisJulien Nabet1-1/+1
2013-01-19iOS C++/UNO bridge fixesTor Lillqvist1-3/+3
2013-01-19Use SAL logging instead of printfsTor Lillqvist1-25/+14
2013-01-19More snippets, and cosmeticsTor Lillqvist1-8/+8
2013-01-19Work on the iOS C++/UNO bridgeTor Lillqvist12-1645/+3018
2013-01-10Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens4-7/+0