Steffen Schuemann
|
56d6fc9159
|
refs #72, invenstigating travis xcode9.2 problems leading to timeout
|
2020-09-22 23:30:24 +02:00 |
|
Steffen Schuemann
|
f31b5baac4
|
refs #72, filesystem_test issues with TestAllocator
|
2020-09-22 00:31:24 +02:00 |
|
Steffen Schuemann
|
a9302df045
|
refs #72, ci tesing for centos
|
2020-09-22 00:09:36 +02:00 |
|
Steffen Schuemann
|
d8abf146a4
|
Release ghc::filesystem v1.3.4
v1.3.4
|
2020-08-30 09:59:53 +02:00 |
|
Steffen Schuemann
|
80543b681b
|
refs #66, removed shared_ptr guards in copy_file
|
2020-08-30 09:47:27 +02:00 |
|
Steffen Schuemann
|
fd9b1c5300
|
Updated readme.
|
2020-08-30 09:20:56 +02:00 |
|
Steffen Schuemann
|
cdfb593d40
|
Merge branch 'feature-68-experimental-emscripten-support'
|
2020-08-30 09:19:14 +02:00 |
|
Steffen Schuemann
|
f6e886f999
|
refs #68, updated readme, fix for failing CI on VS2019.
|
2020-08-29 20:34:59 +02:00 |
|
Steffen Schuemann
|
a47a874bee
|
refs #68, disabled fs::space test for error case as web environment returns space for the virtual fs even for unexisting paths
|
2020-08-22 18:16:01 +02:00 |
|
Steffen Schuemann
|
3131e9735d
|
Merge branch 'master' into feature-68-experimental-emscripten-support
|
2020-08-21 08:22:48 +02:00 |
|
Steffen Schuemann
|
9e69dd4a82
|
Updated readme and .gitignore
|
2020-08-21 08:21:43 +02:00 |
|
gulrak
|
46db4d8961
|
Merge pull request #69 from zero9178/master
Allow wchar_t constructors of iostreams on Windows when using libc++
|
2020-08-21 07:54:08 +02:00 |
|
zero9178
|
0e40179aeb
|
Changed preprocessors checks for wchar_t constructs of iostreams from __GNUC__ to __GLIBCXX__ as libc++ provides these on Windows as well
|
2020-08-21 03:01:50 +02:00 |
|
Steffen Schuemann
|
1d41167941
|
refs #68, experimental support for emscripten
|
2020-08-20 22:26:56 +02:00 |
|
Steffen Schuemann
|
2ea00170e1
|
refs #68, better permission error handling for directory_iteratior with skip_permissions_denied
|
2020-08-20 21:58:34 +02:00 |
|
Steffen Schuemann
|
3f1c185ab4
|
fixes #63, Squashed commit of the following:
commit fdcb3ce89ba676d3e06b30c18c04e926a775366c
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Thu Apr 9 12:59:13 2020 +0200
refs #63, fix typo
commit a5cadd2e5060da75315f79971dae56a0e91a8023
Author: Steffen Schuemann <s.schuemann@pobox.com>
Date: Thu Apr 9 11:45:36 2020 +0200
refs #63, work on issues with wchar and clang in windows.
|
2020-04-10 11:26:04 +02:00 |
|
Steffen Schuemann
|
9a047b9f8d
|
Updated readme, added error handling for conflicting options.
|
2020-04-08 10:44:54 +02:00 |
|
gulrak
|
6b30995e41
|
Merge pull request #62 from okhowang/android
Fix android compatibility
|
2020-04-07 19:49:25 +02:00 |
|
gulrak
|
2ad75e1ff0
|
Merge pull request #61 from okhowang/no-exception
fixes #60, refs #43, support for usage in projects with exceptions disabled
|
2020-04-07 19:48:30 +02:00 |
|
Steffen Schuemann
|
4bf0160a15
|
Bump to wip version.
|
2020-04-07 18:27:49 +02:00 |
|
okhowang(王沛文)
|
a0f28a93bc
|
Fix android compatibility
|
2020-04-07 22:55:13 +08:00 |
|
okhowang(王沛文)
|
ee9b432e3f
|
Fixed MinGW no-exception logic
|
2020-04-07 19:09:54 +08:00 |
|
okhowang(王沛文)
|
498dd371fa
|
merge all ifdef
|
2020-04-07 15:40:27 +08:00 |
|
okhowang(王沛文)
|
4fe99da720
|
Fix VS2015 compatibility
|
2020-04-07 14:07:47 +08:00 |
|
okhowang(王沛文)
|
bab6409d4e
|
Fix MSVC compatibility
|
2020-04-07 12:20:14 +08:00 |
|
okhowang(王沛文)
|
a0ef036074
|
use marcro protect all code with exception
|
2020-04-07 11:40:42 +08:00 |
|
okhowang(王沛文)
|
2671c2f83b
|
use macro protect all throw function directly
|
2020-04-07 10:30:36 +08:00 |
|
Steffen Schuemann
|
3605e86915
|
Updated readme and v1.3.2 version bump.
v1.3.2
|
2020-03-31 00:01:31 +02:00 |
|
Steffen Schuemann
|
683ed6838e
|
Merge branch 'master' of github.com:gulrak/filesystem
|
2020-03-23 19:17:58 +01:00 |
|
Steffen Schuemann
|
56827ea52d
|
refs #58, compile error on MinGW
|
2020-03-23 19:17:19 +01:00 |
|
gulrak
|
82d5d83bf8
|
Merge pull request #57 from ligfx/fix_lexically_relative_to_path_with_trailing_slash
refs #56, lexically_relative: ignore trailing slash on base
|
2020-03-23 12:17:24 +01:00 |
|
Michael M
|
e3201da883
|
lexically_relative: ignore trailing slash on base
Previously,
fs::path("a/b").lexically_relative("a/")
would incorrectly return "../b". Now it returns "b".
|
2020-03-22 16:26:59 -07:00 |
|
Steffen Schuemann
|
26077f272e
|
refs #54, directory_entry methods now reset error_code, when returning cached result
|
2020-03-06 09:19:46 +01:00 |
|
Steffen Schuemann
|
d93ccea812
|
refs #55, fs::create_directories reported true if it didn't need to create anything.
|
2020-03-05 06:48:54 +01:00 |
|
Steffen Schuemann
|
70a0085a47
|
Fix issues introduced with PR 53.
|
2020-03-04 08:41:15 +01:00 |
|
Steffen Schuemann
|
1a70520422
|
Merge branch 'master' of github.com:gulrak/filesystem
|
2020-03-04 08:31:49 +01:00 |
|
Steffen Schuemann
|
083a981464
|
Updated readme.
|
2020-03-04 08:31:41 +01:00 |
|
gulrak
|
bd30737e81
|
Merge pull request #53 from jnhyatt/leading-whitespace
Bugfix - Leading Whitespace On Stream In
|
2020-03-04 08:26:26 +01:00 |
|
jnhyatt
|
a778e6d76e
|
Remove leading whitespace when first character is whitespace
|
2020-03-04 04:54:15 -07:00 |
|
gulrak
|
05bcd2ccc4
|
Merge pull request #52 from nightlark/add-arm-ci-build
Add ARM builds on Drone CI
|
2020-03-04 07:50:35 +01:00 |
|
gulrak
|
65957f43f0
|
Merge pull request #51 from nightlark/add-freebsd-ci-build
Add FreeBSD build on Cirrus CI
|
2020-03-04 07:43:45 +01:00 |
|
gulrak
|
1d85ec3572
|
Merge pull request #50 from nightlark/fix-conversion-warning-32bit-target
Static cast to fix conversion error on 32-bit processors
|
2020-03-04 07:38:48 +01:00 |
|
Steffen Schuemann
|
21b1fb9d1d
|
Next wip version.
|
2020-03-04 07:38:00 +01:00 |
|
Ryan Mast
|
37fafe5f1a
|
Add ARM builds on Drone CI
|
2020-02-29 15:20:00 -08:00 |
|
Ryan Mast
|
6c806a7145
|
Add FreeBSD build on Cirrus CI
|
2020-02-29 15:11:19 -08:00 |
|
Ryan Mast
|
94738c9065
|
Static cast to fix conversion error on 32-bit processors
|
2020-02-29 14:10:13 -08:00 |
|
gulrak
|
e63a58c5ba
|
Merge pull request #49 from despair86/master
define targets for generic BSD and oracle machines
|
2020-02-15 09:28:24 +01:00 |
|
Rick V
|
c193676fe9
|
define targets for generic BSD and oracle machines
|
2020-02-13 18:51:29 -06:00 |
|
gulrak
|
05ecaa498c
|
Merge pull request #48 from InnerPortal/master
Fix typo
|
2020-02-11 23:23:52 +01:00 |
|
Sean Portal
|
84c905016f
|
Fix typo
"C++147" ==> "C++14"
|
2020-02-11 17:39:50 +00:00 |
|