summary refs log tree commit diff stats
path: root/lib/pure/collections/tables.nim
Commit message (Expand)AuthorAgeFilesLines
* some progress on making async multithreadedAraq2015-05-281-168/+49
* fixes #2625Araq2015-05-031-4/+7
* Merge pull request #2411 from reactormonk/merge-counttablesAndreas Rumpf2015-04-211-0/+61
|\
| * doc comments for mergeSimon Hafner2015-03-261-0/+3
| * merge for CountTable, see #1680Simon Hafner2015-03-261-0/+58
* | Use more Natural and Positive numbers in proc parametersdef2015-04-061-1/+1
|/
* prepare for upcoming parsing change of unary operatorsAraq2015-03-221-10/+10
* Making tuples anonymous (so far... not finished).Hans Raaf2015-03-171-23/+22
* Fixed table getter not compiling when table value type had not '$' proc overr...krolik2015-03-051-1/+5
* Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-1/+1
* Merge ../Nim into develCharles Blake2015-02-161-1/+1
|\
| * Fix typosFederico Ceratto2015-02-151-1/+1
* | Add comments explaining odd looking i<0..data[i].Charles Blake2015-02-161-3/+3
* | Just do wide interface of hasKeyOrPut & mgetOrPut.Charles Blake2015-02-161-36/+55
* | Add TableRef version of mgetOrPut.Charles Blake2015-02-161-0/+5
* | Add mgetOrPut to support just one probe chase for the commonCharles Blake2015-02-151-0/+14
|/
* assignment -> shallowCopy for efficiency.Charles Blake2015-02-131-1/+1
* Merge ../Nim into devel; track ttables.nim delete.Charles Blake2015-02-131-1/+1
|\
| * fixed minor bugs; cleaned up testsAraq2015-02-121-1/+1
* | Update doc comments to mention rightSize.Charles Blake2015-02-131-4/+4
* | Oops - missed updates to a few later rawGet()s.Charles Blake2015-02-121-4/+8
* | Add hcode,rightSize,rawGetKnownHC. Fix inf loop.Charles Blake2015-02-121-60/+140
|/
* documented new C++ supportAraq2015-01-281-1/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* better CSS; better docs for teh tables moduleAraq2014-12-211-9/+18
* big renameAraq2014-08-281-108/+108
* big renameAraq2014-08-281-2/+2
* 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
|\
| * 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
|/
* 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
* 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