summary refs log tree commit diff stats
path: root/lib/pure/collections/critbits.nim
Commit message (Collapse)AuthorAgeFilesLines
* removed the deprecatedGet pragmaAraq2019-09-211-3/+2
|
* [bugfix] critbits styleCheck fix: consistent var naming (#11752)Kaushal Modi2019-07-161-8/+8
|
* [other] prettify collections (#11695)Miran2019-07-091-8/+9
|
* fixes #11344Araq2019-05-281-4/+9
|
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-6/+2
|
* Remove long deprecated stuff (#10332)Miran2019-01-181-6/+0
|
* make the stdlib work with the changed docgenAraq2019-01-111-1/+1
|
* removes deprecated T/P typesAraq2018-11-161-2/+0
|
* Removed redundant conditions in CritBitTree.inc, speedup it.data-man2018-06-081-4/+1
|
* Add the val parameter for CritBitTree[T].incl (#7988)Dmitry Atamanov2018-06-081-0/+20
| | | | | | * Add the val parameter for CritBitTree[T].incl * Updated changelog
* Fixed bug in CritBitTree.inc. Fixes #7990.data-man2018-06-071-1/+10
|
* Quote a keys for CritBitTree $ impl. Fixes #7987data-man2018-06-071-4/+8
|
* Fixes CritBitTree.inc's bug (#7838)Dmitry Atamanov2018-05-181-4/+14
| | | | | | * Fixes CritBitTree.inc's bug * Update changelog
* critbits: don't rely on terminating zeroAndreas Rumpf2018-04-291-3/+4
|
* make more tests greenAndreas Rumpf2018-04-291-2/+2
|
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-3/+3
|
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-1/+1
|
* Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-151-24/+41
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-3/+4
|
* Minor doc fix as per issue #5523 (#5533)Mark Summerfield2017-03-141-1/+2
|
* 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