Age | Commit message (Expand) | Author |
2012-09-22 | switch bridges to gbuild | David Tardon |
2012-09-22 | gbuildize bridges | David Tardon |
2012-09-22 | add missing exports | David Tardon |
2012-09-21 | There is no java_uno library to load in the disable-dynloading case on Android | Tor Lillqvist |
2012-09-21 | Need also uno_ext_getMapping for Java when DISABLE_DYNLOADING | Tor Lillqvist |
2012-09-21 | WaE: format '%lx' expects 'long unsigned int', argument is 'void*' | Tor Lillqvist |
2012-09-20 | DISABLE_DYNLOADING magic also for the jni_uno environment | Tor Lillqvist |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
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 |