summaryrefslogtreecommitdiff
path: root/comphelper/source/container
AgeCommit message (Expand)Author
2020-07-05comphelper: create instances with uno constructorsNoel Grandin
2020-05-29use for-range loop on SequenceNoel Grandin
2020-05-29improve pahole script and pack a few classesNoel Grandin
2020-05-28loplugin:simplifybool in canvas..cuiNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-08improve loplugin:referencecastingNoel Grandin
2020-04-18loplugin:flatten in comphelperNoel Grandin
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-02-08pack some data structuresNoel Grandin
2020-01-26simplify InterfaceContainerHelper::clearNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann
2019-07-19loplugin:referencecasting in comphelper..connectivityNoel Grandin
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2019-04-21Fix typoAndrea Gelmini
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-04-18Fix typoAndrea Gelmini
2019-04-18Fix typoAndrea Gelmini
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 1Noel Grandin
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-10loplugin:unusedmethodsNoel Grandin
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-10-23loplugin:includeform: comphelperStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22IndexedPropertyValuesContainer: remove iterators stupidityMike Kaganski
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin