Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [backport] run nimpretty on os-related stuff | narimiran | 2019-09-30 | 1 | -3/+3 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -0/+2 |
| | |||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -14/+14 |
| | | | | --styleCheck:error | ||||
* | Make the swap procs safe for unaligned input ptrs (#9210) | LemonBoy | 2018-10-18 | 1 | -9/+12 |
| | | | | | | | | | | | * Make the swap procs safe for unaligned input ptrs The copy to a temporary local variable is often elided by a sufficiently smart compiler when it can prove the input pointer is aligned. Refs #9206 * Explain why copyMem is used | ||||
* | optimize byte-swapping in endians.nim | Parashurama | 2017-01-05 | 1 | -32/+81 |
| | | | | | add support for GCC, CLANG, ICC & VCC builtins for faster byte-swapping. should compile to single assembly instruction ie BSWAP or equivalent. | ||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -3/+3 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | big rename | Araq | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Update endians.nim | Billingsly Wetherfordshire | 2013-12-23 | 1 | -1/+13 |
| | | | adds swapEndian16 function | ||||
* | better opengl wrapper; oids and endians modules documented | Araq | 2012-04-04 | 1 | -1/+2 |
| | |||||
* | added libsvm wrapper | Araq | 2012-04-04 | 1 | -0/+46 |