summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* big renameAraq2014-08-279-225/+227
* renamefestAraq2014-08-232-4/+4
* fixes #1413Araq2014-08-131-1/+19
* Merge pull request #1403 from def-/newseqwithAndreas Rumpf2014-08-121-0/+24
|\
| * Move newSeqWith to sequtilsdef2014-08-111-0/+24
* | Adds definition of card term to sets module.Grzegorz Adam Hankiewicz2014-07-271-0/+6
* | Adds more docstrings to the sets module.Grzegorz Adam Hankiewicz2014-07-271-61/+374
* | Adds TSet.init(), wraps initSet around it.Grzegorz Adam Hankiewicz2014-07-261-6/+46
* | Adds TOrderedSet.init(), wraps initOrderedSet around it.Grzegorz Adam Hankiewicz2014-07-261-8/+49
* | Adds test cases for remaining TSet procs.Grzegorz Adam Hankiewicz2014-07-261-0/+9
* | Moves TSet procs to their code block.Grzegorz Adam Hankiewicz2014-07-261-21/+21
* | Adds TOrderedSet.isValid().Grzegorz Adam Hankiewicz2014-07-261-0/+58
* | Adds TSet.isValid().Grzegorz Adam Hankiewicz2014-07-261-0/+101
* | Added stylistic consistancy.Clay Sweetser2014-07-241-1/+1
* | Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fixClay Sweetser2014-07-241-2/+5
|\ \
| * | Fixed `==` for PTables, added test.Felix Krause2014-06-271-2/+5
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-07-221-1/+2
|\ \ \ | | |/ | |/|
| * | Merge pull request #1377 from sjakobi/patch-1Andreas Rumpf2014-07-191-1/+1
| |\ \
| | * | sequtils: Correct documentation for keepIf procSimon Jakobi2014-07-181-1/+1
| * | | sequtils: Complete mapIt documentation exampleSimon Jakobi2014-07-191-0/+1
| |/ /
* / / '[]' for crit bit trees doesn't need the 'var' parameterAraq2014-07-221-1/+1
|/ /
* | More effificent TSet differencedef2014-07-141-3/+4
* | Add missing difference and to sets moduledef2014-07-141-0/+10
* | Merge pull request #1301 from def-/sequtils-filter-directlyAndreas Rumpf2014-06-301-0/+49
|\ \
| * | Rename keepIfIt to keepItIfdef2014-06-281-5/+5
| * | Add keepIf proc and keepIfIt template to sequtilsdef2014-06-221-0/+49
* | | Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-281-9/+5
| |/ |/|
* | Fixed TSet proc names to conform with setFelix Krause2014-06-261-3/+3
* | Fixed doc comments in sets.nimFelix Krause2014-06-261-4/+4
* | Added logical set operations to TSetFelix Krause2014-06-251-0/+49
|/
* Merge pull request #1251 from gradha/pr_misc_docsAndreas Rumpf2014-06-121-2/+4
|\
| * Revert "Adds to tables module example of reference type vs value type."Grzegorz Adam Hankiewicz2014-06-101-32/+2
| * Adds to tables module example of reference type vs value type.Grzegorz Adam Hankiewicz2014-06-061-2/+32
| * Avoids temporal string in tables hashing example.Grzegorz Adam Hankiewicz2014-06-061-2/+4
* | added allValues iteratorAraq2014-06-121-2/+9
|/
* Fixed #1172 (for real)Clay Sweetser2014-06-011-1/+1
* Fix assertion in queues.dequeueClay Sweetser2014-05-241-1/+1
* Added support for ref type hash tables.Reimer Behrends2014-05-041-1/+266
* Adds example of custom object types used as table key.Grzegorz Adam Hankiewicz2014-04-221-0/+68
* Fixes collections/ttables.Dominik Picheta2014-04-181-1/+1
* Merge pull request #1084 from gradha/pr_adds_sequtils_splitSimon Hafner2014-04-131-0/+91
|\
| * Renames split to distribute. Refs #1084.Grzegorz Adam Hankiewicz2014-04-131-28/+29
| * Adds generic split proc to sequtils.Grzegorz Adam Hankiewicz2014-04-111-0/+90
* | added mget for TSetAndreas Rumpf2014-04-131-0/+9
* | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+1
* | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+7
|/
* fixed a bug in `map` for setsSimon Hafner2014-02-101-2/+2
* added `map` to setsSimon Hafner2014-02-101-0/+4
* indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+10
* Adds convenience mapIt templates.Grzegorz Adam Hankiewicz2014-02-021-0/+39