Beman Dawes
|
fc6d222bc4
|
Set warning level to -W4
[SVN r58192]
|
2009-12-06 16:53:20 +00:00 |
|
Vladimir Prus
|
121ad129f0
|
Fix Boost.Filesystem->Boost.System dependency for windows/shared.
[SVN r58028]
|
2009-11-29 10:03:34 +00:00 |
|
Troy D. Straszheim
|
6656351d2e
|
rm 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
[SVN r56942]
|
2009-10-17 02:07:38 +00:00 |
|
Beman Dawes
|
f0a2284419
|
Fix #3385, add test cases
[SVN r56139]
|
2009-09-10 17:25:20 +00:00 |
|
Troy D. Straszheim
|
d46ec2ea1c
|
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
|
2009-07-26 00:49:56 +00:00 |
|
Beman Dawes
|
594e0c5d8e
|
Filesystem: add basic_path::clear() to fix #3186, clear() missing
[SVN r54055]
|
2009-06-18 15:48:19 +00:00 |
|
Beman Dawes
|
0aaa65e768
|
Fix Filesystem #2925, copy_file atomiticity
[SVN r53073]
|
2009-05-17 15:55:46 +00:00 |
|
Beman Dawes
|
7bc9e5db73
|
Filesystem: fix #3008, improving namespace discipline to avoid naming conflicts with the C++0x std library.
[SVN r52922]
|
2009-05-11 19:51:44 +00:00 |
|
Beman Dawes
|
39a9f8a82b
|
filesystem tweaks
[SVN r52921]
|
2009-05-11 19:27:13 +00:00 |
|
Beman Dawes
|
0645bc1347
|
System, Filesystem: remove boost/detail/test_framework.hpp; use boost/detail/lightweight_test.hpp instead (Thanks to Peter Dimov for pointing this out)
[SVN r51966]
|
2009-03-25 12:11:47 +00:00 |
|
Beman Dawes
|
ae30e53a68
|
Filesystem: remove dependency on Boost.Test
[SVN r51959]
|
2009-03-24 15:33:31 +00:00 |
|
Beman Dawes
|
b917a12625
|
Fix #2725
[SVN r51931]
|
2009-03-23 11:30:54 +00:00 |
|
Beman Dawes
|
dff8252505
|
Filesystem: 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.
[SVN r50674]
|
2009-01-19 18:38:28 +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 |
|
Michael A. Jackson
|
7e43b381e4
|
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
|
2008-11-07 17:02:56 +00:00 |
|
Michael A. Jackson
|
5cde8da587
|
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
|
2008-11-01 13:15:41 +00:00 |
|
Beman Dawes
|
46b5d1377b
|
Add more error reporting at the create_directory() failure point that seems to be the first sign of test setup problems.
[SVN r49329]
|
2008-10-14 16:31:24 +00:00 |
|
Beman Dawes
|
55ba98b7b7
|
Filesystem: apply #2395 operations_test regression test fails on MSVC with STDCXX
[SVN r49275]
|
2008-10-11 12:28:21 +00:00 |
|
Beman Dawes
|
0a93531186
|
Add include <cwchar> in two place to fix ticket #2382
[SVN r49208]
|
2008-10-09 14:53:47 +00:00 |
|
Beman Dawes
|
f46a5d59c0
|
Remove redundant Jamfile <define>s
[SVN r49080]
|
2008-10-01 14:14:58 +00:00 |
|
Beman Dawes
|
e22eb55f69
|
Boost.Filesystem: change tests to define BOOST_FILESYSTEM_NO_DEPRECATED. Expand deprecated_test.
[SVN r48463]
|
2008-08-29 20:10:08 +00:00 |
|
Beman Dawes
|
01108afd29
|
Revert 'remove' changes inadvertently committed by 47006. Fully apply ticket #1972 'remove' fixes.
[SVN r48377]
|
2008-08-25 15:35:34 +00:00 |
|
Beman Dawes
|
42107efd12
|
Add deprecated_test to detect failures to provide legacy deprecated names
[SVN r48193]
|
2008-08-18 13:28:25 +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
|
c2f643bd6a
|
Rename boost_filesystem_msvc to msvc
[SVN r46842]
|
2008-06-29 10:52:58 +00:00 |
|
Beman Dawes
|
ba2d721a51
|
Rename vc++.boost.filesystem.sln to boost_filesystem.sln
[SVN r46841]
|
2008-06-29 10:35:48 +00:00 |
|
Beman Dawes
|
a9cfb5a5d6
|
rename vc++.boost.filesystem to boost_filesystem_msvc
[SVN r46831]
|
2008-06-28 21:39:04 +00:00 |
|
Beman Dawes
|
ccae58a2d6
|
Add VC++ 8.0 solution and projects to ease development work
[SVN r46750]
|
2008-06-26 22:04:49 +00:00 |
|
Beman Dawes
|
812d41ebcd
|
Add #includes to fix ticket #1589
[SVN r46482]
|
2008-06-18 16:02:51 +00:00 |
|
Beman Dawes
|
c27865d779
|
Boost.Exception now requires derivation from std::exception
[SVN r45834]
|
2008-05-27 20:46:13 +00:00 |
|
Beman Dawes
|
85509b2357
|
Fix ticket #1609
[SVN r45829]
|
2008-05-27 19:59:10 +00:00 |
|
John Maddock
|
d6a16ca075
|
Fix msvc warnings using new warning suppression header.
[SVN r44688]
|
2008-04-21 08:47:04 +00:00 |
|
Marshall Clow
|
dcbe9649c2
|
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
|
2008-04-02 01:42:32 +00:00 |
|
Beman Dawes
|
1a13f5612a
|
GetUserDefaultUILanguage isn't present for Cygwin, so disable use
[SVN r41106]
|
2007-11-15 14:36:40 +00:00 |
|
Beman Dawes
|
571fd79144
|
Add tests for, and fix, current_path overloading.
[SVN r41052]
|
2007-11-13 02:54:32 +00:00 |
|
Beman Dawes
|
d5a3d3449a
|
Mingw doesn't support GetUserDefaultUILanguage so set it to US English.
[SVN r40646]
|
2007-11-01 16:35:45 +00:00 |
|
Beman Dawes
|
95a689611b
|
Suppress message tests on Windows unless the language is US English
[SVN r40051]
|
2007-10-15 14:50:59 +00:00 |
|
Beman Dawes
|
3d66631267
|
Remove dependency on boost::bind so that tests will still work on broken compilers where bind fails.
[SVN r39652]
|
2007-10-02 16:30:04 +00:00 |
|
Beman Dawes
|
6a4f0b8dbb
|
Get rid of <runtime-link>static. Appears to cause problems on Sun and perhaps other Unix boxes.
[SVN r39561]
|
2007-09-27 00:22:16 +00:00 |
|
Beman Dawes
|
184a2518c5
|
Clear compiler warnings
[SVN r39520]
|
2007-09-25 13:45:52 +00:00 |
|
Beman Dawes
|
073c9dd27d
|
Eliminate Concept library use to reduce dependencies
[SVN r39465]
|
2007-09-21 20:57:44 +00:00 |
|
Beman Dawes
|
24d5955d88
|
Remove files after tests
[SVN r39365]
|
2007-09-18 15:37:36 +00:00 |
|
Beman Dawes
|
8486480555
|
Ha! Finally figured out how to shut off msvc exception switch warning.
[SVN r39187]
|
2007-09-11 02:05:58 +00:00 |
|
Beman Dawes
|
49f6e3cfd7
|
Merge system and filesystem branches, bringing them in sync with N2415. Several filesystem bugs fixed, and current_path setter added.
[SVN r39173]
|
2007-09-09 14:59:10 +00:00 |
|
Vladimir Prus
|
c1840ee23f
|
Remove V1 Jamfiles
[SVN r38516]
|
2007-08-08 19:02:26 +00:00 |
|
Beman Dawes
|
e7b1456dee
|
v1 and v2 Jamfiles now present and working
[SVN r35890]
|
2006-11-07 02:20:47 +00:00 |
|
Beman Dawes
|
2045be22d6
|
Bring into compliance with N2066, TR2 Diagnostics Enhancements. Tests passing on Win32, Linux, on most modern compilers.
[SVN r35823]
|
2006-11-03 16:57:30 +00:00 |
|
Beman Dawes
|
c4a2f640a1
|
Use non-member what() for exception display on -t option
[SVN r33276]
|
2006-03-09 03:26:45 +00:00 |
|