summary refs log tree commit diff stats
path: root/lib/pure/collections/critbits.nim
Commit message (Collapse)AuthorAgeFilesLines
* added prefix matching to critbits.nimAraq2015-11-101-16/+24
|
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-2/+5
|
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-9/+20
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim
| * Rename mget to `[]`def2015-03-311-19/+29
| | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string
* | added critbits.inc procAraq2015-10-061-0/+8
| |
* | lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-8/+8
| | | | | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* | Turn some test outputs into actual testsOleh Prypin2015-04-211-7/+5
| |
* | Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-6/+9
|/
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* documented new C++ supportAraq2015-01-281-6/+5
|
* big renameAraq2014-08-271-40/+42
|
* '[]' for crit bit trees doesn't need the 'var' parameterAraq2014-07-221-1/+1
|
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵Araq2012-07-091-1/+1
| | | | #156; fixes #155
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-0/+302