Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove queues (#10347) | Miran | 2019-01-17 | 1 | -257/+0 |
| | | | This module was deprecated and superseded by deques 2 years ago. | ||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -2/+0 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-10-29 | 1 | -2/+1 |
| | |||||
* | Work around issue with queues. Refs #4773. | Dominik Picheta | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | More workarounds for #5098 | Yuriy Glukhov | 2016-12-07 | 1 | -1/+4 |
| | |||||
* | Added deques module, deprecating queues | Ruslan Mustakov | 2016-11-24 | 1 | -1/+3 |
| | |||||
* | Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC. | Matthew Baulch | 2016-07-11 | 1 | -0/+2 |
| | |||||
* | Remove high() and low() procs from queues module | ReneSac | 2016-06-16 | 1 | -13/+2 |
| | | | | | Just in case as they are said not overloadable. No deprecation because this is during a PR: those procs didn't exist before. Also update comment due to failed optimization attempt using copyMem() for POD datatypes. | ||||
* | Fixes for things pointed by Araq on the PR | ReneSac | 2016-06-16 | 1 | -27/+18 |
| | |||||
* | Improved the documentation and miscelaneous | ReneSac | 2016-06-15 | 1 | -33/+102 |
| | | | | | | | | | Better bounds checking. Tried to make it and documentation comply with the conflicting style guides. Added example of usage at the top of the module as well as warnings on usage. Also fix the back() and internal englishOrdinal() proc from previous commit. Added {.discardable.} pragma for .pop(), when calling only for it's side effects. Sprinkled some unlikely() for optimization. Some new tests reflecting those changes. | ||||
* | Enchanced random access support for queues | ReneSac | 2016-06-12 | 1 | -24/+126 |
| | | | | | | Now queues support indexing, front() and back() operations and pairs iteration. Also modernized some of the code to use newer Nim features. Added the "add()" alias to "enqueue()", per nim's conventions (also fits better with pop()) | ||||
* | Consistently use Channel instead of TChannel | def | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Merge pull request #2020 from def-/mitems | reactormonk | 2015-02-01 | 1 | -0/+9 |
|\ | | | | | mitems and mpairs | ||||
| * | Add mitems and mpairs where it makes sense | def | 2015-01-28 | 1 | -0/+9 |
| | | |||||
* | | documented new C++ support | Araq | 2015-01-28 | 1 | -1/+1 |
|/ | |||||
* | fixed typos so docgen works again | Araq | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | fixes #1496 | Araq | 2014-12-18 | 1 | -0/+2 |
| | |||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -7/+7 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -4/+6 |
| | |||||
* | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 1 | -1/+1 |
| | |||||
* | Fix assertion in queues.dequeue | Clay Sweetser | 2014-05-24 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -0/+0 |
| | |||||
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -0/+89 |