summaryrefslogtreecommitdiffstats
path: root/bridges/source
Commit message (Expand)AuthorAgeFilesLines
* remove OUString wrap for string literalsThomas Arnhold2013-06-296-11/+11
* fix debug build on s390xDavid Tardon2013-06-221-1/+0
* ...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann2013-06-202-17/+20
* Clean up declaration of __cxa_get_globalsStephan Bergmann2013-06-203-9/+25
* fix debug build on s390root2013-06-161-1/+0
* the header file new.h is obsolete on our platformsHerbert Dürr2013-06-081-1/+0
* fix gcc inline assembler operands usageLuboš Luňák2013-06-057-81/+81
* Compiling but not working mingw_x86-64 bridgesFridrich Štrba2013-06-0410-875/+1056
* Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba2013-06-0410-0/+1904
* optimization fix to UNO bridge's callVirtualMethod() for generic x86_64Herbert Dürr2013-05-291-2/+4
* Bypass the type_info generation when using libc++ for gcc3_macosx_intel, tooTor Lillqvist2013-05-281-0/+9
* Bypass dynamic type_info generation for now when using libc++Tor Lillqvist2013-05-281-0/+9
* add some documentation links to the assembler needed for the UNO bridgesHerbert Dürr2013-05-091-0/+3
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-222-47/+8
* remove unused component_canUnload functionsMatúš Kukan2013-04-194-77/+0
* fdo#60724 convertable -> convertibleThomas Arnhold2013-04-151-11/+11
* bridges: remove unused .map fileMatúš Kukan2013-04-101-26/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0721-59/+56
* Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOExceptionTor Lillqvist2013-04-071-15/+16
* Remove Mac OS X for PowerPC supportTor Lillqvist2013-04-034-1717/+0
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-0231-145/+111
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* WaE: '__LP64__' is not defined, evaluates to 0Tor Lillqvist2013-03-201-0/+4
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-1924-24/+24
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1956-123/+121
* Cleanup bridges modulePeter Foley2013-03-1826-6489/+0
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-4/+4
* RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter2013-02-194-8/+6
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-305-24/+20
* Another lacking parenthesisJulien Nabet2013-01-201-1/+1
* iOS C++/UNO bridge fixesTor Lillqvist2013-01-191-3/+3
* Use SAL logging instead of printfsTor Lillqvist2013-01-191-25/+14
* More snippets, and cosmeticsTor Lillqvist2013-01-191-8/+8
* Work on the iOS C++/UNO bridgeTor Lillqvist2013-01-1912-1645/+3018
* Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist2013-01-101-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-304-7/+0
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-282-41/+4
* re-factor lifecycle issues in FormattedFieldWrapper.Michael Meeks2012-11-271-1/+0
* Some ::rtl::OUString -> OUString in bridgesRicardo Montania2012-11-264-27/+16
* re-base on ALv2 code. Includes:Michael Meeks2012-11-15108-2448/+1572
* Revert "sb140: #i117295# use rtl::Static"Michael Meeks2012-11-1524-105/+388
* rtl::OUString -> OUString in bridgesRicardo Montania2012-11-143-10/+4
* Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist2012-11-093-11/+11
* Use JNIEXPORT to really export these for AndroidTor Lillqvist2012-11-093-11/+11
* More ::rtl::OUString -> OUString in bridgesRicardo Montania2012-11-076-22/+16
* ::rtl::OUString -> OUString in bridgesRicardo Montania2012-11-072-15/+15
* WaE: unused parameterTor Lillqvist2012-11-031-0/+7
* dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, tooStephan Bergmann2012-10-221-1/+1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-2/+2
* Make exceptions work better in the x86-64 MacOSX C++-UNO bridgeTor Lillqvist2012-09-274-102/+157