Age | Commit message (Expand) | Author |
2013-12-03 | -Werror=unused-parameter | Stephan Bergmann |
2013-12-03 | Clean up string concatenation | Stephan Bergmann |
2013-12-03 | Clean up use of OSL debug functionality | Stephan Bergmann |
2013-12-03 | Remove long dead workaround | Stephan Bergmann |
2013-12-03 | BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefined | Stephan Bergmann |
2013-10-02 | No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations) | Stephan Bergmann |
2013-09-11 | Improve debug output | Stephan Bergmann |
2013-04-19 | remove unused component_canUnload functions | Matúš Kukan |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-02 | Remove RTL_CONSTASCII_(U)STRINGPARAM in bridges | Chr. Rossmanith |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-15 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-09 | Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT | Tor Lillqvist |
2012-11-09 | Use JNIEXPORT to really export these for Android | Tor Lillqvist |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
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-22 | switch bridges to gbuild | David Tardon |
2012-09-22 | gbuildize bridges | 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-20 | DISABLE_DYNLOADING magic also for the jni_uno environment | Tor Lillqvist |
2012-07-14 | simplify include guards | Thomas Arnhold |
2012-06-29 | re-base on ALv2 code. | Michael Meeks |
2012-06-19 | re-base on ALv2 code. | Michael Meeks |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
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-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2011-12-27 | function component_canUnload is exported | David Tardon |
2011-12-13 | Fix for fdo43460 Part IV getLength to isEmpty | Olivier Hallot |
2011-11-30 | catch by constant reference | Takeshi Abe |
2011-11-27 | remove include of pch header in bridge | Norbert Thiebaud |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara |
2011-03-18 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky |
2011-03-12 | OSL_TRACE: Use format string | Thomas Arnhold |
2011-03-12 | Move OSL_ENSURE(0,...) to OSL_FAIL(...) | Thomas Arnhold |
2011-03-12 | Move OSL_ENSURE(0,...) to OSL_FAIL(...) | Thomas Arnhold |
2011-03-08 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Norbert Thiebaud |
2011-02-04 | move bridges to boost::unordered_map | Fridrich Strba |
2010-12-08 | ause128: #i115964# add creating libjava_uno.jnilib for tests that may need it | Hans-Joachim Lankenau |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara |
2010-10-20 | #i101100# strict-alias clean | Caolán McNamara |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth |
2010-10-13 | Remove redundant #include, #define & comments | J. Graeme Lingard |