summary refs log tree commit diff stats
path: root/lib/pure/collections/sharedtables.nim
Commit message (Collapse)AuthorAgeFilesLines
* last stdlib cleanupsAraq2019-09-211-0/+2
|
* [other] prettify collections (#11695)Miran2019-07-091-4/+4
|
* [bugfix] fix #11588, don't check if SharedTable is initializednarimiran2019-06-261-1/+3
|
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-2/+2
| | | | | | | | | * Render deprecated pragmas * fix the expected html * clean up the documentation regarding deprecations * fix typo * fix system.nim * fix random
* Initialized collections (#11094)Miran2019-04-291-1/+9
| | | | | | | | | | | | * tables: initialized by default * sets: initialized by default * DRY: extract shared functionality * add a changelog entry * fix errors * don't test include files * make it work for sharedtables * fix discovered bugs * add exhaustive tests
* more documentation fixesAraq2018-03-051-5/+7
|
* Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-311-5/+15
|
* improve the docs for tables.addAraq2017-12-121-0/+1
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-021-0/+46
|
* Allow compilation of sharedtables.nimcoffeepots2016-09-091-0/+2
| | | tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl.
* fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-051-8/+11
|
* Introduce template withValue()cheatfate2016-05-261-0/+53
|
* prepared selectors module for multi threadingAraq2015-06-301-3/+3
|
* some progress on making async multithreadedAraq2015-05-281-0/+105