e7636c26bcFilesystem: Fix#3528. Return type is bool.
Beman Dawes
2009-11-10 19:45:47 +0000
6656351d2erm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
1f27355719rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
f0a2284419Fix#3385, add test cases
Beman Dawes
2009-09-10 17:25:20 +0000
d46ec2ea1cCopyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
54cdfd14faMerge from trunk
Beman Dawes
2009-07-23 15:32:02 +0000
12244b6d43Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
a9ef12ad33Filesystem: fix#3172, ECV++ 9 missing <sys/utime.h>. The fix applied was to include <ctime> instead. This is the correct header; the previous song-and-dance was workaround on top of workaround from years ago. This change will break any Windows libraries that don't provide <ctime>, but if that happens workarounds specific to those libraries can be added. That's better than cluttering up the code with workarounds no longer needed.
Beman Dawes
2009-06-17 22:50:10 +0000
3c5f963a54fix doc example typo
Beman Dawes
2009-05-17 18:13:06 +0000
0645bc1347System, Filesystem: remove boost/detail/test_framework.hpp; use boost/detail/lightweight_test.hpp instead (Thanks to Peter Dimov for pointing this out)
Beman Dawes
2009-03-25 12:11:47 +0000
ae30e53a68Filesystem: remove dependency on Boost.Test
Beman Dawes
2009-03-24 15:33:31 +0000
dff8252505Filesystem: path operator==, !=; use string comparison rather than !(lhs < rhs) && !(rhs < lhs) because the result is the same yet the direct string compare is much more efficient than operator<, which uses lexicographical_compare.
Beman Dawes
2009-01-19 18:38:28 +0000
cbe888750dFilesystem: merge from trunk
Beman Dawes
2009-01-19 14:10:41 +0000
83fd6d4c42Filesystem: fix native(name) test failures on POSIX
Beman Dawes
2009-01-12 16:57:52 +0000
0bd0323239Filesystem: fix#1840, including adding test cases and updating docs
Beman Dawes
2009-01-11 16:50:06 +0000
17f2e28fefFilesystem: fix#2542, wrong close 0 descriptor in copy_file_api on unix
Beman Dawes
2008-11-30 02:49:13 +0000
7e43b381e4Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
5cde8da587Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
e87b6c86f4Filesystem: merge recent and missed changes from trunk
Beman Dawes
2008-10-31 01:13:31 +0000
d4cf58b548Filesystem: update docs release history.
Beman Dawes
2008-10-28 11:47:24 +0000
46b5d1377bAdd more error reporting at the create_directory() failure point that seems to be the first sign of test setup problems.
Beman Dawes
2008-10-14 16:31:24 +0000
463161897aFilesystem: merge from trunk
Beman Dawes
2008-10-13 14:55:34 +0000
33487a8aebFilesystem: add macros and deprecated names sections to docs
Beman Dawes
2008-10-13 14:30:47 +0000
55ba98b7b7Filesystem: apply #2395 operations_test regression test fails on MSVC with STDCXX
Beman Dawes
2008-10-11 12:28:21 +0000
fb65347b54After 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.
Beman Dawes
2008-07-07 12:20:04 +0000
001c15dd32Rename is_regular() to is_regular_file
Beman Dawes
2008-07-06 12:10:42 +0000
3ee73a0df7Partial resolution of ticket #1972; remove() issues for POSIX are cleared. Added regression test cases covering self-reference and cyclic symlinks.
Beman Dawes
2008-07-02 21:05:54 +0000
89839af509Wave: Updated to use new Spirit Classic library structure and namespace. Lots' of minor changes and adjustments. Switched version to 2.0 since this version is not backwards compatible anymore with earlier versions.
Hartmut Kaiser
2008-04-13 22:39:12 +0000
dcbe9649c2Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
Marshall Clow
2008-04-02 01:42:32 +0000