summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Expand)AuthorFilesLines
2012-11-15re-base on ALv2 code. Includes:Michael Meeks108-2448/+1572
2012-11-15Revert "sb140: #i117295# use rtl::Static"Michael Meeks24-105/+388
2012-11-14rtl::OUString -> OUString in bridgesRicardo Montania3-10/+4
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist3-11/+11
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist3-11/+11
2012-11-07More ::rtl::OUString -> OUString in bridgesRicardo Montania6-22/+16
2012-11-07::rtl::OUString -> OUString in bridgesRicardo Montania2-15/+15
2012-11-03WaE: unused parameterTor Lillqvist1-0/+7
2012-10-22dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, tooStephan Bergmann1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+2
2012-09-27Make exceptions work better in the x86-64 MacOSX C++-UNO bridgeTor Lillqvist4-102/+157
2012-09-27WaE: format specifiers in debug outputTor Lillqvist1-1/+1
2012-09-27First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist9-0/+2179
2012-09-26make gcc-uno bridge work with both gcc-4.7 and clangLuboš Luňák1-0/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud5-10/+10
2012-09-24Remove java_uno.map unused after gbuildificationStephan Bergmann1-45/+0
2012-09-24JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildificationStephan Bergmann3-11/+11
2012-09-23Revert "add forgotten asm file to build"David Tardon1-0/+0
2012-09-23gb_AsmObject expects .s extensionDavid Tardon1-0/+0
2012-09-23add forgotten asm file to buildDavid Tardon1-0/+0
2012-09-22switch bridges to gbuildDavid Tardon28-2090/+0
2012-09-22gbuildize bridgesDavid Tardon1-2/+2
2012-09-22add missing exportsDavid Tardon1-2/+2
2012-09-21There is no java_uno library to load in the disable-dynloading case on AndroidTor Lillqvist2-2/+40
2012-09-21Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist1-0/+4
2012-09-21WaE: format '%lx' expects 'long unsigned int', argument is 'void*'Tor Lillqvist1-2/+2
2012-09-20DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist1-0/+9
2012-09-12Make it compile for iOS device, no idea whether it worksTor Lillqvist1-3/+6
2012-09-12WaE: -WuninitializedTor Lillqvist1-0/+6
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist2-3/+18
2012-08-01WaE: unused variableTor Lillqvist1-2/+6
2012-07-28Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIREDTor Lillqvist1-5/+5
2012-07-28WaE: unused variableTor Lillqvist1-2/+6
2012-07-20android: x86 porting work.Michael Meeks1-1/+2
2012-07-14simplify include guardsThomas Arnhold4-4/+4
2012-07-10Mark ecx register as clobbered (solaris/intel)Pierre-Eric Pelloux-Prayer1-1/+1
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-19re-base on ALv2 code.Michael Meeks60-1250/+890
2012-06-19typo: paramters, paramaters -> parametersAndras Timar4-4/+4
2012-06-09Remove superfluous empty lines on topThomas Arnhold2-5/+0
2012-05-18the page seems movedTakeshi Abe1-1/+1
2012-05-17remove "TODO: add test" which is now doneCaolán McNamara1-2/+0
2012-04-25WaE: Clang unused variableCatalin Iacob1-4/+5
2012-04-23Port gcc3_linux_powerpc fix to gcc3_macosx_powerpcStephan Bergmann1-3/+13
2012-04-23do not let gcc use registers we are setting ourselvesDavid Tardon1-3/+13
2012-04-23save register arguments firstDavid Tardon1-8/+8
2012-04-22WaE: variable 'stackptr' is uninitialized when usedTor Lillqvist1-1/+1
2012-04-15Fix crasher and generate PIC for iOS simulatorTor Lillqvist5-17/+23
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-14/+5