Age | Commit message (Expand) | Author |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-10 | -Werror,-Wnon-c-typedef-for-linkage | Stephan Bergmann |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-27 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Mehmet Emin Başoğlu |
2020-01-24 | Use std::vector instead of std::unique_ptr | Mike Kaganski |
2020-01-23 | simplify NodeArray code | Noel Grandin |
2020-01-16 | unoxml: CDocumentBuilder::parseURI should handle non-file:/// URIs. | Michael Meeks |
2020-01-10 | use more std::make_shared | Noel Grandin |
2020-01-09 | tdf#42949 Fix IWYU warnings in unoxml/ | Gabor Kelemen |
2019-12-24 | sal_Char->char in unoxml | Noel Grandin |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-28 | add some __attribute__ ((format | Noel Grandin |
2019-10-16 | loplugin:stringadd look through a couple more known-good methods | Noel Grandin |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-09-28 | loplugin:constmethod in ucb..uui | Noel Grandin |
2019-09-07 | tdf#39593 use isUnoTunnelId in unoxml | Arkadiy Illarionov |
2019-08-24 | loplugin:returnconstval in test..writerfilter | Noel Grandin |
2019-08-18 | Simplify code in unoxml about initializations | Julien Nabet |
2019-08-15 | loplugin:sequenceloop in unoxml..vcl | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): unoxml | Stephan Bergmann |
2019-07-30 | unordf: oops, and we forgot to amend with <= instead of < | Michael Stahl |
2019-07-30 | unordf: restore thread safety | Michael Stahl |
2019-07-21 | loplugin:referencecasting in unotools..uui | Noel Grandin |
2019-07-03 | tdf#125706 and tdf#125665 writer, speed up RDF, take2 | Noel Grandin |
2019-07-03 | Revert "tdf#125706 and tdf#125665 writer, speed up RDF" | Noel Grandin |
2019-06-28 | tdf#125706 and tdf#125665 writer, speed up RDF | Noel Grandin |
2019-06-25 | Simplify Sequence iterations in unoxml | Arkadiy Illarionov |
2019-06-18 | tdf#39593 Remove DOM::CNode::GetImplementation | Arkadiy Illarionov |
2019-06-18 | loplugin:logexceptionnicely in toolkit..unoxml | Noel Grandin |
2019-05-13 | fix wrong SET/QUERY flags passed to uno::Reference | Noel Grandin |
2019-05-05 | Use returned iterator from erase | Julien Nabet |
2019-05-02 | Use hasElements to check Sequence emptiness in [t-u]* | Arkadiy Illarionov |
2019-04-19 | optimise find/insert pattern | Noel Grandin |
2019-03-31 | tdf#120703 PVS: remove redundant static casts | Mike Kaganski |
2019-02-22 | loplugin:unusedfields in unoxml | Noel Grandin |
2019-02-18 | use clear() instead of erase(begin, end) | Noel Grandin |
2019-02-12 | tdf#120703 PVS: remove redundant static casts | Mike Kaganski |
2019-02-11 | loplugin:indentation in unotools..vbahelper | Noel Grandin |
2018-12-06 | loplugin:singlevalfields in unoxml | Noel Grandin |
2018-11-16 | loplugin:staticmethods improvement | Noel Grandin |
2018-10-30 | tdf#42949 Fix IWYU warnings in include/sax/* | Gabor Kelemen |
2018-10-28 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-10-24 | clang-tidy performance-unnecessary-copy-init in test..xmlscript | Noel Grandin |
2018-10-20 | use equal_range instead of lower_bound+upper_bound | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-15 | Simplify containers iterations in unotools, unoxml, uui, vbahelper | Arkadiy Illarionov |
2018-10-08 | Missing include | Stephan Bergmann |
2018-09-19 | loplugin:constfields in unotools..uui | Noel Grandin |