summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add more missing generic type argumentsRico Tzschichholz2021-10-151-13/+13
* Various English and typo fixes in the documentationReuben Thomas2020-10-232-2/+2
* Fix "Access to possible `null'" warnings and use unsafe castsRico Tzschichholz2019-09-251-2/+2
* Constructors of abstract classes should not be publicRico Tzschichholz2019-03-1414-14/+14
* Revert "Add additional query functions to Traversable<G>"Maciej Piechotka2018-02-111-44/+0
* Add additional query functions to Traversable<G>Edward Hennessy2017-12-111-0/+44
* Add some more query operations for Traversable<G>Rodrigo Moya2017-01-171-0/+62
* Drop obsolete VALA_0_16 conditionalsRico Tzschichholz2016-12-141-4/+0
* Fix converting enumerations and flags to arraysColomban Wendling2016-11-231-0/+16
* Fix use-after-frees caused by weak pointer issuesOle André Vadla Ravnås2016-10-111-1/+15
* Fix type parameters in testsJürg Billeter2016-09-273-3/+3
* Fix 'static const' warnings with vala 0.33.1Rico Tzschichholz2016-09-142-2/+2
* Add unrolled listMaciej Piechotka2014-06-224-0/+126
* Skip first and last element during counting down indices in remove testMaciej Piechotka2014-02-211-1/+5
* Skip also the first elementMaciej Piechotka2014-02-151-2/+2
* Skip the test of removing already removed elementMaciej Piechotka2014-02-151-0/+4
* Remove workaround for vala <0.23.2, fixes bug 723822Maciej Piechotka2014-02-081-1/+1
* Extend the list testsMaciej Piechotka2013-12-251-53/+89
* Fix build system by stealing more gnome-boxes codeMaciej Piechotka2013-12-131-6/+31
* Update tests for Traversable.mapMaciej Piechotka2013-07-161-57/+156
* Update the foreach testsMaciej Piechotka2013-07-161-3/+38
* Improve the tests for Collection.foreach and Collection.foldMaciej Piechotka2013-07-151-44/+183
* Return true from HashSet.Iterator.foreach() if we fall off the endSimon McVittie2013-03-311-3/+11
* Make ConcurrentSet implement SortedSetMaciej Piechotka2012-12-252-29/+41
* Initial implementation of ConcurrentSetMaciej Piechotka2012-12-024-6/+42
* Refactor testing - do more with lessMaciej Piechotka2012-11-253-242/+251
* Add tests for Traversable methods implemented by CollectionsMaciej Piechotka2012-09-241-3/+114
* Allow early termination of iterationMaciej Piechotka2012-08-272-4/+4
* Don’t notify on changes to hash/equal functionsPhilip Withnall2012-08-271-1/+1
* tests: implement read_only in testmap EntryAlban Browaeys2012-08-221-0/+1
* Move stream_impl to TraversableMaciej Piechotka2012-08-181-5/+0
* Move virtual methods to Map interfaceMaciej Piechotka2012-08-181-5/+0
* Move virtual methods to Collection interfaceMaciej Piechotka2012-08-181-5/+0
* Fixes to ConcurrentListMaciej Piechotka2012-08-052-1/+7
* Temporary disable broken test.Maciej Piechotka2012-07-291-1/+1
* Split SortedMap/SortedSet into bi-directional and uni-directional partsMaciej Piechotka2012-03-287-441/+741
* Fix compilation with vala masterMaciej Piechotka2012-01-201-0/+4
* Extend Gee.Deque testsMaciej Piechotka2012-01-201-96/+100
* Add ArrayQueueMaciej Piechotka2012-01-203-0/+40
* Add *_type property for all collections, fixes bug #663337Maciej Piechotka2011-12-191-0/+10
* Implement ConcurrentListMaciej Piechotka2011-09-253-0/+40
* Split List interface into List and BidirListMaciej Piechotka2011-09-258-56/+242
* Remove compilation warnings from testsMaciej Piechotka2011-09-253-8/+6
* Use VALAFLAGS during building testsMaciej Piechotka2011-09-231-0/+1
* Fix standard functions for nullable typesMaciej Piechotka2011-08-171-1/+2
* Add Traversable.chop functionMaciej Piechotka2011-08-171-0/+22
* Add filter testsMaciej Piechotka2011-08-171-0/+37
* Allow to install libgee 0.6 and 0.8 in parallelMaciej Piechotka2011-08-151-3/+3
* Add Iterator.scan methodMaciej Piechotka2011-06-251-0/+39
* Add Iterator.map methodMaciej Piechotka2011-06-251-0/+43