b5dd289799Remove test that fails if Windows Explorer with TortoiseGit plug-in is running. Suspect TGitCache process is briefly delaying some effects of file deletion.
Beman
2014-07-23 09:52:36 -0400
98b29a72e5Fix-up of prior merge conflict resolution from develop.
Beman
2014-07-23 09:39:26 -0400
99a94662b2Merge branch 'develop' into ts-develop
Beman
2014-07-22 20:55:58 -0400
07baa588e5Update release history.
Beman
2014-07-22 17:07:31 -0400
5b0beaa91fFix test code that failed on dangling symlink left by prior test
beman
2014-07-20 18:17:35 -0400
040be88815Rework the recursive_directory_iterator::increment function to always make progress, even when errors occur.
Beman
2014-07-20 16:44:28 -0400
2774f0e927Merge comments from abandoned revision; they were helpful even though the code changes were premature.
Beman
2014-07-20 09:31:06 -0400
ecce3f06d7Revert "Merge branch 'avdv-fix-5403' into develop"
Beman
2014-07-20 09:15:17 -0400
ff1eef7670Update test to reflect the recursive_directory_iterator::increment invariant to be added that progress is always made, allowing loops to terminate even if errors occur.
Beman
2014-07-20 09:01:53 -0400
eaa5f27fc1Merge branch 'avdv-fix-5403' into develop
Beman
2014-07-19 14:42:08 -0400
7f5b610827Fix typo
Jonathan Wakely
2014-07-16 19:46:40 +0100
514f8d33e2Tweak spacing for test reporting.
Beman
2014-07-16 08:59:44 -0400
6ed4c4f6f7Apply Christian Hammerl's fix for tickets 9683 and 10187. Supply test cases that should work for both POSIX and Windows. Tested with fix commented out to verify test cases do detect the problem.
Beman
2014-07-16 08:48:44 -0400
065f7b7948Fix linking and namespace boo boos. All test/msvc/filesystem.sln tests now pass.
Beman
2014-07-10 15:21:02 -0400
7f7769d16dDocument the reimplementation of path::codecvt() and path::imbue(), adding a section on path usage concerns.
Beman Dawes
2013-02-21 14:27:10 +0000
f74de6c268Revert mutex locking attempt. VC++ static builds failed in the C runtime because Microsoft staticly initializes some stuff that should be dynamically initialized.
Beman Dawes
2013-02-19 21:09:10 +0000
5fa8879e0bCurrent state of development.
Beman Dawes
2013-02-19 21:08:41 +0000
ce4dcdac91Add locale_mutex to prevent race condition within path_locale(), either during initialization or use.
Beman Dawes
2013-02-19 21:08:14 +0000
5311e8139dAfter path.cpp mess cleanup but before adding mutex
Beman Dawes
2013-02-19 21:07:52 +0000
842f91ada2Revert mutex locking attempt. VC++ static builds failed in the C runtime because Microsoft staticly initializes some stuff that should be dynamically initialized.
Beman Dawes
2013-02-19 21:06:16 +0000
78646135ebCurrent state of development.
Beman Dawes
2013-02-19 21:05:47 +0000
15491b6fcfSystem/FileSystem/Asio/Thread: ref #7278 Added noexcept to Boost.System to conform with C++11
Vicente J. Botet Escriba
2012-12-09 14:47:39 +0000
08c11663d9Fix#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().
Beman Dawes
2012-08-28 12:57:02 +0000
6f223a28edRemove spurious path::make_absolute() signature from synopsis - it was removed from class path in 2010 in favor of absolute() non-member operational function.
Beman Dawes
2012-08-23 21:07:23 +0000
199263ee6eMerge from trunk.
Beman Dawes
2012-08-13 12:49:12 +0000
1170b12166Generate unique name for operation_test directory. This prevents tests failures if static and shared tests happen to run in parallel.
Beman Dawes
2012-07-26 12:54:58 +0000
fecf830577doc/src work in progress
Beman Dawes
2012-07-17 12:04:33 +0000
bd2c313ec2Continue work on docs, including description of C++11 strategy.
Beman Dawes
2012-07-16 18:46:18 +0000
0cf17cf1caDoc sources work in progress
Beman Dawes
2012-07-16 17:13:05 +0000
6d73e629b8Fix#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.
Beman Dawes
2012-07-13 21:02:36 +0000
999ab2ff4bFix a Linux fchmodat problem affecting symlink permissions reported during discussion of 6659. Patch supplied by Duncan Exon Smith. Does not fix the original problem.
Beman Dawes
2012-07-13 19:43:33 +0000
119447d8c1Add a #error if NDEBUG is defined.
Beman Dawes
2012-07-13 12:56:36 +0000
d5328e4d05Add a directory for issues related test programs.
Beman Dawes
2012-07-13 12:28:08 +0000
bb0fe7585cAdd BOOST_FOREACH support. Correct C++11 range-based for statement enabler signatures. Improve test coverage. Clears feature requests #5896 and #6521.
Beman Dawes
2012-07-12 13:53:17 +0000
af67382a81Add directory_iterator and recursive_directory_iterator free functions begin and end so that these iterators can be used with range-based for statements.
Beman Dawes
2012-07-10 21:17:20 +0000
13389f33c9Work on conformance, standardese, and ISO trademark issues.
Beman Dawes
2012-07-08 21:31:34 +0000
4ae83b8570Fix link to wrong ticket.
Beman Dawes
2012-06-18 11:43:00 +0000
6115c31640Filesystem: 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.
Beman Dawes
2012-04-22 15:07:08 +0000
e60403e17cSummary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utfâ¦â¦8_codecvt_facet.ipp Author: Dave Abrahams <dave@boostpro.com>
Dave Abrahams
2012-04-21 22:36:59 +0000
4d8dd5055dSummary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf8_codecvt_facet.ipp Author: Dave Abrahams <dave@boostpro.com>
Dave Abrahams
2012-04-19 18:19:20 +0000
221b7cf7c6Filesystem: 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.
Beman Dawes
2012-04-19 12:45:42 +0000
4733286580Filesystem: Initial commit of template for bug report test cases
Beman Dawes
2012-04-18 21:54:32 +0000
0662681e3aAdd mention of "and others" whose names I can't recall.
Beman Dawes
2012-04-18 14:48:05 +0000