Commit Graph

19 Commits

Author SHA1 Message Date
Beman Dawes
5e72f795c6 Merge changes from https://github.com/Beman/filesystem. Important changes include fix for serious Windows reparse point bug, code cleanup, reference doc fixes and addition of missing functions, and the addition of symlink_option for recursive_directory_iterator.
[SVN r68837]
2011-02-13 15:02:27 +00:00
Beman Dawes
880c8ae8ec fix status() to report non-symlink reparse point correctly.
[SVN r67599]
2011-01-02 22:06:26 +00:00
Beman Dawes
d65642912c Clear several GCC 4.6 warnings. Change V2 code to use BOOST_THROW_EXCEPTION.
[SVN r67577]
2011-01-02 16:49:28 +00:00
Beman Dawes
cb884cd6e1 Fix #4930, add V3 test case to detect any future regression
[SVN r67067]
2010-12-06 14:03:23 +00:00
Beman Dawes
fa169c3af8 Fix #4891, again, clearing problem if BOOST_FILESYSTEM_VERSION defined in <boost/config/user.hpp>
[SVN r67066]
2010-12-06 13:17:45 +00:00
Beman Dawes
f1283aa604 For POSIX temp_directory_path, if none of environmental variables are found, try "/tmp".
[SVN r66038]
2010-10-17 12:54:26 +00:00
Beman Dawes
bdc335d937 Add temp_directory_path function, contributed by Jeff Flinn. Many thanks to Jeff for the complete implementation, with tests and documentation!
[SVN r66028]
2010-10-16 21:03:43 +00:00
Beman Dawes
96b47a3f63 POSIX fix missed in prior commit
[SVN r65954]
2010-10-14 13:42:29 +00:00
Beman Dawes
dffd55a868 Fix #4663, filesystem objects falsely identified as symlinks. operations_test.cpp refactored and various symlink related tests added. Fixes to bugs found as a result, in addition to the 4663 bug.
[SVN r65916]
2010-10-11 20:22:02 +00:00
Beman Dawes
47c7ac4699 Fix #4799. The same bug occurred in three places. One of these may have been the source of reported problems with remove_all. Several other problems in documentation and tests were also found and will be addressed separately.
[SVN r65765]
2010-10-05 16:55:19 +00:00
Beman Dawes
91b24db22c Fixes for libraries not supporting wide character strings: correct existing V2 workarounds (thanks to John Maddock), V3 library components null compile if no support, #error earlier and in more files if using V3 with unsupported library.
[SVN r64623]
2010-08-05 21:27:55 +00:00
Beman Dawes
57d282b1d5 Network paths have root names even on POSIX
[SVN r63529]
2010-07-02 19:30:49 +00:00
Beman Dawes
419cf13dd2 Revert to absolute() being an operations free function, and provide semantics for the Windows case where the base argument was not absolute.
[SVN r63524]
2010-07-02 17:04:20 +00:00
Beman Dawes
afd765597b Revert Sun changes - they weren't helping
[SVN r63416]
2010-06-28 21:20:45 +00:00
Beman Dawes
7b2e255d6c Fix typo
[SVN r63415]
2010-06-28 20:49:50 +00:00
Beman Dawes
622f09e390 Tentative fix for 1578
[SVN r63414]
2010-06-28 20:37:58 +00:00
Beman Dawes
152886d0f8 Fix #4248 W.R.T. BOOST_FILESYSTEM_NO_DEPRECATED and BOOST_SYSTEM_NO_DEPRECATED
[SVN r63185]
2010-06-21 13:13:20 +00:00
Beman Dawes
3b51e980ae Initial source code changes to achieve integration
[SVN r62659]
2010-06-09 14:05:57 +00:00
Beman Dawes
fa515c07f5 Move files into new v2 + v3 directory structure
[SVN r62653]
2010-06-09 13:00:15 +00:00