Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #9126: use splitPath instead of substr | Yasuhiro Horimoto | 2018-09-30 | 1 | -0/+14 |
| | |||||
* | fix wrong arch defined(osx) (#8492) | Timothee Cour | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Add normalizePath and tests | Federico Ceratto | 2018-07-06 | 1 | -0/+62 |
| | |||||
* | make test green for OSX | Andreas Rumpf | 2018-07-06 | 1 | -2/+5 |
| | |||||
* | Use higher time resolution when available in os.nim (#7709) | Oscar Nihlgård | 2018-06-04 | 1 | -0/+10 |
| | |||||
* | add copyDir stdlib test | Andreas Rumpf | 2017-01-10 | 1 | -0/+18 |
| | |||||
* | make tos.nim green on Windows | Araq | 2016-12-13 | 1 | -4/+7 |
| | |||||
* | Improve as previously discussed | Dmitry Polienko | 2016-10-22 | 1 | -0/+10 |
| | | | | Better name for exposed primitive function, checks for pre-existing files | ||||
* | Revert createDir signature, expose rawCreateDir | Dmitry Polienko | 2016-10-22 | 1 | -7/+0 |
| | |||||
* | Make createDir return discardable bool | Dmitry Polienko | 2016-10-22 | 1 | -0/+19 |
| | |||||
* | Add os tests for directory creation, iteration and deletion | Joey Payne | 2016-06-20 | 1 | -8/+84 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -1/+1 |
| | | | | empty blocks. | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+12 |