Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1301 from def-/sequtils-filter-directly | Andreas Rumpf | 2014-06-30 | 1 | -0/+49 |
|\ | | | | | Add keepIf proc and keepIfIt template to sequtils | ||||
| * | Rename keepIfIt to keepItIf | def | 2014-06-28 | 1 | -5/+5 |
| | | |||||
| * | Add keepIf proc and keepIfIt template to sequtils | def | 2014-06-22 | 1 | -0/+49 |
| | | |||||
* | | Rename sequtils.distnct to sequtils.deduplicate. | Reimer Behrends | 2014-06-28 | 1 | -9/+5 |
| | | |||||
* | | Fixed TSet proc names to conform with set | Felix Krause | 2014-06-26 | 1 | -3/+3 |
| | | |||||
* | | Fixed doc comments in sets.nim | Felix Krause | 2014-06-26 | 1 | -4/+4 |
| | | |||||
* | | Added logical set operations to TSet | Felix Krause | 2014-06-25 | 1 | -0/+49 |
|/ | |||||
* | Merge pull request #1251 from gradha/pr_misc_docs | Andreas Rumpf | 2014-06-12 | 1 | -2/+4 |
|\ | | | | | Misc docs suggestions | ||||
| * | Revert "Adds to tables module example of reference type vs value type." | Grzegorz Adam Hankiewicz | 2014-06-10 | 1 | -32/+2 |
| | | | | | | | | This reverts commit bde9d1ac0753e46c726dc63930539bb82d09f19d. | ||||
| * | Adds to tables module example of reference type vs value type. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+32 |
| | | |||||
| * | Avoids temporal string in tables hashing example. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+4 |
| | | |||||
* | | added allValues iterator | Araq | 2014-06-12 | 1 | -2/+9 |
|/ | |||||
* | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 1 | -1/+1 |
| | |||||
* | Fix assertion in queues.dequeue | Clay Sweetser | 2014-05-24 | 1 | -1/+1 |
| | |||||
* | Added support for ref type hash tables. | Reimer Behrends | 2014-05-04 | 1 | -1/+266 |
| | | | | | | This reuses the hash table implementation for objects (and the associated tests). For efficiency reasons, iterator implementations are currently adapted rather than calling the TTable code. | ||||
* | Adds example of custom object types used as table key. | Grzegorz Adam Hankiewicz | 2014-04-22 | 1 | -0/+68 |
| | |||||
* | Fixes collections/ttables. | Dominik Picheta | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1084 from gradha/pr_adds_sequtils_split | Simon Hafner | 2014-04-13 | 1 | -0/+91 |
|\ | | | | | Adds generic split proc to sequtils. | ||||
| * | Renames split to distribute. Refs #1084. | Grzegorz Adam Hankiewicz | 2014-04-13 | 1 | -28/+29 |
| | | |||||
| * | Adds generic split proc to sequtils. | Grzegorz Adam Hankiewicz | 2014-04-11 | 1 | -0/+90 |
| | | |||||
* | | added mget for TSet | Andreas Rumpf | 2014-04-13 | 1 | -0/+9 |
| | | |||||
* | | fixes '==' for TTTable | Andreas Rumpf | 2014-04-13 | 1 | -1/+1 |
| | | |||||
* | | fixes '==' for TTTable | Andreas Rumpf | 2014-04-13 | 1 | -1/+7 |
|/ | |||||
* | fixed a bug in `map` for sets | Simon Hafner | 2014-02-10 | 1 | -2/+2 |
| | |||||
* | added `map` to sets | Simon Hafner | 2014-02-10 | 1 | -0/+4 |
| | |||||
* | indexBy, which indexes a collection into a hashtable | Simon Hafner | 2014-02-06 | 1 | -0/+10 |
| | |||||
* | Adds convenience mapIt templates. | Grzegorz Adam Hankiewicz | 2014-02-02 | 1 | -0/+39 |
| | |||||
* | corrected docs and tests | Simon Hafner | 2014-02-01 | 1 | -2/+2 |
| | |||||
* | sets equivalence | Simon Hafner | 2014-01-31 | 1 | -0/+17 |
| | |||||
* | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -1/+2 |
| | |||||
* | case consistency part 7 | Araq | 2013-12-28 | 1 | -21/+19 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 3 | -11/+11 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 3 | -44/+44 |
| | |||||
* | Merge pull request #631 from mflamer/master | Andreas Rumpf | 2013-10-31 | 2 | -0/+622 |
|\ | | | | | LockFree Hash Table 0.1 | ||||
| * | LockFree Hash Table 0.1 | Mark Flamer | 2013-10-22 | 2 | -0/+622 |
| | | |||||
* | | Apply changes suggested by Araq | Varriount | 2013-10-27 | 1 | -2/+21 |
| | | | | | | Added documentation examples, added defaults | ||||
* | | Added an insertion function that inserts elements of an openarray. | Clay Sweetser | 2013-10-20 | 1 | -0/+50 |
|/ | | | | Added a deletion function that allows elements between two positions in a sequence to be deleted | ||||
* | 'inject' for 'for' loop variables | Araq | 2013-05-14 | 1 | -2/+1 |
| | |||||
* | Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_proc | Araq | 2013-03-17 | 1 | -6/+15 |
|\ | | | | | Mentions nextPowerOfTwo proc for table initialization. | ||||
| * | Mentions nextPowerOfTwo proc for table initialization. | Grzegorz Adam Hankiewicz | 2013-03-17 | 1 | -6/+15 |
| | | |||||
* | | Fixes the dirtyness of the filterIt template. Refs #351. | Grzegorz Adam Hankiewicz | 2013-03-17 | 1 | -2/+7 |
|/ | |||||
* | Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtils | Araq | 2013-03-16 | 1 | -57/+154 |
|\ | | | | | Adds fold templates to sequtils | ||||
| * | Adds foldl and foldr templates to sequtils. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+98 |
| | | |||||
| * | Indents documentation tests with blocks for hygiene. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -57/+56 |
| | | |||||
* | | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 5 | -0/+0 |
|/ | |||||
* | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | fixes sequtils.filterIt | Araq | 2013-01-19 | 1 | -5/+4 |
| | |||||
* | 'sort' for ordered tables | Araq | 2013-01-12 | 1 | -1/+47 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-01-11 | 1 | -10/+154 |
|\ |