summaryrefslogtreecommitdiff
path: root/gee/abstractmultimap.vala
Commit message (Expand)AuthorAgeFilesLines
* Constructors of abstract classes should not be publicRico Tzschichholz2019-03-141-1/+1
* Fix overrides with non-matching typesMatthias Berndt2016-09-291-1/+1
* Fix type parameters in AbstractMultiMap.Values.add/removeJürg Billeter2016-07-151-2/+2
* Move to WeakRef to avoid data racesMaciej Piechotka2014-01-251-5/+8
* Add read_only_view to Gee.MultiMap, fixes bug #687158Maciej Piechotka2013-02-161-1/+14
* Remove unused lookup of function from AbstractMultiMapMaciej Piechotka2012-12-021-1/+0
* Allow early termination of iterationMaciej Piechotka2012-08-271-9/+13
* Use views instead of copies inside MultiMap and don't cache Set.emptyMaciej Piechotka2012-08-271-22/+123
* Fix warnings about lack of new keywordMaciej Piechotka2012-08-201-10/+10
* Move key_type/value_type implementation to multimap interfaceMaciej Piechotka2012-08-201-4/+0
* Add map_iterator to MultiMap, partial fix for bug #675067Maciej Piechotka2012-08-191-6/+80
* Add reserved methods to allow future-proof ABIMaciej Piechotka2012-08-191-0/+12
* Use generics for HashDataFunc and EqualDataFunc, fixes bug 680491Evan Nemerson2012-08-051-1/+1
* Add *_type property for all collections, fixes bug #663337Maciej Piechotka2011-12-191-0/+4
* Add read_only method to Collection, Map and MultiMapMaciej Piechotka2011-01-041-0/+4
* Move to non-static delegatesMaciej Piechotka2010-08-171-1/+1
* Make [Deprecated] all Map methods previously marked as such in documentationDidier 'Ptitjes2010-08-021-7/+7
* Make some style consistence enhancementsDidier 'Ptitjes2009-09-281-1/+1
* Extract AbstractMultiMap from HashMultiMapDidier 'Ptitjes2009-09-281-0/+129