Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2012-03-30 | MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64 | Stephan Bergmann |
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 |
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 |
2012-03-26 | Revert "Field IDs on Dalvik are more unique than in JVMs" | Stephan Bergmann |
2012-03-26 | In Java, css.uno.RuntimeException is not derived from css.uno.Exception | Stephan Bergmann |
2012-03-26 | Field IDs on Dalvik are more unique than in JVMs | Tor Lillqvist |
2012-03-23 | .java files don't need executable bits | Michael Stahl |
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-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich |
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 |
2012-01-13 | Use cacheflush() on Android | Tor Lillqvist |
2012-01-11 | fix for gcc 4.7/C++11: these are not string literal operators | David Tardon |
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 |
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 |
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 precompiled_xxx.hxx/cxx | Norbert Thiebaud |
2011-11-27 | remove include of pch header in bridge | Norbert Thiebaud |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud |
2011-11-24 | Use RTLD_DEFAULT on Android | Tor Lillqvist |
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 |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist |