summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2019-04-29Fix Android build after commit ac419786b3244d909901db053841862abf5e7a2fMike Kaganski
2019-04-29optimise comphelper::AttributeList a littleNoel Grandin
2019-04-26Don't use std::function in scope guard for performance reasonsMike Kaganski
2019-04-26SolarMutex::m_nThreadId is read without SolarMutex::m_aMutex lockedStephan Bergmann
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-04-12Fix build after 9be7991df15da9d4d954eeac1ec342ad1a2b7467Mike Kaganski
2019-04-12Don't crash if the BSTR pointer in a VARIANT is (weirdly) nullTor Lillqvist
2019-04-10Fix typoAndrea Gelmini
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-03Fix typosJens Carl
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann
2019-03-21Increase the life-cycle of threads in thread-pool...Dennis Francis
2019-03-12Write HiDPI consistently without a hyphenTor Lillqvist
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-03-02Use implCopySequence to avoid overhead of non-const operator[]Mike Kaganski
2019-03-01Use parameter pack + folding to have only one concatSequencesMike Kaganski
2019-02-28remove some unused typedefsNoel Grandin
2019-02-25loplugin:unusedfields in variousNoel Grandin
2019-01-24find-unneeeded-includes: don't propose to replace o3tl/deleter.hxxGabor Kelemen
2018-11-16Fix typosAndrea Gelmini
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt
2018-11-08sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky
2018-11-08coverity#1441101: Use std::atomic instead of volatileStephan Bergmann
2018-11-06reduce cost of ProfileZone when it is not activeNoel Grandin
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-08tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski
2018-10-08Fix undefined css::uno::Reference<css::uno::XComponentContext> dtorStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-20Replace SAL_DELETED_FUNCTION with = delete in internal codeStephan Bergmann
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski
2018-09-18-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-08-30Fix typosAndrea Gelmini
2018-08-30don't declare allocation operators for internal codeNoel Grandin
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-26comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-26Iterators must be CopyAssignableStephan Bergmann
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-07-25loplugin:cstylecast (clang-cl)Stephan Bergmann
2018-07-25warning STL4015: std::iterator is deprecated (clang-cl)Stephan Bergmann