summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2012-10-01gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
2012-10-01gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-10-01gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-27Make exceptions work better in the x86-64 MacOSX C++-UNO bridgeTor Lillqvist
2012-09-27WaE: format specifiers in debug outputTor Lillqvist
2012-09-27bridges: fix macosx buildMatúš Kukan
2012-09-27First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist
2012-09-26make gcc-uno bridge work with both gcc-4.7 and clangLuboš Luňák
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-24use correct directory dependencyDavid Tardon
2012-09-24Remove java_uno.map unused after gbuildificationStephan Bergmann
2012-09-24JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildificationStephan Bergmann
2012-09-24another attempt to fix android ARM buildDavid Tardon
2012-09-23really fix make syntax. i mean it! honestly!David Tardon
2012-09-23fix make syntaxDavid Tardon
2012-09-23fix make module.allDavid Tardon
2012-09-23we don't need explicit rule for this target...David Tardon
2012-09-23(hopefully) fix build of bridges on linux ARMDavid Tardon
2012-09-23Revert "add forgotten asm file to build"David Tardon
2012-09-23gb_AsmObject expects .s extensionDavid Tardon
2012-09-23add forgotten asm file to buildDavid Tardon
2012-09-23$(gb_STDLIBS) is needed for androidDavid Tardon
2012-09-23there must always be a bridge builtDavid Tardon
2012-09-23fix more copy&pasted conditions selecting bridge to buildDavid Tardon
2012-09-22dl is not a usable library on MacNorbert Thiebaud
2012-09-22brides was not invoking the build of libggc2_uno on MacsNorbert Thiebaud
2012-09-22bridges: do not use dl for AndroidMatúš Kukan
2012-09-22switch bridges to gbuildDavid Tardon
2012-09-22gbuildize bridgesDavid Tardon
2012-09-22add missing exportsDavid Tardon
2012-09-21There is no java_uno library to load in the disable-dynloading case on AndroidTor Lillqvist
2012-09-21Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist
2012-09-21WaE: format '%lx' expects 'long unsigned int', argument is 'void*'Tor Lillqvist
2012-09-20DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-12Make it compile for iOS device, no idea whether it worksTor Lillqvist
2012-09-12WaE: -WuninitializedTor Lillqvist
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin
2012-09-05Java cleanup, rename folders and packages to make them matchNoel Grandin
2012-09-05Java cleanup, make the package name match the folder nameNoel Grandin
2012-09-03Some clean up of previous commitStephan Bergmann
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
2012-08-01WaE: unused variableTor Lillqvist
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl
2012-07-28Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIREDTor Lillqvist
2012-07-28WaE: unused variableTor Lillqvist
2012-07-20android: x86 porting work.Michael Meeks
2012-07-14simplify include guardsThomas Arnhold