summary refs log tree commit diff stats
path: root/tests/mmaptest.nim
Commit message (Collapse)AuthorAgeFilesLines
* Enable customizing PageShift to set PageSize for embedded targets (#19129)Jaremy Creechley2021-11-161-2/+5
| | | | | | | | | | | | | | | | * Enable customizing PageSize (via PageShift). This enables adjusting PageSize for embedded targets without abusing cpu16. * copy nimPageXYZ settings for mmpaptest * add docs for Nim manual * add docs for Nim manual * docs tweaks Co-authored-by: Jaremy Creechley <jaremy.creechley@panthalassa.com>
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* dynlib: use posix module (#11623)Jacek Sieka2019-07-081-24/+9
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-9/+9
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* bugfix: threading on PowerPCAraq2012-02-021-0/+48