Beman Dawes
|
a14be77483
|
Fix #3551 for Windows Mobile
[SVN r58193]
|
2009-12-06 16:55:44 +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
|
68168bc676
|
Filesystem: fix #3509
[SVN r56616]
|
2009-10-06 12:32:46 +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
|
a9ef12ad33
|
Filesystem: 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.
[SVN r54032]
|
2009-06-17 22:50:10 +00:00 |
|
Beman Dawes
|
0aaa65e768
|
Fix Filesystem #2925, copy_file atomiticity
[SVN r53073]
|
2009-05-17 15:55:46 +00:00 |
|
Beman Dawes
|
ca156ad712
|
Workaround: Sun compiler on Linux dirent.h defines _DIRENT_HAVE_D_TYPE but expected macros not present
[SVN r52420]
|
2009-04-16 14:51:55 +00:00 |
|
Beman Dawes
|
0858d28868
|
Filesystem: fix #1452
[SVN r52383]
|
2009-04-14 13:27:44 +00:00 |
|
Beman Dawes
|
b917a12625
|
Fix #2725
[SVN r51931]
|
2009-03-23 11:30:54 +00:00 |
|
Beman Dawes
|
be7290da56
|
Filesystem: Fix #2531 by applying suggested patch
[SVN r50562]
|
2009-01-13 13:30:07 +00:00 |
|
Beman Dawes
|
83fd6d4c42
|
Filesystem: fix native(name) test failures on POSIX
[SVN r50555]
|
2009-01-12 16:57:52 +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 |
|
Beman Dawes
|
17f2e28fef
|
Filesystem: fix #2542, wrong close 0 descriptor in copy_file_api on unix
[SVN r50033]
|
2008-11-30 02:49:13 +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
|
e2cd046fde
|
Filesystem: ticket #2176.
[SVN r49209]
|
2008-10-09 15:01:27 +00:00 |
|
Beman Dawes
|
9a3052e452
|
Filesystem; clear ticket #2168
[SVN r49085]
|
2008-10-01 15:50:44 +00:00 |
|
Beman Dawes
|
f58c3cd871
|
fix posix_remove() return
[SVN r47186]
|
2008-07-07 13:09:09 +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
|
5a43bcd288
|
Add #include <cwchar> to fix ticket #1589
[SVN r46481]
|
2008-06-18 15:55:53 +00:00 |
|
Beman Dawes
|
583f944e67
|
Remove exception.cpp
[SVN r45826]
|
2008-05-27 17:49:17 +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 |
|
Beman Dawes
|
959dfd8ab7
|
clear # 1230, mbstate uninitialized
[SVN r41357]
|
2007-11-25 15:08:28 +00:00 |
|
Beman Dawes
|
6576b1c0df
|
Copyright and/or License cleanup
[SVN r40890]
|
2007-11-07 16:08:09 +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 |
|
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 |
|
Boris Gubenko
|
887e81ae91
|
reapply fix for gcc on HP-UX in -r39130
[SVN r39237]
|
2007-09-13 16:11:38 +00:00 |
|
Beman Dawes
|
ac94c31ac1
|
POSIX fix from Neal Becker
[SVN r39220]
|
2007-09-12 18:31:25 +00:00 |
|
Beman Dawes
|
969eb8a6c0
|
Posix and Linux fixes
[SVN r39174]
|
2007-09-09 17:48:17 +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 |
|
Boris Gubenko
|
c7ede6dc3d
|
missing conditionalization for g++ on HP-UX
[SVN r39130]
|
2007-09-05 17:14:29 +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 |
|
Alexander Nasonov
|
4bfae9e3a5
|
Workaround for missing statvfs on OpenBSD 3.9
[SVN r35265]
|
2006-09-21 19:41:47 +00:00 |
|
Beman Dawes
|
34f65b491c
|
HP-UX < 11.23 sys/statvfs.h bug workaround from Boris Gubenko of HP
[SVN r34260]
|
2006-06-09 21:25:47 +00:00 |
|
Beman Dawes
|
13f4cb958e
|
Use PATH_MAX if defined, only call pathconf() once - both to solve performance problems reported on Linux
[SVN r33762]
|
2006-04-21 14:04:56 +00:00 |
|
Beman Dawes
|
22bb191bf0
|
Remove copyright symbol as it causes VC++ warnings on Windows with codepage set to non-English, particularly Asian, languages
[SVN r33295]
|
2006-03-09 22:15:07 +00:00 |
|
Beman Dawes
|
edce5474de
|
move additional static to function scope. see prior fix.
[SVN r33257]
|
2006-03-07 16:04:25 +00:00 |
|
Beman Dawes
|
6ea1a84f9a
|
Move std::locale constrution to function scope so exceptions can be caught. See comment in the code.
[SVN r33235]
|
2006-03-06 15:18:30 +00:00 |
|
Beman Dawes
|
38e9a79302
|
detail::narrow_path_api() fix from Takeshi Mouri
[SVN r33211]
|
2006-03-03 14:12:28 +00:00 |
|
Beman Dawes
|
63370e0bcc
|
get_full_path_name_template bug fix (Arjen Wagenaar)
[SVN r33203]
|
2006-03-02 21:00:41 +00:00 |
|
Beman Dawes
|
897bbc0706
|
WinNT 4.0 does not support hard links. Not sure if removing the feature entirely is the best fix, but since NT 4.0 is about dead it seems harmless to fix this way. (Based on patch from Mark Bartosik)
[SVN r33084]
|
2006-02-23 02:28:57 +00:00 |
|
Beman Dawes
|
c949152405
|
readdir_r Tru64 patch from Markus Schöpflin
[SVN r33039]
|
2006-02-20 21:21:06 +00:00 |
|
Beman Dawes
|
e13c53c685
|
copy_file partial write fix
[SVN r33036]
|
2006-02-20 20:17:25 +00:00 |
|
Rene Rivera
|
b66f0c8c97
|
Adjust Boost.Jam references to new root/tools/jam location.
[SVN r32873]
|
2006-02-12 23:18:46 +00:00 |
|
Beman Dawes
|
349f708f01
|
Add UNC test cases, comment to status code
[SVN r32745]
|
2006-02-08 17:31:20 +00:00 |
|
Beman Dawes
|
040c9372b3
|
Bring into sync with WG21/D1934=06-0004
[SVN r32532]
|
2006-02-03 20:59:04 +00:00 |
|