summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
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 Montania6-34/+34
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-16add dep on dirDavid Tardon1-4/+3
2012-10-06bridges: msvc complains about silly optionsMichael Stahl2-14/+0
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+2
2012-10-01Make this actually workTor Lillqvist1-2/+1
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl4-8/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl17-23/+74
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl4-4/+8
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-09-27Make exceptions work better in the x86-64 MacOSX C++-UNO bridgeTor Lillqvist5-106/+158
2012-09-27WaE: format specifiers in debug outputTor Lillqvist1-1/+1
2012-09-27bridges: fix macosx buildMatúš Kukan1-1/+0
2012-09-27First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist12-1/+2256
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 Thiebaud9-21/+21
2012-09-24use correct directory dependencyDavid Tardon1-2/+2
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-24another attempt to fix android ARM buildDavid Tardon2-6/+4
2012-09-23really fix make syntax. i mean it! honestly!David Tardon1-1/+1
2012-09-23fix make syntaxDavid Tardon1-1/+1
2012-09-23fix make module.allDavid Tardon1-0/+2
2012-09-23we don't need explicit rule for this target...David Tardon1-4/+2
2012-09-23(hopefully) fix build of bridges on linux ARMDavid Tardon3-0/+36
2012-09-23Revert "add forgotten asm file to build"David Tardon2-4/+0
2012-09-23gb_AsmObject expects .s extensionDavid Tardon1-0/+0
2012-09-23add forgotten asm file to buildDavid Tardon2-0/+4
2012-09-23$(gb_STDLIBS) is needed for androidDavid Tardon3-0/+3
2012-09-23there must always be a bridge builtDavid Tardon1-0/+4
2012-09-23fix more copy&pasted conditions selecting bridge to buildDavid Tardon1-3/+3
2012-09-22dl is not a usable library on MacNorbert Thiebaud1-1/+0
2012-09-22brides was not invoking the build of libggc2_uno on MacsNorbert Thiebaud1-2/+2
2012-09-22bridges: do not use dl for AndroidMatúš Kukan3-6/+9
2012-09-22switch bridges to gbuildDavid Tardon35-2244/+2
2012-09-22gbuildize bridgesDavid Tardon31-2/+1837
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-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-1/+1
2012-09-12Make it compile for iOS device, no idea whether it worksTor Lillqvist1-3/+6
2012-09-12WaE: -WuninitializedTor Lillqvist1-0/+6
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin4-9/+0
2012-09-05Java cleanup, rename folders and packages to make them matchNoel Grandin30-41/+51