Age | Commit message (Expand) | Author |
2012-09-12 | Make it compile for iOS device, no idea whether it works | Tor Lillqvist |
2012-09-12 | WaE: -Wuninitialized | Tor Lillqvist |
2012-09-10 | Java cleanup, remove unnecessary imports | Noel Grandin |
2012-09-05 | Java cleanup, rename folders and packages to make them match | Noel Grandin |
2012-09-05 | Java cleanup, make the package name match the folder name | Noel Grandin |
2012-09-03 | Some clean up of previous commit | Stephan Bergmann |
2012-09-03 | fdo#46808, Adapt io::Pipe UNO service to new style | Noel Grandin |
2012-08-16 | For kicks, enable cross-building for Android on MIPS | Tor Lillqvist |
2012-08-06 | Static method sleep from Thread should be accessed in a static way | Julien Nabet |
2012-08-01 | WaE: unused variable | Tor Lillqvist |
2012-07-30 | udkapi, offapi: do not use #include "foo": | Michael Stahl |
2012-07-28 | Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED | Tor Lillqvist |
2012-07-28 | WaE: unused variable | Tor Lillqvist |
2012-07-20 | android: x86 porting work. | Michael Meeks |
2012-07-14 | simplify include guards | Thomas Arnhold |
2012-07-10 | Mark ecx register as clobbered (solaris/intel) | Pierre-Eric Pelloux-Prayer |
2012-07-02 | Remove unused defines | Thomas Arnhold |
2012-06-29 | re-base on ALv2 code. | Michael Meeks |
2012-06-27 | Remove unused include files | Thomas Arnhold |
2012-06-19 | re-base on ALv2 code. | Michael Meeks |
2012-06-19 | typo: paramters, paramaters -> parameters | Andras Timar |
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold |
2012-05-18 | removed unused const rtl::OUString | Takeshi Abe |
2012-05-18 | the page seems moved | Takeshi Abe |
2012-05-17 | remove "TODO: add test" which is now done | Caolán McNamara |
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen |
2012-04-25 | WaE: Clang unused variable | Catalin Iacob |
2012-04-23 | Port gcc3_linux_powerpc fix to gcc3_macosx_powerpc | Stephan Bergmann |
2012-04-23 | do not let gcc use registers we are setting ourselves | David Tardon |
2012-04-23 | save register arguments first | David Tardon |
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 |
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 |