Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Adds note about distnct being misspelled on purpose. | Grzegorz Adam Hankiewicz | 2013-01-09 | 1 | -1/+5 |
| | | |||||
| * | Adds documentation examples to sequtils. | Grzegorz Adam Hankiewicz | 2013-01-09 | 1 | -8/+145 |
| | | |||||
| * | Hyperlinks each proc and explains it is like map. | Grzegorz Adam Hankiewicz | 2013-01-09 | 1 | -2/+5 |
| | | |||||
* | | 'importcpp' for the JS target to generate an infix call | Araq | 2013-01-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #296 from gradha/pr_makes_toseq_public | Araq | 2013-01-08 | 1 | -0/+6 |
|\ | | | | | Moves toSeq template to public sequtils module. | ||||
| * | Moves toSeq template to public sequtils module. | Grzegorz Adam Hankiewicz | 2013-01-03 | 1 | -0/+6 |
| | | |||||
* | | fixes #293 | Araq | 2013-01-08 | 1 | -1/+1 |
|/ | |||||
* | implements 'export' feature | Araq | 2012-12-01 | 1 | -0/+5 |
| | |||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 2 | -2/+2 |
| | |||||
* | documented hygienic templates; made tests green; fixed system.clamp | Araq | 2012-08-22 | 4 | -20/+31 |
| | |||||
* | made tests green again | Araq | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -11/+11 |
| | |||||
* | bugfix: collection/sets only worked by chance ... | Araq | 2012-07-25 | 1 | -4/+4 |
| | |||||
* | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 1 | -2/+2 |
| | |||||
* | more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵ | Araq | 2012-07-09 | 1 | -1/+1 |
| | | | | #156; fixes #155 | ||||
* | the test suite is mostly green again | Zahary Karadjov | 2012-03-16 | 1 | -1/+1 |
| |