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
|
62d3e98a46
|
Correct ".." description (thanks Ivan Le Lann). Add path iterator overview sentence.
[SVN r77656]
|
2012-03-30 21:25:35 +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
|
008d2c5be2
|
Suppress inspect as snippets cause false failure reports
[SVN r77557]
|
2012-03-26 13:16:59 +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 |
|
Beman Dawes
|
fa515c07f5
|
Move files into new v2 + v3 directory structure
[SVN r62653]
|
2010-06-09 13:00:15 +00:00 |
|
Beman Dawes
|
92af973be2
|
Add docs and scripts for dual version support.
[SVN r62369]
|
2010-06-01 14:38:37 +00:00 |
|
Beman Dawes
|
5ec8feee40
|
Reflect changeset 62331 macro changes in docs
[SVN r62341]
|
2010-05-31 11:55:30 +00:00 |
|
Beman Dawes
|
e7636c26bc
|
Filesystem: Fix #3528. Return type is bool.
[SVN r57554]
|
2009-11-10 19:45:47 +00:00 |
|
Beman Dawes
|
3c5f963a54
|
fix doc example typo
[SVN r53074]
|
2009-05-17 18:13:06 +00:00 |
|
Beman Dawes
|
0aaa65e768
|
Fix Filesystem #2925, copy_file atomiticity
[SVN r53073]
|
2009-05-17 15:55:46 +00:00 |
|
Beman Dawes
|
0bd0323239
|
Filesystem: fix #1840, including adding test cases and updating docs
[SVN r50543]
|
2009-01-11 16:50:06 +00:00 |
|
Beman Dawes
|
208bc63093
|
Fix broken link
[SVN r49477]
|
2008-10-28 19:30:51 +00:00 |
|
Beman Dawes
|
d4cf58b548
|
Filesystem: update docs release history.
[SVN r49473]
|
2008-10-28 11:47:24 +00:00 |
|
Beman Dawes
|
33487a8aeb
|
Filesystem: add macros and deprecated names sections to docs
[SVN r49316]
|
2008-10-13 14:30:47 +00:00 |
|
Daniel James
|
2e0cb656a4
|
Fix a character encoding error.
[SVN r48235]
|
2008-08-19 22:26:43 +00:00 |
|
Daniel James
|
3358346eff
|
Fix a couple of character encoding errors.
[SVN r47958]
|
2008-08-03 10:19:33 +00:00 |
|
Beman Dawes
|
fb65347b54
|
After extensive discussion on the list with Dave Abrahams, Vladimir Prus, and others, rename basic_path::leaf() -> filename, branch_path -> parent_path, replace_leaf -> replace_filename. Add basic_path member functions stem, extension, replace_extension.
[SVN r47181]
|
2008-07-07 12:20:04 +00:00 |
|
Beman Dawes
|
001c15dd32
|
Rename is_regular() to is_regular_file
[SVN r47131]
|
2008-07-06 12:10:42 +00:00 |
|
Beman Dawes
|
3ee73a0df7
|
Partial resolution of ticket #1972; remove() issues for POSIX are cleared. Added regression test cases covering self-reference and cyclic symlinks.
[SVN r47006]
|
2008-07-02 21:05:54 +00:00 |
|
Beman Dawes
|
c0fb9a7e21
|
Fix ticket #1971, remove_all not documented
[SVN r46881]
|
2008-06-30 02:06:28 +00:00 |
|
John Maddock
|
6459f72371
|
Fix broken URL.
[SVN r44972]
|
2008-05-01 11:51:39 +00:00 |
|
Beman Dawes
|
863f208115
|
Fix #1858, typo in non-member operators table
[SVN r44752]
|
2008-04-24 20:29:08 +00:00 |
|
Beman Dawes
|
5cebe06acb
|
replace_extension -> change_extension name fix [Lothar May]
[SVN r44606]
|
2008-04-19 21:13:59 +00:00 |
|
Beman Dawes
|
8fb975b2b9
|
Fix inspect boo boos; mostly broken links
[SVN r43709]
|
2008-03-18 19:35:18 +00:00 |
|
Daniel James
|
ccd4bb4d5f
|
Point links to the pages that used to be in 'more' to the site.
[SVN r43210]
|
2008-02-10 15:02:17 +00:00 |
|
Beman Dawes
|
4ed2439686
|
Refresh examples, add example build script, reflect that in docs. Apply suggestions from Darren Cook.
[SVN r41500]
|
2007-11-30 16:44:23 +00:00 |
|
Beman Dawes
|
db7850787c
|
Bring docs more in line with reality:-)
[SVN r41095]
|
2007-11-14 20:05:30 +00:00 |
|
Beman Dawes
|
df5fb16c90
|
Initial commit. The starting point for the reference documentation is N1975, Filesystem Library Proposal for TR2 (Revision 3).
[SVN r40912]
|
2007-11-07 21:54:48 +00:00 |
|
Beman Dawes
|
39386598a7
|
Merge from RC_1_34_0. Fix broken links. Ticket #964
[SVN r37937]
|
2007-06-07 20:53:45 +00:00 |
|
Beman Dawes
|
0962427fa0
|
Switch docs to use TR2 proposal as reference document
[SVN r32677]
|
2006-02-06 21:55:15 +00:00 |
|
Beman Dawes
|
040c9372b3
|
Bring into sync with WG21/D1934=06-0004
[SVN r32532]
|
2006-02-03 20:59:04 +00:00 |
|
Beman Dawes
|
aac5f49666
|
is_file, file_flag -> is_regular, regular_flag per TR2 proposal
[SVN r32201]
|
2006-01-02 02:30:53 +00:00 |
|
Beman Dawes
|
d2f2371de4
|
Add predicate function overloads on status_flags (Suggested by Martin Adrian)
[SVN r32196]
|
2006-01-01 14:23:09 +00:00 |
|
Beman Dawes
|
b0c1471023
|
typo
[SVN r32177]
|
2005-12-28 18:17:51 +00:00 |
|
Beman Dawes
|
eeb34b7530
|
reflect i18n merge complete
[SVN r32080]
|
2005-12-16 16:51:23 +00:00 |
|
Beman Dawes
|
48d4335bfc
|
merge from i18n branch - at last!
[SVN r32079]
|
2005-12-16 16:40:35 +00:00 |
|
Douglas Gregor
|
73a225c9fc
|
Merged from 1.33.0 release
[SVN r30540]
|
2005-08-12 13:02:37 +00:00 |
|
Beman Dawes
|
0001235c07
|
Fix typo (Julio Vidal)
[SVN r27521]
|
2005-03-01 02:08:29 +00:00 |
|
Beman Dawes
|
a9d3109f01
|
fix typos (Julian Vidal)
[SVN r27508]
|
2005-02-26 01:58:30 +00:00 |
|
Beman Dawes
|
254e669b37
|
Add case of file_size cannot be determined to throws paragraph
[SVN r27086]
|
2005-02-03 22:47:45 +00:00 |
|
Beman Dawes
|
488a61c15b
|
Clarify what characters are permitted in names
[SVN r26750]
|
2005-01-19 21:41:21 +00:00 |
|
Beman Dawes
|
1c9e511f9c
|
Fix typos
[SVN r26433]
|
2004-12-06 01:16:47 +00:00 |
|
Beman Dawes
|
177383032b
|
fix equivalent() failures across subst Windows drives
[SVN r26317]
|
2004-11-26 19:35:17 +00:00 |
|