Age | Commit message (Expand) | Author |
2015-01-05 | Fix build error with libstdc++ 4.7 and Clang | Tor Lillqvist |
2015-01-05 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-11 | Fix JNI calls to AsynchronousFinalizer | Stephan Bergmann |
2014-12-11 | Store JNI_info in JniUnoEnvironmentData instead of Bridge | Stephan Bergmann |
2014-12-11 | better documentation | Stephan Bergmann |
2014-12-11 | Move JniUnoEnvironmentData into its own include file | Stephan Bergmann |
2014-12-11 | Rename Context -> JniUnoEnvironmentData | Stephan Bergmann |
2014-12-09 | rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit | Stephan Bergmann |
2014-12-08 | Mark classes as noncopyable | Stephan Bergmann |
2014-11-18 | java: fix some raw types warnings | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-12 | java: last statement in finalize() method should be call to super.finalize() | Noel Grandin |
2014-11-05 | markup with event type not checker type | Caolán McNamara |
2014-11-03 | some coverity false positive markup efforts | Caolán McNamara |
2014-10-30 | coverity#704134 silence Resource leak in object | Caolán McNamara |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-16 | java: when overriding finalize(), keep it protected | Noel Grandin |
2014-10-08 | coverity#706248 Uncaught exception | Caolán McNamara |
2014-09-24 | Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead | Stephan Bergmann |
2014-09-17 | jni_uno: string comparison | Robert Antoni Buj i Gelonch |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-06-05 | bridges: remove SAL_THROW macro | Noel Grandin |
2014-05-18 | fix some header guards | Thomas Arnhold |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-12 | Coverity 441351, 441352: JNI_type_info's real dtor is "destroy" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-01 | Remove visual noise from bridges | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-07 | auto_ptr -> heap_ptr | Stephan Bergmann |
2014-02-05 | static assert is enough | Stephan Bergmann |
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 |