summary refs log tree commit diff stats
path: root/lib/pure/collections/tables.nim
Commit message (Collapse)AuthorAgeFilesLines
* big renameAraq2014-08-271-19/+25
|
* renamefestAraq2014-08-231-3/+3
|
* Added stylistic consistancy.Clay Sweetser2014-07-241-1/+1
|
* Fixed `==` for PTables, added test.Felix Krause2014-06-271-2/+5
|
* Merge pull request #1251 from gradha/pr_misc_docsAndreas Rumpf2014-06-121-2/+4
|\ | | | | Misc docs suggestions
| * Revert "Adds to tables module example of reference type vs value type."Grzegorz Adam Hankiewicz2014-06-101-32/+2
| | | | | | | | This reverts commit bde9d1ac0753e46c726dc63930539bb82d09f19d.
| * 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
|/
* Added support for ref type hash tables.Reimer Behrends2014-05-041-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 Hankiewicz2014-04-221-0/+68
|
* Fixes collections/ttables.Dominik Picheta2014-04-181-1/+1
|
* fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+1
|
* fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+7
|
* indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+10
|
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-1/+1
|
* case consistency part 4Araq2013-12-271-3/+3
|
* case consistency part 1Araq2013-12-271-36/+36
|
* Mentions nextPowerOfTwo proc for table initialization.Grzegorz Adam Hankiewicz2013-03-171-6/+15
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* 'sort' for ordered tablesAraq2013-01-121-1/+47
|
* 'importcpp' for the JS target to generate an infix callAraq2013-01-111-1/+1
|
* fixes #293Araq2013-01-081-1/+1
|
* made more tests green; fixes #201Araq2012-09-121-1/+1
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-7/+10
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* tester: threading tests addedAraq2011-11-191-10/+12
|
* modifyable results for generics; teventemitter worksAraq2011-08-091-7/+57
|
* preparations for 0.8.12Araq2011-07-101-4/+4
|
* implemented tables.addAraq2011-06-111-0/+22
|
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
|
* basic generic collections implemented and testedAraq2011-06-071-48/+33
|
* bugfix: generic instantiation across module boundariesAraq2011-06-061-0/+395