Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-18 | removed unused const rtl::OUString | Takeshi Abe | 1 | -2/+0 | |
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1 | |||||
2012-05-18 | the page seems moved | Takeshi Abe | 1 | -1/+1 | |
Change-Id: Id2a12ec3a3c394bb40aa233f29807932b1fa84d5 | |||||
2012-05-17 | remove "TODO: add test" which is now done | Caolán McNamara | 1 | -2/+0 | |
since 99bf0c318b89c7d6acee364161b34b13d348a3bb Change-Id: I0fbd88d842f750d101e3eec5a6b18f7e8bc062be | |||||
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | 1 | -4/+4 | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -0/+0 | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||||
2012-04-25 | WaE: Clang unused variable | Catalin Iacob | 1 | -4/+5 | |
2012-04-23 | Port gcc3_linux_powerpc fix to gcc3_macosx_powerpc | Stephan Bergmann | 1 | -3/+13 | |
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 | 1 | -3/+13 | |
gcc uses a register for the function call--and it tried r9 here... | |||||
2012-04-23 | save register arguments first | David Tardon | 1 | -8/+8 | |
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 | 1 | -1/+1 | |
2012-04-15 | Fix crasher and generate PIC for iOS simulator | Tor Lillqvist | 5 | -17/+23 | |
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 | 5 | -22/+9 | |
2012-04-04 | adjust gcc3_linux_intel bridge to work with clang | Luboš Luňák | 3 | -1/+11 | |
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 | 1 | -2/+2 | |
2012-04-04 | Adapt cpp_uno/gcc3_linux_intel to GCC 4.7 | Stephan Bergmann | 6 | -135/+233 | |
...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 | 2 | -8/+16 | |
2012-03-30 | Missing includes | Stephan Bergmann | 2 | -0/+2 | |
2012-03-30 | Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.h | Stephan Bergmann | 3 | -8/+24 | |
...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 | 5 | -115/+203 | |
...for reasons that are yet unclear to me. | |||||
2012-03-30 | iOS simulator fix and some cosmetics | Tor Lillqvist | 1 | -8/+8 | |
2012-03-29 | alloca(3) needs stdlib.h on *BSD because there is no alloca.h | Robert Nagy | 1 | -0/+4 | |
2012-03-29 | Mark all registered as clobbered that are not saved across call | Stephan Bergmann | 1 | -1/+3 | |
2012-03-29 | Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7 | Stephan Bergmann | 8 | -168/+233 | |
See comment in callvirtualmethod.cxx for details. | |||||
2012-03-27 | 2nd param of __cxa_throw is void* in GCC <= 4.6 | Stephan Bergmann | 1 | -1/+1 | |
2012-03-27 | MinGW: Adapted cpp_uno bridge to GCC 4.7 | Stephan Bergmann | 3 | -7/+23 | |
...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 | 3 | -27/+1 | |
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 | 1 | -1/+5 | |
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 | 3 | -1/+27 | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | 1 | -0/+0 | |
2012-03-21 | Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case | Tor Lillqvist | 1 | -3/+7 | |
2012-03-16 | solaris/gcc: add missing standard includes | Jonathan Adams | 2 | -0/+2 | |
2012-03-12 | WaE: 'exec' may be used uninitialized in this function | David Tardon | 1 | -1/+1 | |
2012-03-07 | Fix compilation for simulator | Tor Lillqvist | 1 | -3/+3 | |
2012-03-05 | Make the iOS ARM code position-independent | Tor Lillqvist | 4 | -33/+23 | |
2012-03-05 | Make the iOS device (ARM) stuff at least link, surely does not work yet | Tor Lillqvist | 2 | -3/+120 | |
2012-02-21 | ARM bridge: fixes for passing double arguments on the stack | Jani Monoses | 2 | -1/+8 | |
2012-02-17 | fix armel/armv4t build | Rene Engelhard | 1 | -0/+4 | |
2012-02-16 | ARM bridge: VFP ABI (armhf) support | Jani Monoses | 4 | -17/+142 | |
2012-02-15 | Remove unnecessary variable | Jani Monoses | 1 | -29/+20 | |
2012-02-15 | Simplify code and use proper register names for linux armhf | Jani Monoses | 1 | -5/+2 | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | 1 | -0/+4 | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | 17 | -34/+0 | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | 27 | -183/+183 | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 8 | -25/+29 | |
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 | 1 | -0/+7 | |
2012-01-11 | fix for gcc 4.7/C++11: these are not string literal operators | David Tardon | 1 | -2/+2 | |
2012-01-05 | WaE and build errors with OSL_DEBUG_LEVEL == 2 | Caolán McNamara | 1 | -1/+1 | |
2011-12-27 | function component_canUnload is exported | David Tardon | 2 | -2/+2 | |
2011-12-21 | only use posix_fallocate() if it's actually available | Robert Nagy | 2 | -0/+12 | |
2011-12-19 | fix armhf build in bridges | Matthias Klose | 1 | -2/+2 | |
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Signed-off-by: Caolán McNamara <caolanm@redhat.com> |