Age | Commit message (Expand) | Author |
2011-01-31 | Fix thinko | Tor Lillqvist |
2011-01-31 | Now the C++-UNO bridge on x64 Windows works a bit better | Tor Lillqvist |
2011-01-29 | Skip the this pointer in cpp2uno_call() | Tor Lillqvist |
2011-01-28 | Let's use a shared privateSnippetExecutor() approach as on x64 Linux | Tor Lillqvist |
2011-01-28 | Fix typo and thinko | Tor Lillqvist |
2011-01-28 | More work on x64 Windows C++-UNO bridge | Tor Lillqvist |
2011-01-28 | Add a function table entry for the dynamically generated trampoline | Tor Lillqvist |
2011-01-27 | Corect copyright header and comment | Tor Lillqvist |
2011-01-27 | More work on the x64 Windows C++-UNO bridge | Tor Lillqvist |
2011-01-27 | move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlport | Caolán McNamara |
2011-01-26 | Intermediate commit | Tor Lillqvist |
2011-01-26 | sb138: #i116038# fresh implementation of binary URP bridge | sb |
2011-01-23 | Add debug output to the dummy functions to see if/when they get called | Tor Lillqvist |
2011-01-23 | Use correct name for mscx_uno.dll and deliver it | Tor Lillqvist |
2011-01-22 | More hacking on the C++-UNO bridge for x64 Windows | Tor Lillqvist |
2011-01-21 | Remove old RCS lines. | Thomas Arnhold |
2011-01-21 | use errno to get the correct error message if mkstemp() fails | Robert Nagy |
2011-01-20 | More hacking on the wntmscx bridge, still far from ready | Tor Lillqvist |
2011-01-17 | Commit 64-bit Win32 C++ bridge files | Tor Lillqvist |
2010-12-30 | cppcheck: prefer prefix variant | Caolán McNamara |
2010-12-13 | malloc.h is obsolete on BSDs, so use stdlib.h there | Robert Nagy |
2010-12-09 | fix bsd bridges | Caolán McNamara |
2010-12-08 | ause128: #i115964# add creating libjava_uno.jnilib for tests that may need it | Hans-Joachim Lankenau |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe |
2010-12-05 | cppcheck: unused variables | Caolán McNamara |
2010-11-30 | cppcheck: unused variable | Caolán McNamara |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara |
2010-11-20 | EasyHack: RTL_CONST macro from createFromAscii | Kevin Hunter |
2010-11-10 | EasyHack: Convert to RTL macro from FromAscii | Kevin Hunter |
2010-11-09 | RTL macro converted from createFromAscii | Kevin Hunter |
2010-11-09 | Remove some commented out code. | Kevin Hunter |
2010-11-08 | restore issuzilla id for reference | Caolán McNamara |
2010-11-05 | Fixed a build break. | Kohei Yoshida |
2010-11-06 | Use linux bridge code on all BSDs. | Robert Nagy |
2010-11-05 | use getpagesize() on OpenBSD | Robert Nagy |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara |
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud |
2010-10-25 | micro optimizations | Caolán McNamara |
2010-10-25 | sb132: #i112448# proper initialization of ClientJob (patch by olistraub) | sb |
2010-10-20 | #i101100# strict-alias clean | Caolán McNamara |
2010-10-20 | explicitly -fno-strict-alias for linux bridges by default | Caolán McNamara |
2010-10-18 | remove non-compiled code | Povilas Kanapickas |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth |
2010-10-13 | add AIX uno bridge | Caolán McNamara |
2010-10-13 | Use FreeBSD/i386 files for NetBSD/i386. | Thomas Klausner |
2010-10-13 | Add support for NetBSD/amd64 based on FreeBSD/amd64 files. | Thomas Klausner |
2010-10-13 | Remove redundant #include, #define & comments | J. Graeme Lingard |
2010-10-11 | #i112784# do not leak ContextAdmin | Caolán McNamara |