summaryrefslogtreecommitdiff
path: root/include/comphelper/stl_types.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-03use more compact namespace syntax in /includeNoel Grandin1-1/+1
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-15/+0
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-3/+2
2018-07-26Iterators must be CopyAssignableStephan Bergmann1-7/+3
2018-07-25warning STL4015: std::iterator is deprecated (clang-cl)Stephan Bergmann1-2/+1
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+2
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-07-11drop TPropertyValueEqualFunctorNoel Grandin1-11/+0
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-10/+4
2016-05-13sdext: replace boost::bindMichael Stahl1-0/+4
2016-03-10Avoid reserved identifiersStephan Bergmann1-9/+9
2016-03-03ucb: replace boost::bind with C++11 lambdasMichael Stahl1-12/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-1/+0
2015-11-06comphelper: add a generic implementation of std container operator==Michael Stahl1-0/+23
2015-10-20com::sun::star->css in include/comphelperNoel Grandin1-7/+7
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-0/+14
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-2/+0
2015-03-29Bin superfluous whitespace, ASCII art and useless commentsTor Lillqvist1-13/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-03-01Remove visual noise from includeAlexander Wilms1-10/+10
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-3/+3
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann1-17/+2
2013-12-06Remove unused comphelper::UStringIEqualStephan Bergmann1-6/+0
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann1-5/+0
2013-12-06Remove unused comphelper::UStringMixHashStephan Bergmann1-13/+0
2013-12-06Get rid of DECLARE_STL_ITERATORSStephan Bergmann1-8/+0
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann1-6/+0
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann1-3/+0
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann1-5/+0
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-4/+0
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-7/+2
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann1-5/+0
2013-12-05Get rid of DECLARE_STL_SETStephan Bergmann1-4/+0
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud1-1/+1
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold1-3/+3
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-05-10minor spelling fix for comphelper's comparison functorsHerbert Dürr1-2/+2
2013-04-23execute move of global headersBjoern Michaelsen1-0/+273