Andreas Rumpf
|
b67ea9e73b
|
fixes #6327
|
2017-09-05 09:03:09 +02:00 |
|
Andreas Rumpf
|
50666a1f8b
|
refactor os.nim and ospaths.nim
|
2017-09-01 10:35:50 +02:00 |
|
Andreas Rumpf
|
80fab1d861
|
make ospaths compile for Android again, simplify its implementation, added a disclaimer
|
2017-08-30 11:08:49 +02:00 |
|
Fredrik Høisæther Rasch
|
c406d0b7a7
|
fixed createDir undeclared error on Android (#6194)
|
2017-08-08 13:29:25 +02:00 |
|
Fredrik Høisæther Rasch
|
c39e202976
|
Introduce first class support for Android (#5772)
|
2017-08-06 02:18:15 +02:00 |
|
Dominik Picheta
|
80aa02e7f9
|
Merge pull request #5748 from J3RN/meet-xdg-base-directory-spec
Modified ospath's getConfigDir to meet XDG spec
|
2017-05-16 14:11:31 +01:00 |
|
Dominik Picheta
|
27b571dd95
|
Fix different types for findExe's params across OS'.
|
2017-05-02 22:39:39 +01:00 |
|
Jonathan Arnett
|
a9de33643b
|
Appended to comment
|
2017-04-28 14:33:23 -04:00 |
|
Jonathan Arnett
|
9193bcaeec
|
Modified ospath's getConfigDir to meet XDG spec
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)
|
2017-04-28 14:33:15 -04:00 |
|
Anatoly Galiulin
|
cb9d554ac9
|
Fix typo (#5501)
|
2017-03-10 16:18:56 +01:00 |
|
Yuriy Glukhov
|
fe0291f127
|
Import ospaths instead of include (#5233)
* Import ospaths instead of include
* searchExtPos made public
|
2017-01-18 20:17:53 +01:00 |
|
Dominik Picheta
|
76bc890e36
|
Fixes bootstrapping.
|
2017-01-06 15:02:09 +00:00 |
|
Araq
|
36964d7491
|
findExe finds cmd and bat files; refs #5049
|
2017-01-06 14:07:47 +01:00 |
|
Dmitry Polienko
|
bc305261d9
|
Fix isAbsolute for Windows root directories
|
2016-10-22 18:47:45 +07:00 |
|
Rostyslav Dzinko
|
dfc66ca02d
|
Fixed findExe behaviour on Linux with symlinks relative paths
|
2016-07-20 12:56:11 +03:00 |
|
Andreas Rumpf
|
ab9e44dc96
|
better fix for #4497
|
2016-07-19 14:13:23 +02:00 |
|
Andreas Rumpf
|
3193a99b13
|
fixes #4497
|
2016-07-18 13:52:27 +02:00 |
|
Hans Raaf
|
c00bb2ca82
|
findExe() now by default follows symlinks.
|
2016-07-17 01:07:09 +02:00 |
|
Andreas Rumpf
|
28940ce457
|
ospaths can always be imported; fixes #4249
|
2016-07-06 20:16:55 +02:00 |
|
Andreas Rumpf
|
d338744d7a
|
os.findExe on Windows can deal with quotes
|
2016-01-26 12:43:07 +01:00 |
|
Araq
|
4705cf2308
|
cleaned up ospaths module
|
2015-10-12 16:55:23 +02:00 |
|
Aman Gupta
|
59d226221b
|
Merge remote-tracking branch 'origin/devel' into fix-test-failures
|
2015-10-02 13:38:35 -07:00 |
|
Hans Raaf
|
437603a812
|
Added ReadIOEffect because thats what happens on OSX.
|
2015-10-02 13:54:55 +02:00 |
|
Aman Gupta
|
61ace9e394
|
fix failure in lib/pure/ospaths.nim
FAIL: ospaths.nim
Test "lib/pure/ospaths.nim" in category "lib"
Failure: reNimcCrash
Expected:
Gotten:
invalid pragma: rtl
|
2015-09-30 20:14:14 -07:00 |
|
Araq
|
adf34082f0
|
documented NimScript
|
2015-09-07 12:31:34 +02:00 |
|
Araq
|
178275f494
|
split os into os and ospaths parts; ospaths is available for NimScript; better NimScript support
|
2015-09-04 12:22:23 +02:00 |
|