summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
AgeCommit message (Expand)Author
2024-07-25Keep around a single configmgr::Components::WriteThread instanceStephan Bergmann
2024-07-24Remove bExitWasCalled-handling from confgimgr::Components dtorStephan Bergmann
2024-05-10no need to convert from Sequence to std::set hereNoel Grandin
2024-05-07loplugin:ostr in configmgrNoel Grandin
2022-09-15Clean up color scheme migrationStephan Bergmann
2022-09-13Migrating product name related color schemes between different versionsBalazs Varga
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-05-23clang-tidy modernize-pass-by-value in configmgrNoel Grandin
2022-04-13use more string_view in configmgrNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann
2021-07-22Revert "simplify locking in configmgr"Noel Grandin
2021-07-22simplify locking in configmgrNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin
2020-05-06"resolved" is a better name than "isResolved" hereStephan Bergmann
2020-05-06Remove support for "module" layersStephan Bergmann
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin
2019-12-24no need to use shared_ptr hereNoel Grandin
2019-07-17tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin
2019-01-16Replace uses of rtl/instance.hxx with plain local static vars in configmgrStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-04Ignore dangling symlink configuration filesStephan Bergmann
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-10-23loplugin:includeform: configmgrStephan Bergmann
2017-10-13Replace list by vector in components (configmgr)Julien Nabet
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-02-20tdf#84323: Make osl::Condition::wait more readableFakabbir Amin
2017-02-07configmgr: add SAL_CONFIG_WINREG_RETAIN_TMP variable.Michael Meeks
2016-10-23Fix typosAndrea Gelmini
2016-10-16clang-cl loplugin: configmgrStephan Bergmann
2016-10-12profilesafe: Multiple adaptionsArmin Le Grand
2016-10-11profilesafe: Add values for SecureUserConfigfeature/profilesafemodeArmin Le Grand
2016-10-11profilesafe: Collect copies in single *.pack fileArmin Le Grand
2016-10-11profilesafe: Enhancements to BackupFileHelperArmin Le Grand
2016-10-11profilesafe: Initial creation of BackupFileHelperArmin Le Grand
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05Tell where the colon is missing in the exception messageTor Lillqvist
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-03-15tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski