aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/set.h
Commit message (Expand)AuthorAgeFilesLines
* Use binary search in Set::find()Ivan Komissarov2021-04-211-2/+2
* C++17: Simplify some templatesChristian Kandeler2020-08-211-2/+2
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-251-1/+1
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-4/+4
* Simplify some templatesChristian Kandeler2018-02-151-1/+1
* Fix MSVC warningsOrgad Shaneh2018-01-241-1/+1
* Internal::Set: use the size_type that is actually advertisedJake Petroules2018-01-031-4/+4
* Get rid of all remaining dynamic_castsChristian Kandeler2017-12-071-3/+3
* Guard Qt dependencies of Internal::SetJake Petroules2017-11-301-15/+22
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-5/+5
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-4/+3
* Add the two-argument version of the erase() function to the Set classChristian Kandeler2017-10-241-0/+1
* Solve C++ riddle in Set<T>::storeJoerg Bornemann2017-08-211-5/+2
* Add specialization for Set<QString>::toString(value)Joerg Bornemann2017-06-131-0/+2
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-2/+2
* Fix size_t -> int conversion warning on MSVC (64 bit)Joerg Bornemann2017-05-081-1/+1
* Fix size_t -> int conversion warnings on MSVC (64bit)Orgad Shaneh2017-04-031-1/+1
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-19/+35
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-221-4/+13
* Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-221-5/+4
* Bump required Qt version to 5.6Christian Kandeler2017-02-271-4/+0
* Fix build with Qt < 5.6Christian Kandeler2017-01-051-5/+9
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-0/+406