Beman
|
4635e93d02
|
Add move semantics to file_status per DTS. Fix incorrect synonym in perms. Add file_status constructor test cases.
|
2014-07-24 15:38:48 -04:00 |
|
Beman
|
8f08e1e2d8
|
Update revision history.
|
2014-07-24 11:30:37 -04:00 |
|
Beman
|
ea7ab16ea3
|
Add "Purpose of this release ..." to release history.
|
2014-07-24 10:16:26 -04:00 |
|
Beman
|
f0ce9bd649
|
Missed a few perms value changes that were on next DTS page.
|
2014-07-23 15:58:04 -04:00 |
|
Beman
|
038bce7e2d
|
DTS: enum perms changed to enum class perms. Constant names have changed; synonyms provided.
|
2014-07-23 15:35:44 -04:00 |
|
Beman
|
07baa588e5
|
Update release history.
|
2014-07-22 17:07:31 -04:00 |
|
Beman Dawes
|
7f7769d16d
|
Document the reimplementation of path::codecvt() and path::imbue(), adding a section on path usage concerns.
[SVN r83062]
|
2013-02-21 14:27:10 +00:00 |
|
Beman Dawes
|
08c11663d9
|
Fix #7239, Stack overflow when calling create_directories(":D"). The reported problem was a symptom of an internal bug that caused path::filename() and path::parent_path() to fail on Windows for path(":"), and that in turn caused other functions that depend on filename() or parent_path() to fail, such as create_directories().
[SVN r80279]
|
2012-08-28 12:57:02 +00:00 |
|
Beman Dawes
|
6d73e629b8
|
Fix #6659 and #7051, fchmodat supported only on Solaris 11. Disable fchmodat for both Sun and GCC compilers regardless of OS version; a runtime check is too much trouble.
[SVN r79484]
|
2012-07-13 21:02:36 +00:00 |
|
Beman Dawes
|
999ab2ff4b
|
Fix a Linux fchmodat problem affecting symlink permissions reported during discussion of 6659. Patch supplied by Duncan Exon Smith. Does not fix the original problem.
[SVN r79481]
|
2012-07-13 19:43:33 +00:00 |
|
Beman Dawes
|
bb0fe7585c
|
Add BOOST_FOREACH support. Correct C++11 range-based for statement enabler signatures. Improve test coverage. Clears feature requests #5896 and #6521.
[SVN r79451]
|
2012-07-12 13:53:17 +00:00 |
|
Beman Dawes
|
af67382a81
|
Add directory_iterator and recursive_directory_iterator free functions begin and end so that these iterators can be used with range-based for statements.
[SVN r79409]
|
2012-07-10 21:17:20 +00:00 |
|
Beman Dawes
|
4ae83b8570
|
Fix link to wrong ticket.
[SVN r78979]
|
2012-06-18 11:43:00 +00:00 |
|
Beman Dawes
|
c0b7979013
|
Filesystem: fix #6932, create_directories throws exception even if error_code is specified.
[SVN r78721]
|
2012-05-28 15:47:59 +00:00 |
|
Beman Dawes
|
6115c31640
|
Filesystem: Fix #6819; A path operand with a source that was a one character array was treated as empty, even if it wasn't empty. Such arrays can occur and be non-empty in unions or in code using C variable length array idioms.
[SVN r78136]
|
2012-04-22 15:07:08 +00:00 |
|
Beman Dawes
|
221b7cf7c6
|
Filesystem: Fix #6809, Implementation of filesystem::rename() method for MS Windows is wrong, by adding MOVEFILE_COPY_ALLOWED to deal with renames across drives, volumes, file systems. Fix has no effect on non-Windows systems.
[SVN r78078]
|
2012-04-19 12:45:42 +00:00 |
|
Beman Dawes
|
0662681e3a
|
Add mention of "and others" whose names I can't recall.
[SVN r78067]
|
2012-04-18 14:48:05 +00:00 |
|
Beman Dawes
|
5ee2bb4189
|
Filesystem: Add path::operator+= and concat functions to tack on things like suffixes or numbers. Suggested by Ed Smith-Rowland and others.
[SVN r78065]
|
2012-04-18 14:46:15 +00:00 |
|
Beman Dawes
|
da4f223c5b
|
Fix #6690 and #6737, resolving static linking related problems with VC++ 8 through 11. Note that this fix may reintroduce codecvt thread safety problems #4889, #6320, for these compilers if static linking is used.
[SVN r78000]
|
2012-04-15 20:34:19 +00:00 |
|
Beman Dawes
|
82c5b7533b
|
Fix #4065, Boost Filesystem lexicographic path comparison inconsistent. The fix included adding path::compare functions, and cleanup and refactoring of the path relational operators code. Some of the code fixed is used by other functions, so some unrelated bugs may also have been fixed.
[SVN r77669]
|
2012-03-31 15:53:24 +00:00 |
|
Beman Dawes
|
4910fe6e64
|
Fix #3737, Boost.Filesystem does not compile on Windows Mobile
[SVN r77585]
|
2012-03-27 14:40:56 +00:00 |
|
Beman Dawes
|
494b34027e
|
Fix #5118, replace_extension doesn't work as specified in documentation
[SVN r77571]
|
2012-03-26 21:19:36 +00:00 |
|
Beman Dawes
|
7941871477
|
Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support.
[SVN r77555]
|
2012-03-26 12:44:24 +00:00 |
|
Beman Dawes
|
16099b4c7d
|
Filesystem - Move V3 files and directories into place
[SVN r77554]
|
2012-03-26 12:31:06 +00:00 |
|