Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | WaE: Clang unused variable | Catalin Iacob | |
2012-04-23 | Port gcc3_linux_powerpc fix to gcc3_macosx_powerpc | Stephan Bergmann | |
This ports 84dbc4fe2547f8fc341a46d7f000e721c81e63ee "do not let gcc use registers we are setting ourselves," in the hope that it is also an improvement for Mac OS X PPC. (But the patch was applied blindly, so please revert if it makes things worse instead.) | |||
2012-04-23 | do not let gcc use registers we are setting ourselves | David Tardon | |
gcc uses a register for the function call--and it tried r9 here... | |||
2012-04-23 | save register arguments first | David Tardon | |
The "mr" stores r11 to indeterminate register (r9 in my case) before storing it into the output variable, thus overwriting one of our input arguments... This later leads to nice segfault in testtools/source/bridgetest ... I suppose there is a better way to get the variable, but I do not know it .-) | |||
2012-04-22 | WaE: variable 'stackptr' is uninitialized when used | Tor Lillqvist | |
2012-04-15 | Fix crasher and generate PIC for iOS simulator | Tor Lillqvist | |
Had an embarrassing thinko in the assembler generation for the iOS simulator, had forgotten the $ for a literal number. While at it, make also the simulator read-only code snippet data structures position-independent. Some minor comment improvements. Bridge seems to work now on simulator. | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-04 | adjust gcc3_linux_intel bridge to work with clang | Luboš Luňák | |
Otherwise exception throwing seems to be broken. This is a partial revert of b0515ea5fa6c29faebed616ae3e0213c72d24904. | |||
2012-04-04 | Fixed include guard copy/paste error | Stephan Bergmann | |
2012-04-04 | Adapt cpp_uno/gcc3_linux_intel to GCC 4.7 | Stephan Bergmann | |
...the same way cpp_uno/gcc3_linux_x86-64 was already adapted. | |||
2012-03-30 | Hack around different __cxa_* declarations in different GCC versions | Stephan Bergmann | |
2012-03-30 | Missing includes | Stephan Bergmann | |
2012-03-30 | Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.h | Stephan Bergmann | |
...the same way cpp_uno/mingw_intel was already adapted. | |||
2012-03-30 | MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64 | Stephan Bergmann | |
...for reasons that are yet unclear to me. | |||
2012-03-30 | iOS simulator fix and some cosmetics | Tor Lillqvist | |
2012-03-29 | alloca(3) needs stdlib.h on *BSD because there is no alloca.h | Robert Nagy | |
2012-03-29 | Mark all registered as clobbered that are not saved across call | Stephan Bergmann | |
2012-03-29 | Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7 | Stephan Bergmann | |
See comment in callvirtualmethod.cxx for details. | |||
2012-03-27 | 2nd param of __cxa_throw is void* in GCC <= 4.6 | Stephan Bergmann | |
2012-03-27 | MinGW: Adapted cpp_uno bridge to GCC 4.7 | Stephan Bergmann | |
...which incompatibly changed the calling convention of the third (dest) function pointer parameter of __cxa_throw to __thiscall. | |||
2012-03-26 | Revert "Field IDs on Dalvik are more unique than in JVMs" | Stephan Bergmann | |
This reverts commit b5ca34fa409bc4cbeb41a84b900612e302f5b0fb. 829a9b9c1041626efb688157658c1e0e2f6e8414 "In Java, css.uno.RuntimeException is not derived from css.uno.Exception" is a better fix. | |||
2012-03-26 | In Java, css.uno.RuntimeException is not derived from css.uno.Exception | Stephan Bergmann | |
which lead to Bridge::map_to_java (jni_data.cxx) copying the Context member of RuntimeException twice, once with a fieldID for Exception, which fails on Dalvik. | |||
2012-03-26 | Field IDs on Dalvik are more unique than in JVMs | Tor Lillqvist | |
2012-03-21 | Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case | Tor Lillqvist | |
2012-03-16 | solaris/gcc: add missing standard includes | Jonathan Adams | |
2012-03-12 | WaE: 'exec' may be used uninitialized in this function | David Tardon | |
2012-03-07 | Fix compilation for simulator | Tor Lillqvist | |
2012-03-05 | Make the iOS ARM code position-independent | Tor Lillqvist | |
2012-03-05 | Make the iOS device (ARM) stuff at least link, surely does not work yet | Tor Lillqvist | |
2012-02-21 | ARM bridge: fixes for passing double arguments on the stack | Jani Monoses | |
2012-02-17 | fix armel/armv4t build | Rene Engelhard | |
2012-02-16 | ARM bridge: VFP ABI (armhf) support | Jani Monoses | |
2012-02-15 | Remove unnecessary variable | Jani Monoses | |
2012-02-15 | Simplify code and use proper register names for linux armhf | Jani Monoses | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-13 | Use cacheflush() on Android | Tor Lillqvist | |
2012-01-05 | WaE and build errors with OSL_DEBUG_LEVEL == 2 | Caolán McNamara | |
2011-12-27 | function component_canUnload is exported | David Tardon | |
2011-12-21 | only use posix_fallocate() if it's actually available | Robert Nagy | |
2011-12-19 | fix armhf build in bridges | Matthias Klose | |
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Signed-off-by: Caolán McNamara <caolanm@redhat.com> | |||
2011-12-15 | Resolves: rhbz#767708 avoid SIGBUS writing to overcommitted mmaped diskspace | Stephan Bergmann | |
2011-12-13 | Fix for fdo43460 Part IV getLength to isEmpty | Olivier Hallot | |
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges | |||
2011-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-11-30 | catch by constant reference | Takeshi Abe | |
2011-11-27 | remove include of pch header in bridge | Norbert Thiebaud | |
2011-11-24 | Use RTLD_DEFAULT on Android | Tor Lillqvist | |
dlopen()ing NULL (the main program) and dlsym()ing on that handle does not work on Android as in GNU/Linux. So don't bother with that, just call dlsym(RTLD_DEFAULT, symbol) instead. But, it doesn't help, it won't find the type_infos anyway, as they are weak symbols and the dlsym() at least in Android 4.0 does not like weak symbols, "Symbol is not global." So the fallback branch that dynamically generates a type_info, which normally should get used only for inter-process UNO (and thus presumably never on Android) is taken instead. But, that didn't work either at least with NDK r7 thanks to a bug in its libgnustl_shared.so. But we now patch that at run-time in android_main() in sal/osl/android/jni/lo-bootstrap.c. Are we having fun yet? | |||
2011-11-21 | Don't use USE_DOUBLE_MMAP on Android | Tor Lillqvist | |
2011-11-17 | Let's try using the gcc3_linux_arm code for Android, too | Tor Lillqvist | |