Age | Commit message (Expand) | Author |
2012-09-27 | First attempt at C++/UNO bridge for 64-bit OS X | Tor Lillqvist |
2012-09-26 | make gcc-uno bridge work with both gcc-4.7 and clang | Luboš Luňák |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-24 | use correct directory dependency | David Tardon |
2012-09-24 | Remove java_uno.map unused after gbuildification | Stephan Bergmann |
2012-09-24 | JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildification | Stephan Bergmann |
2012-09-24 | another attempt to fix android ARM build | David Tardon |
2012-09-23 | really fix make syntax. i mean it! honestly! | David Tardon |
2012-09-23 | fix make syntax | David Tardon |
2012-09-23 | fix make module.all | David Tardon |
2012-09-23 | we don't need explicit rule for this target... | David Tardon |
2012-09-23 | (hopefully) fix build of bridges on linux ARM | David Tardon |
2012-09-23 | Revert "add forgotten asm file to build" | David Tardon |
2012-09-23 | gb_AsmObject expects .s extension | David Tardon |
2012-09-23 | add forgotten asm file to build | David Tardon |
2012-09-23 | $(gb_STDLIBS) is needed for android | David Tardon |
2012-09-23 | there must always be a bridge built | David Tardon |
2012-09-23 | fix more copy&pasted conditions selecting bridge to build | David Tardon |
2012-09-22 | dl is not a usable library on Mac | Norbert Thiebaud |
2012-09-22 | brides was not invoking the build of libggc2_uno on Macs | Norbert Thiebaud |
2012-09-22 | bridges: do not use dl for Android | Matúš Kukan |
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 |