Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix allocator corruption for large sizes (#7338) | jcosborn | 2018-03-17 | 1 | -48/+0 |
| | | | | | | * fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize | ||||
* | Fixes #7121 (#7148) | pqflx3 | 2018-01-31 | 1 | -1/+24 |
| | | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test | ||||
* | 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:]]+$//' {} + | ||||
* | restored files that 'koch clean' removed | Araq | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | removed """ so unittest can handle it | Simon Hafner | 2012-01-02 | 1 | -6/+1 |
| | |||||
* | fixed the io tests so they run as intended | Simon Hafner | 2011-12-31 | 1 | -2/+1 |
| | | | | | There is however a problem with the unittest. It does output colors even if stdout isn't a tty, so the test still fails. | ||||
* | Disabled io tests because it blocks indefinitely. | dom96 | 2011-12-31 | 1 | -0/+1 |
| | |||||
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the tests | Araq | 2011-12-31 | 1 | -2/+3 |
| | |||||
* | changed io tests | Araq | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | fixes for readAll | Simon Hafner | 2011-12-30 | 1 | -3/+7 |
| | |||||
* | implemented readAll() | Simon Hafner | 2011-12-22 | 1 | -0/+25 |