Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -0/+97 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | fixes #10456,#12928 issues when chaining templates to sortedByIt (#15734) | shirleyquirk | 2020-10-27 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | * update c_malloc's to csize_t fix for broken --os:ios * I'm an idiot sorry * Create talgorithm.nim * workaround for #10456 I don't understand the intricacies of how lambdalifting and template expansions interact with lent, so i don't know how to fix the real problem, but this sidesteps whatever issue that is. * working test, use typeof rather than auto | ||||
* | Move algorithm tests away from koch | Oscar NihlgÄrd | 2018-04-04 | 1 | -11/+0 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | added lowerBound function to algorithm library | Charlie Barto | 2014-03-23 | 1 | -0/+3 |
| | |||||
* | removed unittest from talgorithm | Simon Hafner | 2014-02-06 | 1 | -12/+6 |
| | |||||
* | product more robust against empty input | Simon Hafner | 2014-01-30 | 1 | -0/+5 |
| | |||||
* | added Cartesian product | Simon Hafner | 2014-01-30 | 1 | -0/+9 |