Commit Graph

1414 Commits

Author SHA1 Message Date
Beman Dawes
d4cf58b548 Filesystem: update docs release history.
[SVN r49473]
2008-10-28 11:47:24 +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
463161897a Filesystem: merge from trunk
[SVN r49317]
2008-10-13 14:55:34 +00:00
Beman Dawes
33487a8aeb Filesystem: add macros and deprecated names sections to docs
[SVN r49316]
2008-10-13 14:30:47 +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
e2cd046fde Filesystem: ticket #2176.
[SVN r49209]
2008-10-09 15:01:27 +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
9a3052e452 Filesystem; clear ticket #2168
[SVN r49085]
2008-10-01 15:50:44 +00:00
Beman Dawes
abf6fecd65 Apply filesystem patches from ticket #2352
[SVN r49081]
2008-10-01 14:21:19 +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
bfe1453fe4 Fix boost/filesystem/convenience.hpp bug; fully remove deprecated features
[SVN r48462]
2008-08-29 20:06:23 +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
b4c278776a Provide deprecated functions has_branch_path and has_leaf, inadvertently omitted from 1.36.0
[SVN r48374]
2008-08-25 12:25:34 +00:00
Daniel James
2e0cb656a4 Fix a character encoding error.
[SVN r48235]
2008-08-19 22:26:43 +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
5c6536a9f3 Restore deprecated basic_directory_entry names inadvertently removed
[SVN r48192]
2008-08-18 13:23:10 +00:00
Daniel James
514e456e89 A couple of small documentation fixes.
Merged revisions 47952,47958 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r47952 | danieljames | 2008-08-03 09:52:03 +0100 (Sun, 03 Aug 2008) | 1 line
  
  Fix links to the test documentation.
........
  r47958 | danieljames | 2008-08-03 11:19:33 +0100 (Sun, 03 Aug 2008) | 1 line
  
  Fix a couple of character encoding errors.
........


[SVN r47982]
2008-08-05 04:43:35 +00:00
Daniel James
3358346eff Fix a couple of character encoding errors.
[SVN r47958]
2008-08-03 10:19:33 +00:00
Beman Dawes
60a1930821 Clear gcc shadow problems (Grant Erickson)
[SVN r47923]
2008-08-01 00:00:58 +00:00
Beman Dawes
493dce3d98 Merge accumulated changes from trunk
[SVN r47299]
2008-07-11 01:16:21 +00:00
Beman Dawes
f58c3cd871 fix posix_remove() return
[SVN r47186]
2008-07-07 13:09:09 +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
c0fb9a7e21 Fix ticket #1971, remove_all not documented
[SVN r46881]
2008-06-30 02:06:28 +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
c3d20c1c44 fix header name
[SVN r46807]
2008-06-28 13:20:58 +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
ec6cad0b79 Clear gcc shadow warnings (Gordon Magnusson), fixing ticket #1770
[SVN r46680]
2008-06-25 14:43:31 +00:00
Beman Dawes
812d41ebcd Add #includes to fix ticket #1589
[SVN r46482]
2008-06-18 16:02:51 +00:00
Beman Dawes
5a43bcd288 Add #include <cwchar> to fix ticket #1589
[SVN r46481]
2008-06-18 15:55:53 +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
Beman Dawes
583f944e67 Remove exception.cpp
[SVN r45826]
2008-05-27 17:49:17 +00:00
John Maddock
6459f72371 Fix broken URL.
[SVN r44972]
2008-05-01 11:51:39 +00:00
Beman Dawes
863f208115 Fix #1858, typo in non-member operators table
[SVN r44752]
2008-04-24 20:29:08 +00:00
John Maddock
d6a16ca075 Fix msvc warnings using new warning suppression header.
[SVN r44688]
2008-04-21 08:47:04 +00:00
Beman Dawes
5cebe06acb replace_extension -> change_extension name fix [Lothar May]
[SVN r44606]
2008-04-19 21:13:59 +00:00
Hartmut Kaiser
89839af509 Wave: 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.
[SVN r44381]
2008-04-13 22:39:12 +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
8aac46b5a8 Fix inspect boo boos; mostly broken links
[SVN r43710]
2008-03-18 19:52:58 +00:00
Beman Dawes
8fb975b2b9 Fix inspect boo boos; mostly broken links
[SVN r43709]
2008-03-18 19:35:18 +00:00
Daniel James
19d7ba1dd8 Merged revisions 43206,43208-43213 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix some broken links.
........
  r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Link to people pages on the website, as they've been removed from the download.
........
  r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Point links to the pages that used to be in 'more' to the site.
........
  r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix links on the home page as well.
........
  r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Generated documentation which is no longer generated.
........


[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
ccd4bb4d5f Point links to the pages that used to be in 'more' to the site.
[SVN r43210]
2008-02-10 15:02:17 +00:00
Beman Dawes
076a56f25d Merge latest trunk
[SVN r42032]
2007-12-14 15:22:49 +00:00
Beman Dawes
4ed2439686 Refresh examples, add example build script, reflect that in docs. Apply suggestions from Darren Cook.
[SVN r41500]
2007-11-30 16:44:23 +00:00
Beman Dawes
959dfd8ab7 clear # 1230, mbstate uninitialized
[SVN r41357]
2007-11-25 15:08:28 +00:00