Age | Commit message (Expand) | Author |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-12-13 | OSL_TRACE->SAL in framework..sal | Noel Grandin |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-11 | coverity#1338592 Explicit null dereferenced | Caolán McNamara |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-23 | com::sun::star->css in lingucomponent | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: javaunohelper | Stephan Bergmann |
2015-01-07 | javaunohelper: missing include | Miklos Vajna |
2015-01-07 | WaE: -Werror=unused-variable with #define DISABLE_DYNLOADING | Caolán McNamara |
2014-12-15 | silence coverity#705667 Resource leak | Caolán McNamara |
2014-10-30 | coverity#705665 osl_Module->osl::Module | Caolán McNamara |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-04-23 | javaunohelper: sal_Bool->bool | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from javaunohelper | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |
2013-05-06 | cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal | Philipp Riemer |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-18 | Let juhx.dll export undecorated symbols on Windows | Stephan Bergmann |
2013-04-11 | Remove createRegistryServiceFactory preload left-over | Stephan Bergmann |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-02 | drop prefix from ::css | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2012-12-21 | API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv. | Stephan Bergmann |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
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-07 | DISABLE_DYNLOADING tentative fix | Tor Lillqvist |
2012-08-08 | Export JNI functions from juh, juhx libs | Stephan Bergmann |
2012-06-27 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-02-17 | merge feature/gbuild_java | David Tardon |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |