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
8fb975b2b9
Fix inspect boo boos; mostly broken links
...
[SVN r43709]
2008-03-18 19:35:18 +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
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
Rene Rivera
9f4db62f67
Remove redundant reference to system library. It causes double linking when used indirectly through filesystem. Which can lead to double linking incompatible variants when a specific filesystem variant is requested.
...
[SVN r41118]
2007-11-15 22:05:15 +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
db7850787c
Bring docs more in line with reality:-)
...
[SVN r41095]
2007-11-14 20:05:30 +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
61a5c62287
Clarify comment
...
[SVN r40932]
2007-11-08 14:25:09 +00:00
Beman Dawes
df5fb16c90
Initial commit. The starting point for the reference documentation is N1975, Filesystem Library Proposal for TR2 (Revision 3).
...
[SVN r40912]
2007-11-07 21:54:48 +00:00
Beman Dawes
6576b1c0df
Copyright and/or License cleanup
...
[SVN r40890]
2007-11-07 16:08:09 +00:00
Beman Dawes
6fbd106e94
Add copyright and license
...
[SVN r40767]
2007-11-05 02:34:04 +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
8d845ad07a
Enable the XPG-compliant version of readdir_r() on AIX. Merged from 1.34.1.
...
[SVN r40640]
2007-11-01 15:23:06 +00:00
Beman Dawes
fbb5d8650b
Treat Windows ERROR_SHARING_VIOLATION as an existing file of unknown type. Fixes ticket #897
...
[SVN r40630]
2007-10-31 22:01:58 +00:00
Vladimir Prus
5bc47254c6
Make sure every library can be installed by using
...
bjam stage|install
in libs/<library>/build.
[SVN r40475]
2007-10-26 09:04:25 +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
Rene Rivera
e236cd76f7
Add usage dependency on system library.
...
[SVN r40021]
2007-10-14 17:54:28 +00:00
Beman Dawes
1f6c3faa8b
Appy Godegear patches from Nicola Musatti. Ticket #1304
...
[SVN r39772]
2007-10-07 21:59:46 +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
cf38bdb506
Win64 returns ERROR_BAD_PATHNAME for //nosuch, while Win32 returns ERROR_BAD_NETPATH
...
[SVN r39556]
2007-09-26 18:11:27 +00:00
Beman Dawes
85ed046d40
Turns out the --dep_name errors were due to functions in the wrong namespace (Chris Kohlhoff)
...
[SVN r39553]
2007-09-26 17:48:27 +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
K. Noel Belcourt
5f16d793c5
Undo patch of operations.hpp, Sgi wants this fix
...
but it causes svn trunk to break.
[SVN r39379]
2007-09-19 01:46:11 +00:00
K. Noel Belcourt
805d22c9f3
Remove unnecessary overhead in execunix.c related to
...
the timeout implementation. Also removed unused variables
as diagnosed by the Sgi (mipspro) compiler.
Fixed const-correctness error in operations.hpp that
Sgi complained about.
There's no strerror_r function on Irix 6.5 so I replaced
it with a strerror call.
With these changes, I can now build process jam log and
start running Sgi tests.
[SVN r39378]
2007-09-18 22:46:26 +00:00
Beman Dawes
24d5955d88
Remove files after tests
...
[SVN r39365]
2007-09-18 15:37:36 +00:00
Beman Dawes
092e3ce2fb
Add usage-requirements. See comment in file.
...
[SVN r39254]
2007-09-14 01:58:20 +00:00