Beman
|
898c8c5265
|
Update release history.
|
2014-10-24 12:12:37 -04:00 |
|
Beman
|
245341aaa9
|
Update release history.
|
2014-08-17 15:40:56 -04:00 |
|
Beman
|
5229dd663e
|
9054 and 10228 are now closed.
|
2014-08-07 16:45:40 -04:00 |
|
Beman
|
8ef629c906
|
Add __OpenBSD__ to the operating systems that "expect their string parameters to be in UTF-8 encoding and nothing else." Fixes #8352
|
2014-08-06 12:24:44 -04:00 |
|
Beman
|
5bab05c87b
|
git checkout --patch ts-develop doc/tickets.html
|
2014-08-06 08:21:06 -04:00 |
|
Beman
|
6512ae2ced
|
Initial commit before merge from ts-develop.
|
2014-08-06 08:07:16 -04:00 |
|
Beman
|
750a82e20d
|
Revert "Merge branch 'develop' of github.com:boostorg/filesystem into develop"
This reverts commit 4610afc49e , reversing
changes made to 6623bde4fe .
|
2014-08-05 09:16:57 -04:00 |
|
Beman
|
3a31219974
|
Add issue tracking doc to aid followup.
|
2014-08-02 12:01:10 -04:00 |
|
Beman
|
cc99cc6ceb
|
Merge branch 'develop' into ts-develop
|
2014-07-31 17:24:34 -04:00 |
|
Beman
|
d774842f39
|
Initial directory junction support. See release_history.html
|
2014-07-25 11:00:54 -04:00 |
|
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
|
99a94662b2
|
Merge branch 'develop' into ts-develop
Conflicts:
include/boost/filesystem/operations.hpp
test/operations_test.cpp
|
2014-07-22 20:55:58 -04:00 |
|
Beman
|
07baa588e5
|
Update release history.
|
2014-07-22 17:07:31 -04:00 |
|
Beman
|
0b1ae05ac0
|
Use do_list to keep track of progress.
|
2014-06-01 15:00:35 -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
|
60e765873f
|
Doc fixes
[SVN r80613]
|
2012-09-21 12:57:40 +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
|
6f223a28ed
|
Remove spurious path::make_absolute() signature from synopsis - it was removed from class path in 2010 in favor of absolute() non-member operational function.
[SVN r80163]
|
2012-08-23 21:07:23 +00:00 |
|
Beman Dawes
|
2b74b1a45e
|
Add missing copy_directory semantics. Fixes #5879
[SVN r79946]
|
2012-08-09 12:59:34 +00:00 |
|
Beman Dawes
|
fecf830577
|
doc/src work in progress
[SVN r79574]
|
2012-07-17 12:04:33 +00:00 |
|
Beman Dawes
|
bd2c313ec2
|
Continue work on docs, including description of C++11 strategy.
[SVN r79566]
|
2012-07-16 18:46:18 +00:00 |
|
Beman Dawes
|
0cf17cf1ca
|
Doc sources work in progress
[SVN r79564]
|
2012-07-16 17:13:05 +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
|
13389f33c9
|
Work on conformance, standardese, and ISO trademark issues.
[SVN r79372]
|
2012-07-08 21:31:34 +00:00 |
|
Beman Dawes
|
4ae83b8570
|
Fix link to wrong ticket.
[SVN r78979]
|
2012-06-18 11:43:00 +00:00 |
|
Beman Dawes
|
3996679b2b
|
Fix reference title, proposal title, doc boilerplate
[SVN r78799]
|
2012-06-02 16:28:25 +00:00 |
|
Beman Dawes
|
ede84eefd7
|
Filesystem: Further fixes for #6932. Clarify docs. Add test cases.
[SVN r78747]
|
2012-05-29 15:53:02 +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
|
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 |
|