[submodule "dictionaries"] path = dictionaries url = git://gerrit.libreoffice.org/dictionaries branch = . [submodule "helpcontent2"] path = helpcontent2 url = git://gerrit.libreoffice.org/help branch = . [submodule "translations"] path = translations url = git://gerrit.libreoffice.org/translations branch = . itle='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/dbmetadata.cxx
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-06-01tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara