Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ospaths] simplify getConfigDir and introduce normalizePathEnd to make (#8680) | Timothee Cour | 2018-08-26 | 1 | -4/+50 |
| | | | | sure path endings are normalized with 0 or 1 trailing sep, taking care of edge cases | ||||
* | make ospaths compile; fixes ospaths.getConfigDir for Posix | Andreas Rumpf | 2018-08-23 | 1 | -3/+5 |
| | |||||
* | Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662) | Kaushal Modi | 2018-08-17 | 1 | -2/+2 |
| | | | Fixes https://github.com/nim-lang/Nim/issues/8661. | ||||
* | added a variant of quoteShellCommand that takes an openArray of arguments ↵ | Timothee Cour | 2018-08-16 | 1 | -0/+14 |
| | | | | (#8272) | ||||
* | Merge pull request #8364 from timotheecour/pr_expandTilde | Dominik Picheta | 2018-08-05 | 1 | -14/+12 |
|\ | | | | | ospaths.expandTilde: handle ~ correctly; refactor to use DirSep, AltSep | ||||
| * | ospaths.expandTilde: handle ~ correctly; refactor to use DirSep, AltSep | Timothee Cour | 2018-07-18 | 1 | -14/+12 |
| | | |||||
* | | fix issue #8349 FileSystemCaseSensitive should be false on OSX (#8411) | Timothee Cour | 2018-07-23 | 1 | -1/+6 |
|/ | |||||
* | fix issue #8251 ospaths.isAbsolute: out of bound errors (#8291) | Timothee Cour | 2018-07-13 | 1 | -2/+12 |
| | | | | | | | | * fix issue #8251 ospaths.isAbsolute: out of bound errors * address comments * add reference to a spec for quirky macos paths | ||||
* | hotfix: fixes possible out of bounds access in ospaths.joinPath | Araq | 2018-07-07 | 1 | -1/+1 |
| | |||||
* | Fix os.unixToNativePath proc returns wrong result(#8179) (#8181) | Tomohiro | 2018-07-02 | 1 | -1/+1 |
| | | | | | | * Fix os.unixToNativePath proc returns wrong result(#8179) * Add tests for unixToNativePath | ||||
* | Fixed #8173 (#8175) | Tomohiro | 2018-07-02 | 1 | -1/+4 |
| | |||||
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs | ||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -5/+0 |
| | |||||
* | make more tests green | Araq | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | Fixed ospaths compilation on js (#6826) | Yuriy Glukhov | 2017-11-28 | 1 | -8/+7 |
| | |||||
* | Move quoteShell to ospaths (#6794) | Fredrik Høisæther Rasch | 2017-11-24 | 1 | -0/+65 |
| | | | Enables quoteShell on nimscript | ||||
* | fixes #6327 | Andreas Rumpf | 2017-09-05 | 1 | -1/+2 |
| | |||||
* | refactor os.nim and ospaths.nim | Andreas Rumpf | 2017-09-01 | 1 | -606/+532 |
| | |||||
* | make ospaths compile for Android again, simplify its implementation, added a ↵ | Andreas Rumpf | 2017-08-30 | 1 | -15/+7 |
| | | | | disclaimer | ||||
* | fixed createDir undeclared error on Android (#6194) | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -3/+5 |
| | |||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -2/+17 |
| | |||||
* | Merge pull request #5748 from J3RN/meet-xdg-base-directory-spec | Dominik Picheta | 2017-05-16 | 1 | -0/+9 |
|\ | | | | | Modified ospath's getConfigDir to meet XDG spec | ||||
| * | Appended to comment | Jonathan Arnett | 2017-04-28 | 1 | -0/+8 |
| | | |||||
| * | Modified ospath's getConfigDir to meet XDG spec | Jonathan Arnett | 2017-04-28 | 1 | -0/+1 |
| | | | | | | | | I added a check for the XDG_CONFIG_DIR environment variable to meet the [freedesktop XDG Base Directory Specification](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) | ||||
* | | Fix different types for findExe's params across OS'. | Dominik Picheta | 2017-05-02 | 1 | -1/+1 |
|/ | |||||
* | Fix typo (#5501) | Anatoly Galiulin | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | Import ospaths instead of include (#5233) | Yuriy Glukhov | 2017-01-18 | 1 | -9/+10 |
| | | | | | * Import ospaths instead of include * searchExtPos made public | ||||
* | Fixes bootstrapping. | Dominik Picheta | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | findExe finds cmd and bat files; refs #5049 | Araq | 2017-01-06 | 1 | -25/+34 |
| | |||||
* | Fix isAbsolute for Windows root directories | Dmitry Polienko | 2016-10-22 | 1 | -2/+2 |
| | |||||
* | Fixed findExe behaviour on Linux with symlinks relative paths | Rostyslav Dzinko | 2016-07-20 | 1 | -1/+4 |
| | |||||
* | better fix for #4497 | Andreas Rumpf | 2016-07-19 | 1 | -4/+3 |
| | |||||
* | fixes #4497 | Andreas Rumpf | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | findExe() now by default follows symlinks. | Hans Raaf | 2016-07-17 | 1 | -2/+26 |
| | |||||
* | ospaths can always be imported; fixes #4249 | Andreas Rumpf | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | os.findExe on Windows can deal with quotes | Andreas Rumpf | 2016-01-26 | 1 | -1/+3 |
| | |||||
* | cleaned up ospaths module | Araq | 2015-10-12 | 1 | -19/+27 |
| | |||||
* | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-02 | 1 | -4/+4 |
|\ | |||||
| * | Added ReadIOEffect because thats what happens on OSX. | Hans Raaf | 2015-10-02 | 1 | -4/+4 |
| | | |||||
* | | fix failure in lib/pure/ospaths.nim | Aman Gupta | 2015-09-30 | 1 | -0/+4 |
|/ | | | | | | | | | FAIL: ospaths.nim Test "lib/pure/ospaths.nim" in category "lib" Failure: reNimcCrash Expected: Gotten: invalid pragma: rtl | ||||
* | documented NimScript | Araq | 2015-09-07 | 1 | -2/+7 |
| | |||||
* | split os into os and ospaths parts; ospaths is available for NimScript; ↵ | Araq | 2015-09-04 | 1 | -0/+560 |
better NimScript support |