summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Expand)Author
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-12Add some more commentsTor Lillqvist
2013-10-05WaE: -Wunused-variableThomas Arnhold
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-10-02No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations)Stephan Bergmann
2013-10-02Add dummy arm64 code to just get it to compile for nowTor Lillqvist
2013-10-01Untabify and add mode linesTor Lillqvist
2013-10-01Add dummy code for the ARM64 caseTor Lillqvist
2013-10-01Don't use tabs here eitherTor Lillqvist
2013-10-01Use // consistently for comments in the iOS assembly sourcesTor Lillqvist
2013-09-12CID#705982 ensure umask for mkstempCaolán McNamara
2013-09-11Improve debug outputStephan Bergmann
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-08-30The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intelTor Lillqvist
2013-08-30Make RTTI creation work for libc++Stephan Bergmann
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-22fix debug build on s390xDavid Tardon
2013-06-20...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann
2013-06-20Clean up declaration of __cxa_get_globalsStephan Bergmann
2013-06-16fix debug build on s390root
2013-06-08the header file new.h is obsolete on our platformsHerbert Dürr
2013-06-05fix gcc inline assembler operands usageLuboš Luňák
2013-06-04Compiling but not working mingw_x86-64 bridgesFridrich Štrba
2013-06-04Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba
2013-05-29optimization fix to UNO bridge's callVirtualMethod() for generic x86_64Herbert Dürr
2013-05-28Bypass the type_info generation when using libc++ for gcc3_macosx_intel, tooTor Lillqvist
2013-05-28Bypass dynamic type_info generation for now when using libc++Tor Lillqvist
2013-05-09add some documentation links to the assembler needed for the UNO bridgesHerbert Dürr
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-15fdo#60724 convertable -> convertibleThomas Arnhold
2013-04-10bridges: remove unused .map fileMatúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-07Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOExceptionTor Lillqvist
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-20WaE: '__LP64__' is not defined, evaluates to 0Tor Lillqvist
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18Cleanup bridges modulePeter Foley
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-20Another lacking parenthesisJulien Nabet
2013-01-19iOS C++/UNO bridge fixesTor Lillqvist
2013-01-19Use SAL logging instead of printfsTor Lillqvist
2013-01-19More snippets, and cosmeticsTor Lillqvist
2013-01-19Work on the iOS C++/UNO bridgeTor Lillqvist
2013-01-10Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist