c++.announce - STLSoft 1.8.3 beta 4
- Matthew (101/101) Mar 20 2005 Download from http://stlsoft.org/downloads.html#stlsoft_1_8_3b4
Download from http://stlsoft.org/downloads.html#stlsoft_1_8_3b4 Diffs as follows at end of message (and in release notes). Noteworthy changes: - UNIXSTL's filesystem_traits has new fstat(), open(), close() and get_file_size() methods - UNIXSTL's readdir_sequence has the BREAKING CHANGE of value_type being redefined from struct dirent const * to char const *. To get the old behaviour, define UNIXSTL_READDIR_SEQUENCE_OLD_VALUE_TYPE There are also two new classes: - WinSTL's memory_mapped_file - UNIXSTL's memory_mapped_file And a whole new sub-project, PlatformSTL, which provides platform abstraction for structurally conformant UNIXSTL and WinSTL components. For example, #include <platformstl/memory_mapped_file.hpp> will introduce either unixstl::memory_mapped_file or winstl::memory_mapped_file into the platformstl namespace. All PlatformSTL headers include <platformstl/platformstl.hpp>, which will detect either UNIX (unix) or Win32 (WIN32) compilation, and define the corresponding symbol PLATFORMSTL_OS_IS_UNIX or PLATFORMSTL_OS_IS_WIN32. Note: PlatformSTL only contains mappings between components from the two operating systems that are structurally conformant. Examples are file_path_buffer, process_mutex, pipe, etc. Although the conformance is not necessarily 100% in all cases, it is high in all cases. For components where structural conformance is low, they are not included in PlatformSTL, and you'll have to use them 'manually', via direct inclusion of the winstl or unixstl headers, and explicit pre-processor discrimination. This is, of course, deliberate. PlatformSTL promises nothing it cannot deliver. Src-diffs: From 1.8.3 beta 3 => 1.8.3 beta 4 root-dir-1: H:\3Pty\stlsoft\1.8.3-beta3 root-dir-2: H:\3Pty\stlsoft\1.8.3-beta4 Items unchanged from H:\3Pty\stlsoft\1.8.3-beta3 to H:\3Pty\stlsoft\1.8.3-beta4: 350 Items changed from H:\3Pty\stlsoft\1.8.3-beta3 to H:\3Pty\stlsoft\1.8.3-beta4: 6 Items changed (major) from H:\3Pty\stlsoft\1.8.3-beta3 to H:\3Pty\stlsoft\1.8.3-beta4: 1 unixstl_readdir_sequence.h 2.0.3.66 => 3.0.1.67 ; 23rd February 2005 => 20th March 2005 Items changed (minor) from H:\3Pty\stlsoft\1.8.3-beta3 to H:\3Pty\stlsoft\1.8.3-beta4: 1 unixstl_filesystem_traits.h 2.2.1.52 => 2.3.1.53 ; 15th March 2005 => 20th March 2005 Items changed (revision) from H:\3Pty\stlsoft\1.8.3-beta3 to H:\3Pty\stlsoft\1.8.3-beta4: 3 inprogress\winstl\file_functions.hpp 1.0.3.3 => 1.0.4.4 ; 26th February 2005 => 20th March 2005 unixstl_pipe.h 2.0.4.15 => 2.0.5.16 ; 1st March 2005 => 21st March 2005 winstl_filesystem_traits.h 2.3.2.53 => 2.3.3.54 ; 14th March 2005 => 20th March 2005 Items changed (edit) from H:\3Pty\stlsoft\1.8.3-beta3 to H:\3Pty\stlsoft\1.8.3-beta4: 1 rangelib\basic_indirect_range_adaptor.hpp 2.0.3.15 => 2.0.3.16 ; 28th February 2005 => 19th March 2005 Items changed (unversioned) from H:\3Pty\stlsoft\1.8.3-beta3 to H:\3Pty\stlsoft\1.8.3-beta4: 0 Items deleted from H:\3Pty\stlsoft\1.8.3-beta3: 0 Items added to H:\3Pty\stlsoft\1.8.3-beta4: 33 H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\file_path_buffer.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\filesystem_traits.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\memory_mapped_file.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\module.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\path.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\performance_counter.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\pipe.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\platformstl.h H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\platformstl.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\process_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\spin_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\thread_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\platformstl\tss_index.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\file_path_buffer.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\filesystem_traits.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\memory_mapped_file.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\module.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\performance_counter.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\pipe.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\process_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\readdir_sequence.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\spin_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\unixstl\thread_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\file_path_buffer.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\filesystem_traits.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\memory_mapped_file.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\module.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\performance_counter.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\pipe.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\process_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\spin_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\thread_mutex.hpp H:\3Pty\stlsoft\1.8.3-beta4\inprogress\winstl\tss_index.hpp
Mar 20 2005