Age | Commit message (Expand) | Author |
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 |
2014-12-14 | package: Create memory buffer only when we need it - if we use parallelism | Matúš Kukan |
2014-12-12 | callcatcher: remove newly unused code | Caolán McNamara |
2014-12-11 | remove operator>> methods | Noel Grandin |
2014-12-10 | Globally disable threading for these for now. | Kohei Yoshida |
2014-11-21 | coverity#1242675 Untrusted value as argument | Caolán McNamara |
2014-11-19 | coverity#1242675 Untrusted value as argument | Caolán McNamara |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | package: Do not bother with deflating jpeg images | Matúš Kukan |
2014-11-17 | package: Do not deflate small streams in a thread | Matúš Kukan |
2014-11-17 | ZipPackageStream::getRawData can be private | Matúš Kukan |
2014-11-17 | Simplify input parameters to just take the sequence | Matúš Kukan |