Age | Commit message (Expand) | Author |
2015-06-29 | drop yet another reimplementation of rtl::Reference (SotMutexHolderRef) | Noel Grandin |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-13 | Typos | Julien Nabet |
2015-06-11 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-11 | convert expressions like 'size() == 0' to 'empty()' | Noel Grandin |
2015-06-11 | convert 'it.begin() == it.end()' to 'it.empty()' | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-05 | WaE: unreferenced local variable | Caolán McNamara |
2015-06-05 | uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgs | Caolán McNamara |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-08 | Rephrase comparisons between bool and sal_Bool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-12 | unnecessary cast | Caolán McNamara |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-08 | A UNO Any can't contain an Any | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-25 | tdf#90010 Partially revert "package: Do not bother with deflating jpeg images" | Matúš Kukan |
2015-03-24 | loplugin:constantfunction: various | Noel Grandin |
2015-03-19 | convert SFX_FILTER_ constants to enum class | Noel Grandin |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-03-13 | V803 decreased performance postfix increment | Michael Stahl |
2015-03-12 | package: PVS-Studio V595 'm_pData' pointer could be null | Michael Stahl |
2015-03-12 | package: convert StorInternalData_Impl member to std::unique_ptr | Michael Stahl |
2015-03-12 | package: convert OStorage::m_pData to std::unique_ptr | Michael Stahl |
2015-03-12 | package: move WSInternalData_Impl out of header | Michael Stahl |
2015-03-12 | package: convert OWriteStream::m_pData to std::unique_ptr | Michael Stahl |
2015-03-12 | package: PVS-Studio V595 'm_pData' pointer could be null | Michael Stahl |
2015-03-11 | redundant check | Caolán McNamara |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-26 | Visible function type RTTI for Clang -fsanitize=function | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: package | Stephan Bergmann |
2015-01-15 | remove unnecessary casts | Noel Grandin |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-04 | cppcheck: Possible inefficient checking for <var> emptiness | Julien Nabet |
2015-01-02 | Fix simple typos. | Andrea Gelmini |
2015-01-02 | include algorithm | Caolán McNamara |
2015-01-02 | include algorithm | Caolán McNamara |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-18 | comphelper: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | fdo#87210: Re-enable parallel deflate, which was not the root cause. | Kohei Yoshida |
2014-12-15 | package: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-14 | package: Better to use temporary files for huge memory zip streams | Matúš Kukan |