Commit Graph

  • 6ee6f9c576 fix readdir_r buffer size on some POSIX systems Beman Dawes 2005-12-20 18:41:30 +0000
  • b9645b6513 Better workaround for VC++ legacy problem so other compilers don't warn Beman Dawes 2005-12-20 03:06:39 +0000
  • f0670491eb Add inline to avoid ODR violation (Marc Viala) Beman Dawes 2005-12-20 02:34:52 +0000
  • 2d89fd6927 BOOST_FILESYSTEM_STATUS_CACHE never applies to Sun (Calvin Epstein) Beman Dawes 2005-12-19 13:05:15 +0000
  • f42d10d6f8 Disable BOOST_FILESYSTEM_STATUS_CACHE for GLIBCXX on Sun Beman Dawes 2005-12-19 02:54:03 +0000
  • 9e13c0973c Bring in sync with BBv1 Jamfile Douglas Gregor 2005-12-18 18:09:12 +0000
  • c2e0823f19 move dirent d_type config tests from config.hpp to operations.cpp Beman Dawes 2005-12-17 14:40:36 +0000
  • eeb34b7530 reflect i18n merge complete Beman Dawes 2005-12-16 16:51:23 +0000
  • 48d4335bfc merge from i18n branch - at last! Beman Dawes 2005-12-16 16:40:35 +0000
  • 56eeb74ae3 from i18n Beman Dawes 2005-12-16 15:57:49 +0000
  • bc72a98614 Fix umlat in Dietmar's last name compiler warning Beman Dawes 2005-12-12 02:41:57 +0000
  • 43024b73a5 add forgotten native in new test cases Beman Dawes 2005-11-30 22:48:01 +0000
  • 66bf10a502 bug 1151823, detect / in POSIX name Beman Dawes 2005-11-29 15:46:02 +0000
  • 31b3d70c7d add fixes and tests for c:foo directory iteration bug 1259176 Beman Dawes 2005-11-29 15:35:23 +0000
  • f4c1f5a70d add test to detect SF tracker [ 937606 ] bug reported in comment by V. Beman Dawes 2005-11-28 19:28:39 +0000
  • e0042ff90b Fix QNX bug (Jim Douglas) Beman Dawes 2005-10-26 22:18:49 +0000
  • a9458cdc47 Revert to 0xFFFFFFFF because VC++6.0 doesn't support INVALID_FILE_ATTRIBUTES Beman Dawes 2005-09-18 14:53:36 +0000
  • f57c2d02b9 Update to match V1 Jamfile. Vladimir Prus 2005-09-14 07:27:59 +0000
  • c8330af714 Remove extraneous debugging information Douglas Gregor 2005-09-10 06:06:21 +0000
  • 2f494a565b small fixes, changes to allow path_table.cpp to support both Windows and Posix in same program (for testing purposes) Beman Dawes 2005-09-07 21:01:25 +0000
  • 7f04824661 Large patch from Ulrich Eckhardt to fix support for EVC++ 4. John Maddock 2005-08-25 16:27:28 +0000
  • 73a225c9fc Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • e03634acef Add #error for borland dll link attempt Beman Dawes 2005-07-18 11:54:34 +0000
  • 2cbb1cf8a2 Remove separate link testing. All testing now done in main test jamfile. Beman Dawes 2005-07-17 20:55:23 +0000
  • 42cbc5f95b Bring into alignment with other library build jam files Beman Dawes 2005-07-17 20:53:29 +0000
  • 5c487d9379 Add path_test_dll and operations_test_dll. Also clean up a bit. Beman Dawes 2005-07-17 20:51:52 +0000
  • dd64e21a83 Fix typo in test case that has gone undetected for years because most systems order directory entries such that the other logic path got tested Beman Dawes 2005-07-17 20:50:06 +0000
  • aa8837925c Add two missing BOOST_FILESYSTEM_DECL Beman Dawes 2005-07-16 21:59:46 +0000
  • 348391a38a On HPUX-aCC, readdir_r is only declared if the option '-mt' is passed onto the aCC compiler. Now the code detects if the multithreading option is passed by checking if _REENTRANT is defined (in combination with __HP_aCC) Toon Knapen 2005-06-22 10:08:13 +0000
  • 05df06a5c9 STLPort is allergic to std::system, so don't use runtime platform test Beman Dawes 2005-06-18 12:20:13 +0000
  • 9ff5970b2c Add POSIX symlink remove tests Beman Dawes 2005-06-16 22:14:53 +0000
  • 6b554cf7e9 Make install target explicit. Otherwise top-level Jamfile will try to install both results of 'boost_program_options' and of the install target, resulting in duplicate target error. Vladimir Prus 2005-06-16 07:59:26 +0000
  • b192558c49 use a form of directory iteration search Sebastian Martel reports will work with Win98 Beman Dawes 2005-06-07 13:16:56 +0000
  • 65a1ee085a Second try at CodeWarrior ::remove() bug workaround Beman Dawes 2005-06-07 01:17:50 +0000
  • 6bac933395 -- typo Martin Wille 2005-06-03 08:17:32 +0000
  • ce543c48bd workaround CodeWarrior / Mac C library remove problem Beman Dawes 2005-06-02 22:19:47 +0000
  • be84be9827 workaround MSL C lib wrong errno from ::getcwd(). Metrowerks says they will fix, but I don't know the version numbers involved. Beman Dawes 2005-05-19 22:10:29 +0000
  • bcbc83b9bd Make POSIX copy_file more robust Beman Dawes 2005-05-11 13:20:00 +0000
  • 629c3a308e Add copy_file test log messages to aid loop/hang diagnosis Beman Dawes 2005-05-11 13:16:50 +0000
  • a8374fb32a Relax write_time constraints so tests more reliably pass on FAT and other low time precision file systems Beman Dawes 2005-05-11 11:49:09 +0000
  • 3b644dd62c Add ERROR_NOT_READY to exists() list Beman Dawes 2005-05-07 01:25:38 +0000
  • ac22916af5 Fix use of *DYN_LIB=1 defines. Add dist-lib target to put results in a convenient place. Rene Rivera 2005-04-24 17:17:09 +0000
  • ed8d6c1beb Don't force static linking on NT. Vladimir Prus 2005-04-20 11:25:16 +0000
  • 22906e412a Sync with V1 Vladimir Prus 2005-04-14 13:10:56 +0000
  • 88524db326 Fix _USE_FILE_OFFSET_BITS spelling (Caleb Epstein) Beman Dawes 2005-04-06 22:24:23 +0000
  • 5a8cdab377 Fixed POSIX feature test for _POSIX_THREAD_SAFE_FUNCTIONS. Markus Schöpflin 2005-04-04 11:47:24 +0000
  • dd84066d81 Move 64-bit defines so all headers see them (Calib Epstein) Beman Dawes 2005-03-31 14:29:13 +0000
  • 0001235c07 Fix typo (Julio Vidal) Beman Dawes 2005-03-01 02:08:29 +0000
  • a9d3109f01 fix typos (Julian Vidal) Beman Dawes 2005-02-26 01:58:30 +0000
  • 4a4bc5320b Add native test case for c++, which someone claimed was failing (but apparently isn't) Beman Dawes 2005-02-19 02:18:39 +0000
  • 254e669b37 Add case of file_size cannot be determined to throws paragraph Beman Dawes 2005-02-03 22:47:45 +0000
  • 4c75d616cf Replaced BOOST_TEST Stefan Slapeta 2005-02-03 10:54:24 +0000
  • 53b3c9404c add tests to detect interference between directory iterators, in response to reported Mac OS X problems with readdir. Beman Dawes 2005-01-21 14:24:06 +0000
  • b56570fb8a use POSIX readdir_r if available Beman Dawes 2005-01-21 14:21:06 +0000
  • 488a61c15b Clarify what characters are permitted in names Beman Dawes 2005-01-19 21:41:21 +0000
  • 146a203800 Correctly handle empty root directory on Windows (Ben Hutchings) Beman Dawes 2005-01-03 14:58:59 +0000
  • 324c7540c5 Apply BOOST_NO_STDC_NAMESPACE workaround after all #includes to make less std lib implementation dependent. (François Dumont) Beman Dawes 2004-12-24 14:19:18 +0000
  • 1c9e511f9c Fix typos Beman Dawes 2004-12-06 01:16:47 +0000
  • 29f06fe6d2 Add ERROR_BAD_NETPATH to exists() checks (Martin Slater) Beman Dawes 2004-12-05 22:45:44 +0000
  • 177383032b fix equivalent() failures across subst Windows drives Beman Dawes 2004-11-26 19:35:17 +0000
  • 393bc1e753 Add pgm to aid equivalent() testing Beman Dawes 2004-11-26 19:33:19 +0000
  • 7a0018fd9b fix 2 cases where on Windows a backslash was not equivalent to a forward slash Beman Dawes 2004-11-11 16:38:21 +0000
  • 373cca5226 fix failure to remove dangling symbolic link (Walter Landry) Beman Dawes 2004-11-01 21:09:25 +0000
  • 823169cbc6 Quiet gcc warning (Lars Gullik Bjønne) Beman Dawes 2004-10-25 16:58:54 +0000
  • bc41d3735d last_write_time() fix Beman Dawes 2004-10-09 20:25:30 +0000
  • 67b231daf6 c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +0000
  • 097d0d6ebe Work around Intel 7.1/Linux include problem Beman Dawes 2004-09-19 19:48:29 +0000
  • e4330acdc9 Add define for _USE_FILE_OFFSET_BITS 64 in hopes of picking up large file support on more systems (David Judson) Beman Dawes 2004-09-15 21:24:23 +0000
  • d7651f2c21 Fix POSIX trailing colon bug (Angus Leeming) Beman Dawes 2004-09-15 16:00:57 +0000
  • 30b78770ef Add test case from Angus Leeming, fix bug spotted while adding test Beman Dawes 2004-09-15 15:59:27 +0000
  • c0e987af46 add newline at eof to quiet compiler warnings Beman Dawes 2004-09-12 12:55:45 +0000
  • 86a674a57a add possible_large_file_size_support and associated test Beman Dawes 2004-09-10 13:53:02 +0000
  • 44694971a6 Add fs::exceptionj member tests Beman Dawes 2004-09-05 21:33:12 +0000
  • d4709e44f7 path::iterator should be bidirectional_traversal_tag (Martin Wille) Beman Dawes 2004-08-26 15:55:47 +0000
  • 06aa67ca32 Another Win32 error code that needs handling (indicates that the file does not exist). John Maddock 2004-08-18 12:53:18 +0000
  • b1aeed6f32 Re-ordered includes to prevent macro-redeffinitions John Maddock 2004-07-29 11:00:58 +0000
  • cadba34c71 Fix relative link to boost.css Douglas Gregor 2004-07-25 03:12:47 +0000
  • 38ed4c472c Documentation update from Jon T. Pedant Douglas Gregor 2004-07-20 17:03:55 +0000
  • 84dabd7b75 Full qualification for vc6/7 (no ADL). Dave Abrahams 2004-07-14 13:46:42 +0000
  • 332ead1f74 Repair postfix increment proxies for input iterators Dave Abrahams 2004-07-13 17:23:53 +0000
  • 0a1da00836 Prevent use of auto-linking for regression testing as it causes failures when the auto-linked libraries are not found on some compilers. Rene Rivera 2004-07-10 16:46:06 +0000
  • f69c19dc5c Added fix for when the filename syntax is invalid. John Maddock 2004-06-05 11:52:22 +0000
  • 8692b025bc Fix library name Vladimir Prus 2004-05-11 06:35:31 +0000
  • 32c127a5c5 Fix typo. Thanks to Jeff Flinn for noticing. Vladimir Prus 2004-04-19 12:06:01 +0000
  • 5b78d4c497 filesystem::exists, must check to see why a filesystem stat failed, before assuming that the file does not exist. John Maddock 2004-03-30 15:19:58 +0000
  • c7a9bf6593 expand rename() test cases, correct docs, tie test cases to docs Beman Dawes 2004-03-21 20:32:20 +0000
  • 3e74ac39e8 Add equivalent() Beman Dawes 2004-03-20 18:24:48 +0000
  • 2d60409fa0 spelling fix Beman Dawes 2004-03-19 18:24:01 +0000
  • 44c08bc4eb add relational operators Beman Dawes 2004-03-14 17:53:45 +0000
  • ae58e688e2 correct, clarify, terminology Beman Dawes 2004-03-13 02:43:01 +0000
  • 2974cc5192 create_directory() and create_directories() now return bool Beman Dawes 2004-03-11 16:17:43 +0000
  • 446f23446c create_directory() and create_directories() now return bool Beman Dawes 2004-03-11 16:08:16 +0000
  • 98ef1730b8 Add Cygwin build section, reorganize build docs Beman Dawes 2004-02-22 14:45:50 +0000
  • 6fc50d0866 allow macros to override BOOST_PLATFORM Beman Dawes 2004-02-22 14:44:37 +0000
  • d0c4a18832 show sizeof(intmax_t) Beman Dawes 2004-02-19 14:03:50 +0000
  • c0b701f6d5 __USE_FILE_OFFSET64 now tested on Linux Beman Dawes 2004-02-19 14:03:08 +0000
  • 85dcf18041 fix intmax_t misspelling (Janusz Piwowarski) Beman Dawes 2004-02-17 13:29:11 +0000
  • 99b98e64d7 more reliable POSIX current_path() imp (issue reported and fix tested by Ron Garcia) Beman Dawes 2004-02-06 01:27:06 +0000
  • 9c86292c6d add file_size() support Beman Dawes 2004-02-03 16:00:10 +0000
  • 5d414f1803 add arg to 2nd ctor Beman Dawes 2004-02-03 15:58:10 +0000