Beman Dawes
622f09e390
Tentative fix for 1578
...
[SVN r63414]
2010-06-28 20:37:58 +00:00
Beman Dawes
e98a497ad9
Delete file before starting tests, to create more reliable test environment. Always start tests with output, to avoid race condition on a few systems.
...
[SVN r63412]
2010-06-28 18:39:03 +00:00
Beman Dawes
a20f1ed674
Fix old Dinkumware without file stream wchar_t overloads
...
[SVN r63406]
2010-06-28 14:40:40 +00:00
Beman Dawes
440841e5c7
Use "funny" codecvt facet instead of UTF-8 to detect failures on systems that default to UTF-8. Fix generic_string bug with codecvt argument.
...
[SVN r63400]
2010-06-27 20:41:08 +00:00
Beman Dawes
9e4bb82e27
Add msvc 10 solution and projects
...
[SVN r63373]
2010-06-27 01:21:25 +00:00
Beman Dawes
90e64cc714
Correct macro dispaly
...
[SVN r63368]
2010-06-26 19:46:07 +00:00
Beman Dawes
4de26aa424
Fix test missing cvt argument. Add debugging output in case that doesn't fix problem.
...
[SVN r63366]
2010-06-26 19:06:58 +00:00
Beman Dawes
22b3c4fce1
fix path_unit_test wrong assumption about what characters system's default locale codecvt facet can accept
...
[SVN r63296]
2010-06-24 20:16:30 +00:00
Beman Dawes
4564459e77
Document path::codecvt_type arguments
...
[SVN r63285]
2010-06-24 15:02:30 +00:00
Beman Dawes
42c23163cd
Provide const codecvt& arguments for all applicable class path functions
...
[SVN r63283]
2010-06-24 11:10:37 +00:00
Beman Dawes
8ab8021270
Workaround for IBM, old GCC, and other non-conforming compilers.
...
[SVN r63226]
2010-06-22 10:56:51 +00:00
Beman Dawes
72a608b0ba
Avoid deprecated name
...
[SVN r63215]
2010-06-22 01:41:30 +00:00
Beman Dawes
4e047ed0fd
Fix #4269 . A better solution is for the user to move to version 3, which has a new tutorial.
...
[SVN r63186]
2010-06-21 13:22:45 +00:00
Beman Dawes
152886d0f8
Fix #4248 W.R.T. BOOST_FILESYSTEM_NO_DEPRECATED and BOOST_SYSTEM_NO_DEPRECATED
...
[SVN r63185]
2010-06-21 13:13:20 +00:00
Daniel James
c57c1511c7
Move minimal.css to doc/src.
...
[SVN r63148]
2010-06-20 18:02:14 +00:00
Beman Dawes
998233d767
Use boost::io::quoted I/O manipulator as a better solution to embedded spaces. See #3863
...
[SVN r63136]
2010-06-20 13:41:26 +00:00
Beman Dawes
77b673eba7
Add missing #include <locale>
...
[SVN r63025]
2010-06-16 20:13:00 +00:00
Beman Dawes
6e69563ab7
Reorder code to workaround clang problem (Chris Jefferson)
...
[SVN r62976]
2010-06-15 15:40:04 +00:00
Beman Dawes
c6f8f3dada
Fix Apple breakage caused by moving utf8_codecvt_facet.hpp
...
[SVN r62936]
2010-06-14 17:40:50 +00:00
Beman Dawes
9234a778cd
Fix #3863 , stream I/O with space in named failed to roundtrip
...
[SVN r62919]
2010-06-13 17:33:39 +00:00
Beman Dawes
2e780aa7bb
Merge branches/filesystem3. Supplies single library supporting both Version 2 and Version 3.
...
[SVN r62912]
2010-06-13 16:18:16 +00:00
Beman Dawes
2e312c936c
Remove duplicate macro displays
...
[SVN r62906]
2010-06-13 14:15:02 +00:00
Beman Dawes
ad2cbcc987
Fix symbol visibility problem causing Linux/GCC test failures
...
[SVN r62890]
2010-06-13 01:38:46 +00:00
Beman Dawes
9d1cd71b5a
Fix #3241
...
[SVN r62876]
2010-06-12 20:44:23 +00:00
Beman Dawes
e82bfa1971
Still trying to reverse mistaken rename
...
[SVN r62817]
2010-06-11 20:38:11 +00:00
Beman Dawes
d9a9c6385f
Massage msvc folder names
...
[SVN r62816]
2010-06-11 20:31:32 +00:00
Beman Dawes
32df319d03
Update msvc solutions
...
[SVN r62815]
2010-06-11 20:26:51 +00:00
Beman Dawes
a2435d9853
Preliminary doc updates
...
[SVN r62794]
2010-06-11 11:23:38 +00:00
Beman Dawes
a24b21a169
All tests passing on Windows, gcc + msvc. Changed convenience_test to eliminate chance of test directory name race condition when multiple tests run together.
...
[SVN r62767]
2010-06-10 21:02:31 +00:00
Beman Dawes
7922c919d8
V2 tests added. All tests passing on at least one compiler, none passing on all compilers
...
[SVN r62759]
2010-06-10 20:02:39 +00:00
Beman Dawes
ea03205dd3
All V3 tests passing
...
[SVN r62704]
2010-06-10 01:03:56 +00:00
Beman Dawes
98d00b2e88
Add Build and Test support. Build is working, a few tests are working.
...
[SVN r62662]
2010-06-09 15:07:03 +00:00
Beman Dawes
3b51e980ae
Initial source code changes to achieve integration
...
[SVN r62659]
2010-06-09 14:05:57 +00:00
Beman Dawes
7392b5361a
Rename files to workaround Visual Studio build system bug.
...
[SVN r62658]
2010-06-09 13:56:58 +00:00
Beman Dawes
b363f564d4
Remove unused file and directory
...
[SVN r62655]
2010-06-09 13:13:11 +00:00
Beman Dawes
fa515c07f5
Move files into new v2 + v3 directory structure
...
[SVN r62653]
2010-06-09 13:00:15 +00:00
Beman Dawes
956d6df7a5
v2, v3, integration branch
...
[SVN r62649]
2010-06-09 11:34:33 +00:00
Beman Dawes
d188bf7ee5
Backward compatibility tweaks
...
[SVN r62433]
2010-06-04 20:24:40 +00:00
Beman Dawes
0a8816cf15
Clarify docs driven by comments from Daniel James.
...
[SVN r62428]
2010-06-04 16:17:31 +00:00
Beman Dawes
a93d7c5c5c
Simply macro configuration for deprecated names, features. Make more deprecated features and names available.
...
[SVN r62420]
2010-06-03 23:51:04 +00:00
Beman Dawes
8119ff566e
Add bash scripts to change versions
...
[SVN r62377]
2010-06-02 12:12:49 +00:00
Beman Dawes
92af973be2
Add docs and scripts for dual version support.
...
[SVN r62369]
2010-06-01 14:38:37 +00:00
Beman Dawes
ba4aaf3039
Initial version 3 commit, from sandbox filesystem-v3 at revision 62344
...
[SVN r62345]
2010-05-31 15:29:20 +00:00
Beman Dawes
5ec8feee40
Reflect changeset 62331 macro changes in docs
...
[SVN r62341]
2010-05-31 11:55:30 +00:00
Beman Dawes
91715967a5
Upgrade system and filesystem to conform system_category and generic_category interface to N3090, the current C++0x working paper, section 19.5, System error support.
...
Refactor API macros into a new header, boost/system/api_config.hpp.
Prohibit user definition of API macros. Rationale: ensure all translation units use same definitions, cut number of environments that need to be tested.
[SVN r62313]
2010-05-30 15:38:32 +00:00
Beman Dawes
c855c033b6
Fix #3962
...
[SVN r62220]
2010-05-25 23:47:37 +00:00
Beman Dawes
012d1d3b75
Fix #3910
...
[SVN r62219]
2010-05-25 23:33:39 +00:00
Beman Dawes
ac5729f7fe
Fix #3867 , both for ERROR_NOT_READY and ERROR_INVALID_DRIVE. These happen when CD/DVD drive has no disc and USB card reader has no card, respectively.
...
[SVN r62218]
2010-05-25 23:18:13 +00:00
Beman Dawes
7aed6d4ed7
Use new symbol visibility macros
...
[SVN r62203]
2010-05-25 16:15:01 +00:00
Beman Dawes
193583fe1f
Apply fix #4237 uniformly to all shared builds, in the hope that this same problem is what is causing failures on IBM and Sun platforms. Believed to be harmless on platforms where it isn't needed.
...
[SVN r62179]
2010-05-24 19:26:26 +00:00