Commit Graph

  • 4595081faf Explicitally link boost_system in boost_filesystem on darwin, the same as windows Christopher Jefferson 2010-05-21 16:55:54 +0000
  • a77e191a25 Use full filesystem namespace as there isn't an alias at this point. Daniel James 2010-02-16 22:33:27 +0000
  • 9beb3923e1 Fix #3928 Beman Dawes 2010-02-15 21:23:05 +0000
  • ec32b60c7a Fix #3927 Beman Dawes 2010-02-13 17:08:39 +0000
  • f2b77331e1 Fix #3884 Beman Dawes 2010-02-10 17:21:41 +0000
  • f8d0a92eed Don't set *_STATIC_LINK macros, for they don't affect anything. Vladimir Prus 2010-01-21 16:19:28 +0000
  • eae84be7c0 Fix typo Beman Dawes 2009-12-08 12:44:14 +0000
  • a14be77483 Fix #3551 for Windows Mobile Beman Dawes 2009-12-06 16:55:44 +0000
  • fc6d222bc4 Set warning level to -W4 Beman Dawes 2009-12-06 16:53:20 +0000
  • 121ad129f0 Fix Boost.Filesystem->Boost.System dependency for windows/shared. Vladimir Prus 2009-11-29 10:03:34 +0000
  • cd72e4b230 Filesystem: Merge trunk Beman Dawes 2009-11-13 14:41:54 +0000
  • e7636c26bc Filesystem: Fix #3528. Return type is bool. Beman Dawes 2009-11-10 19:45:47 +0000
  • 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 Troy D. Straszheim 2009-10-17 02:07:38 +0000
  • 1f27355719 rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release. Troy D. Straszheim 2009-10-17 01:10:45 +0000
  • 355de67c37 filesystem: merge trunk Beman Dawes 2009-10-13 13:50:45 +0000
  • 68168bc676 Filesystem: fix #3509 Beman Dawes 2009-10-06 12:32:46 +0000
  • f0a2284419 Fix #3385, add test cases Beman Dawes 2009-09-10 17:25:20 +0000
  • 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. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • 54cdfd14fa Merge from trunk Beman Dawes 2009-07-23 15:32:02 +0000
  • 12244b6d43 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • de50f3c5b2 Filesystem: apply supplied patch to fix #3176 Beman Dawes 2009-06-18 21:01:54 +0000
  • 594e0c5d8e Filesystem: add basic_path::clear() to fix #3186, clear() missing Beman Dawes 2009-06-18 15:48:19 +0000
  • 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. Beman Dawes 2009-06-17 22:50:10 +0000
  • 3c5f963a54 fix doc example typo Beman Dawes 2009-05-17 18:13:06 +0000
  • 0aaa65e768 Fix Filesystem #2925, copy_file atomiticity Beman Dawes 2009-05-17 15:55:46 +0000
  • 7bc9e5db73 Filesystem: fix #3008, improving namespace discipline to avoid naming conflicts with the C++0x std library. Beman Dawes 2009-05-11 19:51:44 +0000
  • 39a9f8a82b filesystem tweaks Beman Dawes 2009-05-11 19:27:13 +0000
  • 37278394e9 Merge Sun compiler on Linux fix [52420] from trunk Beman Dawes 2009-04-22 13:23:23 +0000
  • 5e144004f1 Merge ticket 2948 fixes from trunk Beman Dawes 2009-04-22 13:16:52 +0000
  • ca156ad712 Workaround: Sun compiler on Linux dirent.h defines _DIRENT_HAVE_D_TYPE but expected macros not present Beman Dawes 2009-04-16 14:51:55 +0000
  • 32724c2724 Fix #2948 - Path typedef moved to namespace boost::filesystem Beman Dawes 2009-04-16 01:51:05 +0000
  • d48ac05a3f Filesystem: merge from trunk Beman Dawes 2009-04-15 12:17:22 +0000
  • 0858d28868 Filesystem: fix #1452 Beman Dawes 2009-04-14 13:27:44 +0000
  • 0645bc1347 System, Filesystem: remove boost/detail/test_framework.hpp; use boost/detail/lightweight_test.hpp instead (Thanks to Peter Dimov for pointing this out) Beman Dawes 2009-03-25 12:11:47 +0000
  • ae30e53a68 Filesystem: remove dependency on Boost.Test Beman Dawes 2009-03-24 15:33:31 +0000
  • b917a12625 Fix #2725 Beman Dawes 2009-03-23 11:30:54 +0000
  • 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. Beman Dawes 2009-01-19 18:38:28 +0000
  • cbe888750d Filesystem: merge from trunk Beman Dawes 2009-01-19 14:10:41 +0000
  • be7290da56 Filesystem: Fix #2531 by applying suggested patch Beman Dawes 2009-01-13 13:30:07 +0000
  • 86e1ddeacd Filesystem: add specializations to eliminate warnings, thus fixing #2543 Beman Dawes 2009-01-12 17:02:20 +0000
  • 83fd6d4c42 Filesystem: fix native(name) test failures on POSIX Beman Dawes 2009-01-12 16:57:52 +0000
  • 0bd0323239 Filesystem: fix #1840, including adding test cases and updating docs Beman Dawes 2009-01-11 16:50:06 +0000
  • 17f2e28fef Filesystem: fix #2542, wrong close 0 descriptor in copy_file_api on unix Beman Dawes 2008-11-30 02:49:13 +0000
  • 7e43b381e4 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. Michael A. Jackson 2008-11-07 17:02:56 +0000
  • 5cde8da587 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor Michael A. Jackson 2008-11-01 13:15:41 +0000
  • e87b6c86f4 Filesystem: merge recent and missed changes from trunk Beman Dawes 2008-10-31 01:13:31 +0000
  • 8add21928f Filesystem: fix #2224 (Hajo Kirchhoff) Beman Dawes 2008-10-29 11:52:07 +0000
  • 3d173ef6d0 Merge broken link fix Beman Dawes 2008-10-28 19:39:08 +0000
  • 208bc63093 Fix broken link Beman Dawes 2008-10-28 19:30:51 +0000
  • 649b794c71 Filesystem: merge doc updates Beman Dawes 2008-10-28 11:53:33 +0000
  • d4cf58b548 Filesystem: update docs release history. Beman Dawes 2008-10-28 11:47:24 +0000
  • 46b5d1377b Add more error reporting at the create_directory() failure point that seems to be the first sign of test setup problems. Beman Dawes 2008-10-14 16:31:24 +0000
  • 463161897a Filesystem: merge from trunk Beman Dawes 2008-10-13 14:55:34 +0000
  • 33487a8aeb Filesystem: add macros and deprecated names sections to docs Beman Dawes 2008-10-13 14:30:47 +0000
  • 55ba98b7b7 Filesystem: apply #2395 operations_test regression test fails on MSVC with STDCXX Beman Dawes 2008-10-11 12:28:21 +0000
  • e2cd046fde Filesystem: ticket #2176. Beman Dawes 2008-10-09 15:01:27 +0000
  • 0a93531186 Add include <cwchar> in two place to fix ticket #2382 Beman Dawes 2008-10-09 14:53:47 +0000
  • 9a3052e452 Filesystem; clear ticket #2168 Beman Dawes 2008-10-01 15:50:44 +0000
  • abf6fecd65 Apply filesystem patches from ticket #2352 Beman Dawes 2008-10-01 14:21:19 +0000
  • f46a5d59c0 Remove redundant Jamfile <define>s Beman Dawes 2008-10-01 14:14:58 +0000
  • e22eb55f69 Boost.Filesystem: change tests to define BOOST_FILESYSTEM_NO_DEPRECATED. Expand deprecated_test. Beman Dawes 2008-08-29 20:10:08 +0000
  • bfe1453fe4 Fix boost/filesystem/convenience.hpp bug; fully remove deprecated features Beman Dawes 2008-08-29 20:06:23 +0000
  • 01108afd29 Revert 'remove' changes inadvertently committed by 47006. Fully apply ticket #1972 'remove' fixes. Beman Dawes 2008-08-25 15:35:34 +0000
  • b4c278776a Provide deprecated functions has_branch_path and has_leaf, inadvertently omitted from 1.36.0 Beman Dawes 2008-08-25 12:25:34 +0000
  • 2e0cb656a4 Fix a character encoding error. Daniel James 2008-08-19 22:26:43 +0000
  • 42107efd12 Add deprecated_test to detect failures to provide legacy deprecated names Beman Dawes 2008-08-18 13:28:25 +0000
  • 5c6536a9f3 Restore deprecated basic_directory_entry names inadvertently removed Beman Dawes 2008-08-18 13:23:10 +0000
  • 514e456e89 A couple of small documentation fixes. Daniel James 2008-08-05 04:43:35 +0000
  • 3358346eff Fix a couple of character encoding errors. Daniel James 2008-08-03 10:19:33 +0000
  • 60a1930821 Clear gcc shadow problems (Grant Erickson) Beman Dawes 2008-08-01 00:00:58 +0000
  • 493dce3d98 Merge accumulated changes from trunk Beman Dawes 2008-07-11 01:16:21 +0000
  • f58c3cd871 fix posix_remove() return Beman Dawes 2008-07-07 13:09:09 +0000
  • 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. Beman Dawes 2008-07-07 12:20:04 +0000
  • 001c15dd32 Rename is_regular() to is_regular_file Beman Dawes 2008-07-06 12:10:42 +0000
  • 3ee73a0df7 Partial resolution of ticket #1972; remove() issues for POSIX are cleared. Added regression test cases covering self-reference and cyclic symlinks. Beman Dawes 2008-07-02 21:05:54 +0000
  • c0fb9a7e21 Fix ticket #1971, remove_all not documented Beman Dawes 2008-06-30 02:06:28 +0000
  • c2f643bd6a Rename boost_filesystem_msvc to msvc Beman Dawes 2008-06-29 10:52:58 +0000
  • ba2d721a51 Rename vc++.boost.filesystem.sln to boost_filesystem.sln Beman Dawes 2008-06-29 10:35:48 +0000
  • a9cfb5a5d6 rename vc++.boost.filesystem to boost_filesystem_msvc Beman Dawes 2008-06-28 21:39:04 +0000
  • c3d20c1c44 fix header name Beman Dawes 2008-06-28 13:20:58 +0000
  • ccae58a2d6 Add VC++ 8.0 solution and projects to ease development work Beman Dawes 2008-06-26 22:04:49 +0000
  • ec6cad0b79 Clear gcc shadow warnings (Gordon Magnusson), fixing ticket #1770 Beman Dawes 2008-06-25 14:43:31 +0000
  • 812d41ebcd Add #includes to fix ticket #1589 Beman Dawes 2008-06-18 16:02:51 +0000
  • 5a43bcd288 Add #include <cwchar> to fix ticket #1589 Beman Dawes 2008-06-18 15:55:53 +0000
  • c27865d779 Boost.Exception now requires derivation from std::exception Beman Dawes 2008-05-27 20:46:13 +0000
  • 85509b2357 Fix ticket #1609 Beman Dawes 2008-05-27 19:59:10 +0000
  • 583f944e67 Remove exception.cpp Beman Dawes 2008-05-27 17:49:17 +0000
  • 6459f72371 Fix broken URL. John Maddock 2008-05-01 11:51:39 +0000
  • 863f208115 Fix #1858, typo in non-member operators table Beman Dawes 2008-04-24 20:29:08 +0000
  • d6a16ca075 Fix msvc warnings using new warning suppression header. John Maddock 2008-04-21 08:47:04 +0000
  • 5cebe06acb replace_extension -> change_extension name fix [Lothar May] Beman Dawes 2008-04-19 21:13:59 +0000
  • 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. Hartmut Kaiser 2008-04-13 22:39:12 +0000
  • dcbe9649c2 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages Marshall Clow 2008-04-02 01:42:32 +0000
  • 8aac46b5a8 Fix inspect boo boos; mostly broken links Beman Dawes 2008-03-18 19:52:58 +0000
  • 8fb975b2b9 Fix inspect boo boos; mostly broken links Beman Dawes 2008-03-18 19:35:18 +0000
  • 19d7ba1dd8 Merged revisions 43206,43208-43213 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-02-10 16:39:38 +0000
  • ccd4bb4d5f Point links to the pages that used to be in 'more' to the site. Daniel James 2008-02-10 15:02:17 +0000
  • 076a56f25d Merge latest trunk Beman Dawes 2007-12-14 15:22:49 +0000
  • 4ed2439686 Refresh examples, add example build script, reflect that in docs. Apply suggestions from Darren Cook. Beman Dawes 2007-11-30 16:44:23 +0000
  • 959dfd8ab7 clear # 1230, mbstate uninitialized Beman Dawes 2007-11-25 15:08:28 +0000