Age | Commit message (Expand) | Author |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove unused imports | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-07 | Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy | Stephan Bergmann |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-07-24 | use BOOST_STATIC_ASSERT for sizeof check | Michael Stahl |
2014-07-07 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |
2014-06-24 | fVal->nVal | Caolán McNamara |
2014-06-24 | coverity#982255 Operands don't affect result | Caolán McNamara |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-05 | stoc: remove SAL_THROW macro | Noel Grandin |
2014-06-01 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-27 | remove more unnecessary use of OUString constructor | Noel Grandin |
2014-05-24 | cppcheck: redundantAssignment | Thomas Arnhold |
2014-05-23 | get stoc to build again | Caolán McNamara |
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-05-22 | cppcheck: fprintf format string requires 1 parameter but only 0 are given | Thomas Arnhold |
2014-05-22 | stoc: fix includes | Thomas Arnhold |
2014-05-22 | stoc: convert TEST_LIST_CLASSES case also | Thomas Arnhold |
2014-05-22 | stoc: make use of css alias | Thomas Arnhold |
2014-05-22 | stoc: remove using namespace from headers | Thomas Arnhold |
2014-05-20 | enhance pass-by-ref plugin to detect large arguments | Noel Grandin |
2014-05-16 | idl: remove external header guards | Thomas Arnhold |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-14 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 | Julien Nabet |
2014-05-10 | coverity#708240 Uninitialized pointer field | Caolán McNamara |
2014-04-30 | stoc: sal_Bool->bool | Noel Grandin |
2014-04-24 | add missing modelines to idl files | Thomas Arnhold |
2014-04-09 | Clean up function declarations | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-03 | Unused declaration | Stephan Bergmann |
2014-04-03 | Use boost::noncopyable | Stephan Bergmann |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-04-01 | Remove unused inline function | Stephan Bergmann |
2014-03-26 | Work around MSC "'override' cannot be used with 'inline'" bug | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-25 | Adapt to sal/log.hxx | Stephan Bergmann |
2014-03-18 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-03-18 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-03-14 | coverity#708238 Uninitialized pointer field | Caolán McNamara |
2014-03-14 | coverity#708240 Uninitialized pointer field | Caolán McNamara |
2014-03-12 | No need for Invocation_Impl::setMaterial to be virtual | Stephan Bergmann |
2014-03-10 | stoc: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-03-07 | Use getTypes instead of getImplementationId as cache key | Stephan Bergmann |
2014-03-07 | Clean up introspection caches | Stephan Bergmann |