summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2011-01-28Fix typo and thinkoTor Lillqvist1-7/+7
2011-01-28More work on x64 Windows C++-UNO bridgeTor Lillqvist3-130/+124
2011-01-28Add a function table entry for the dynamically generated trampolineTor Lillqvist2-5/+91
2011-01-27Corect copyright header and commentTor Lillqvist1-7/+4
2011-01-27More work on the x64 Windows C++-UNO bridgeTor Lillqvist5-604/+468
2011-01-27move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlportCaolán McNamara1-2/+2
2011-01-26Intermediate commitTor Lillqvist3-39/+157
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb54-10181/+0
2011-01-23Add debug output to the dummy functions to see if/when they get calledTor Lillqvist3-3/+9
2011-01-23Use correct name for mscx_uno.dll and deliver itTor Lillqvist2-1/+2
2011-01-22More hacking on the C++-UNO bridge for x64 WindowsTor Lillqvist5-82/+139
2011-01-21Remove old RCS lines.Thomas Arnhold5-16/+0
2011-01-21use errno to get the correct error message if mkstemp() failsRobert Nagy1-1/+2
2011-01-20More hacking on the wntmscx bridge, still far from readyTor Lillqvist5-227/+433
2011-01-17Commit 64-bit Win32 C++ bridge filesTor Lillqvist8-1/+1798
2010-12-30cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-13malloc.h is obsolete on BSDs, so use stdlib.h thereRobert Nagy1-0/+4
2010-12-09fix bsd bridgesCaolán McNamara3-15/+105
2010-12-08ause128: #i115964# add creating libjava_uno.jnilib for tests that may need itHans-Joachim Lankenau1-0/+1
2010-12-06Replace all occured, occurance etc.Takeshi Abe73-120/+120
2010-12-05cppcheck: unused variablesCaolán McNamara1-3/+0
2010-11-30cppcheck: unused variableCaolán McNamara1-3/+2
2010-11-25cppcheck: methods can be constCaolán McNamara2-4/+4
2010-11-25cppcheck: methods can be constCaolán McNamara1-5/+5
2010-11-25cppcheck: methods can be constCaolán McNamara1-3/+3
2010-11-20EasyHack: RTL_CONST macro from createFromAsciiKevin Hunter7-45/+28
2010-11-10EasyHack: Convert to RTL macro from FromAsciiKevin Hunter1-1/+1
2010-11-09RTL macro converted from createFromAsciiKevin Hunter21-42/+42
2010-11-09Remove some commented out code.Kevin Hunter1-16/+0
2010-11-08restore issuzilla id for referenceCaolán McNamara1-1/+1
2010-11-05Fixed a build break.Kohei Yoshida1-1/+1
2010-11-06Use linux bridge code on all BSDs.Robert Nagy34-7728/+26
2010-11-05use getpagesize() on OpenBSDRobert Nagy1-1/+1
2010-10-27add modelines to .h and .c files as wellCaolán McNamara38-45/+29
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud1-1/+0
2010-10-25micro optimizationsCaolán McNamara5-10/+10
2010-10-25sb132: #i112448# proper initialization of ClientJob (patch by olistraub)sb1-0/+1
2010-10-20#i101100# strict-alias cleanCaolán McNamara2-23/+23
2010-10-20explicitly -fno-strict-alias for linux bridges by defaultCaolán McNamara13-12/+16
2010-10-18remove non-compiled codePovilas Kanapickas3-1346/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth208-0/+589
2010-10-13add AIX uno bridgeCaolán McNamara6-0/+1640
2010-10-13Use FreeBSD/i386 files for NetBSD/i386.Thomas Klausner6-332/+555
2010-10-13Add support for NetBSD/amd64 based on FreeBSD/amd64 files.Thomas Klausner9-0/+2570
2010-10-13Remove redundant #include, #define & commentsJ. Graeme Lingard4-8/+1
2010-10-11#i112784# do not leak ContextAdminCaolán McNamara1-30/+11
2010-10-11#i112681# make bridges match remotebridgesCaolán McNamara1-0/+4
2010-10-05more removed include guards using fixguard.pyPetr Mladek5-16/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek2-4/+0
2010-09-21sb123: #i114635# handle non-UNO exceptions in C++ UNO bridge, for unxlngx6, r...sb1-7/+42