Age | Commit message (Expand) | Author |
2024-05-08 | drop requirement for rtl_random_getBytes to have "Pool" arg | Caolán McNamara |
2024-04-30 | loplugin:ostr in comphelper | Noel Grandin |
2024-03-30 | tdf#146619 Drop unused 'using namespace' in: comphelper/ | Gabor Kelemen |
2024-02-04 | cid#1591493 Unchecked return value | Caolán McNamara |
2023-10-19 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelper | Stephan Bergmann |
2023-01-24 | AddAttribute may take 'namespace:full:uri^attribute_name' | Mike Kaganski |
2023-01-15 | Merge SvXMLAttributeList to comphelper::AttributeList | Mike Kaganski |
2022-04-05 | add tools::Guid class to generate, parse GUID values | Tomaž Vajngerl |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in comphelper | Mike Kaganski |
2021-06-16 | Adapt implicit OString return value construction to C++23 P2266R1 | Stephan Bergmann |
2021-02-23 | loplugin:refcounting in comphelper | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-11-06 | tdf#42949 Fix new IWYU warnings in directories c* | Gabor Kelemen |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-06-30 | Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelper | Stephan Bergmann |
2020-06-03 | Upcoming loplugin:elidestringvar: comphelper | Stephan Bergmann |
2020-05-29 | use for-range loop on Sequence | Noel Grandin |
2020-01-31 | new loplugin:namespaceindentation | Noel Grandin |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in codemaker..configmgr | Noel Grandin |
2019-12-18 | sal_Char->char in comphelper | Noel Grandin |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): comphelper | Stephan Bergmann |
2019-06-10 | Use hasElements to check Sequence emptiness in chart2..connectivity | Arkadiy Illarionov |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-04-29 | optimise comphelper::AttributeList a little | Noel Grandin |
2019-04-19 | tdf#42949 Fix IWYU warnings in comphelper | Gabor Kelemen |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-09-19 | generateGUIDString: Fix incorrect string length | Samuel Mehrbrodt |
2018-09-11 | clang-tidy bugprone-copy-constructor-init | Noel Grandin |
2018-08-22 | new loplugin:conststringfield | Noel Grandin |
2018-07-20 | loplugin:unusedfields - look for fields that can be const, in comphelper | Noel Grandin |
2018-03-08 | oox: preserve the ContentType of custom files | Ashod Nakashian |
2018-02-27 | Use for-range loops in comphelper and configmgr | Julien Nabet |
2018-02-14 | oox: cosmetic cleanup | Ashod Nakashian |
2018-01-12 | More loplugin:cstylecast: comphelper | Stephan Bergmann |
2017-12-12 | Move generateGUIDString to comphelper | Samuel Mehrbrodt |
2017-10-25 | loplugin:constmethod in comphelper,ucbhelper | Noel Grandin |
2017-09-21 | loplugin:flatten in basctl..configmgr | Noel Grandin |
2017-09-11 | clang-tidy modernize-use-emplace in c* | Noel Grandin |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin |
2017-07-13 | use more OUString::operator== comphelper..cui | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-02-15 | Drop :: prefix from std in c*/ | Tor Lillqvist |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, comphelper | Stephan Bergmann |
2016-11-28 | loplugin:unnecessaryoverride (dtors) in comphelper | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |