|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82876 - in sandbox/mmap/boost/mmap: . detail handles handles/posix handles/win32 mappble_objects/file mappble_objects/file/posix mappble_objects/file/win32 mappble_objects/shared_memory/posix mappble_objects/shared_memory/win32 mapped_view mapped_view/posix mapped_view/win32 mapping mapping/posix mapping/win32
From: dsaritz_at_[hidden]
Date: 2013-02-14 10:14:43
Author: psiha
Date: 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
New Revision: 82876
URL: http://svn.boost.org/trac/boost/changeset/82876
Log:
Updated copyright years.
Text files modified:
sandbox/mmap/boost/mmap/amalgamated_lib.cpp | 2 +-
sandbox/mmap/boost/mmap/detail/impl_inline.hpp | 2 +-
sandbox/mmap/boost/mmap/detail/impl_selection.hpp | 12 +-----------
sandbox/mmap/boost/mmap/detail/posix.hpp | 2 +-
sandbox/mmap/boost/mmap/detail/windows.hpp | 2 +-
sandbox/mmap/boost/mmap/handles/handle.hpp | 2 +-
sandbox/mmap/boost/mmap/handles/handle.inl | 2 +-
sandbox/mmap/boost/mmap/handles/posix/handle.hpp | 2 +-
sandbox/mmap/boost/mmap/handles/posix/handle.inl | 2 +-
sandbox/mmap/boost/mmap/handles/win32/handle.hpp | 2 +-
sandbox/mmap/boost/mmap/handles/win32/handle.inl | 2 +-
sandbox/mmap/boost/mmap/implementations.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/file.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/file.inl | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/flags.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/flags.inl | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/handle.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/posix/file.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.inl | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.inl | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/utility.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/utility.inl | 10 +++++-----
sandbox/mmap/boost/mmap/mappble_objects/file/win32/file.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.inl | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.inl | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.inl | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.hpp | 2 +-
sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.inl | 2 +-
sandbox/mmap/boost/mmap/mapped_view/mapped_view.hpp | 2 +-
sandbox/mmap/boost/mmap/mapped_view/mapped_view.inl | 2 +-
sandbox/mmap/boost/mmap/mapped_view/posix/mapped_view.inl | 6 +++---
sandbox/mmap/boost/mmap/mapped_view/win32/mapped_view.inl | 2 +-
sandbox/mmap/boost/mmap/mapping/mapping.hpp | 2 +-
sandbox/mmap/boost/mmap/mapping/mapping.inl | 2 +-
sandbox/mmap/boost/mmap/mapping/posix/mapping.hpp | 2 +-
sandbox/mmap/boost/mmap/mapping/posix/mapping.inl | 2 +-
sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp | 2 +-
sandbox/mmap/boost/mmap/mapping/win32/mapping.inl | 2 +-
43 files changed, 49 insertions(+), 59 deletions(-)
Modified: sandbox/mmap/boost/mmap/amalgamated_lib.cpp
==============================================================================
--- sandbox/mmap/boost/mmap/amalgamated_lib.cpp (original)
+++ sandbox/mmap/boost/mmap/amalgamated_lib.cpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file amalgamated_lib.cpp
/// -------------------------
///
-/// Copyright (c) Domagoj Saric 2011.
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/detail/impl_inline.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/detail/impl_inline.hpp (original)
+++ sandbox/mmap/boost/mmap/detail/impl_inline.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file impl_inline.hpp
/// ---------------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/detail/impl_selection.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/detail/impl_selection.hpp (original)
+++ sandbox/mmap/boost/mmap/detail/impl_selection.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file impl_selection.hpp
/// ------------------------
///
-/// Copyright (c) Domagoj Saric 2011.
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
@@ -39,15 +39,5 @@
#define BOOST_MMAP_IMPL_INCLUDE( prefix_path, include ) \
BOOST_PP_STRINGIZE( prefix_path()BOOST_MMAP_IMPL()include() )
-/// \todo Move to a separate header.
-/// (13.12.2011.) (Domagoj Saric)
-#if defined( _MSC_VER )
- #define BOOST_NOTHROW __declspec( nothrow )
-#elif defined( __GNUC__ )
- #define BOOST_NOTHROW __attribute__(( nothrow ))
-#else
- #define BOOST_NOTHROW
-#endif
-
//------------------------------------------------------------------------------
#endif // impl_selection_hpp
Modified: sandbox/mmap/boost/mmap/detail/posix.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/detail/posix.hpp (original)
+++ sandbox/mmap/boost/mmap/detail/posix.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file posix.hpp
/// ---------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/detail/windows.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/detail/windows.hpp (original)
+++ sandbox/mmap/boost/mmap/detail/windows.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file windows.hpp
/// ------------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/handles/handle.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/handles/handle.hpp (original)
+++ sandbox/mmap/boost/mmap/handles/handle.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.hpp
/// ----------------
///
-/// Copyright (c) Domagoj Saric 2011.
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/handles/handle.inl
==============================================================================
--- sandbox/mmap/boost/mmap/handles/handle.inl (original)
+++ sandbox/mmap/boost/mmap/handles/handle.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.inl
/// ----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/handles/posix/handle.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/handles/posix/handle.hpp (original)
+++ sandbox/mmap/boost/mmap/handles/posix/handle.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.hpp
/// ----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/handles/posix/handle.inl
==============================================================================
--- sandbox/mmap/boost/mmap/handles/posix/handle.inl (original)
+++ sandbox/mmap/boost/mmap/handles/posix/handle.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.inl
/// ----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/handles/win32/handle.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/handles/win32/handle.hpp (original)
+++ sandbox/mmap/boost/mmap/handles/win32/handle.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.hpp
/// ----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/handles/win32/handle.inl
==============================================================================
--- sandbox/mmap/boost/mmap/handles/win32/handle.inl (original)
+++ sandbox/mmap/boost/mmap/handles/win32/handle.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.inl
/// ----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/implementations.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/implementations.hpp (original)
+++ sandbox/mmap/boost/mmap/implementations.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file implementations.hpp
/// -------------------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/file.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/file.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/file.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file file.hpp
/// --------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/file.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/file.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/file.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file file.inl
/// --------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/flags.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/flags.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/flags.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file flags.hpp
/// ---------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/flags.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/flags.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/flags.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file flags.inl
/// ---------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2012.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/handle.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/handle.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/handle.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.hpp
/// ----------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/posix/file.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/posix/file.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/posix/file.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file handle.hpp
/// ----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping_flags.hpp
/// -----------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/posix/mapping_flags.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping_flags.inl
/// -----------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file open_flags.hpp
/// --------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/posix/open_flags.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file open_flags.inl
/// --------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/utility.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/utility.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/utility.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file utility.hpp
/// -----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/utility.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/utility.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/utility.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapped_view.inl
/// ---------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
@@ -56,7 +56,7 @@
}
BOOST_IMPL_INLINE
- basic_mapped_view_ref BOOST_NOTHROW map_file( default_file_handle::reference const file_handle, std::size_t desired_size )
+ basic_mapped_view_ref map_file( default_file_handle::reference const file_handle, std::size_t desired_size )
{
if ( desired_size )
set_size( file_handle, desired_size );
@@ -82,7 +82,7 @@
BOOST_IMPL_INLINE
- basic_mapped_read_only_view_ref BOOST_NOTHROW map_read_only_file( default_file_handle::reference const file_handle )
+ basic_mapped_read_only_view_ref map_read_only_file( default_file_handle::reference const file_handle )
{
typedef file_mapping_flags<BOOST_MMAP_IMPL()> mapping_flags;
return basic_mapped_read_only_view_ref::map
@@ -103,13 +103,13 @@
} // namespace detail
BOOST_IMPL_INLINE
-basic_mapped_view_ref BOOST_NOTHROW map_file( char const * const file_name, std::size_t const desired_size )
+basic_mapped_view_ref map_file( char const * const file_name, std::size_t const desired_size )
{
return detail::map_file( create_file( file_name, detail::create_rw_file_flags() ), desired_size );
}
BOOST_IMPL_INLINE
-basic_mapped_read_only_view_ref BOOST_NOTHROW map_read_only_file( char const * const file_name )
+basic_mapped_read_only_view_ref map_read_only_file( char const * const file_name )
{
return detail::map_read_only_file( create_file( file_name, detail::create_r_file_flags() ) );
}
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/win32/file.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/win32/file.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/win32/file.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file file.hpp
/// --------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping_flags.hpp
/// -----------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/win32/mapping_flags.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping_flags.inl
/// -----------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file open_flags.hpp
/// --------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/file/win32/open_flags.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file open_flags.inl
/// --------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file flags.hpp
/// ---------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/shared_memory/posix/flags.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file flags.inl
/// ---------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.hpp (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping_flags.hpp
/// -----------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.inl (original)
+++ sandbox/mmap/boost/mmap/mappble_objects/shared_memory/win32/flags.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file flags.inl
/// ---------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapped_view/mapped_view.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mapped_view/mapped_view.hpp (original)
+++ sandbox/mmap/boost/mmap/mapped_view/mapped_view.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapped_view.hpp
/// ---------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2012.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapped_view/mapped_view.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mapped_view/mapped_view.inl (original)
+++ sandbox/mmap/boost/mmap/mapped_view/mapped_view.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapped_view.inl
/// ---------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapped_view/posix/mapped_view.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mapped_view/posix/mapped_view.inl (original)
+++ sandbox/mmap/boost/mmap/mapped_view/posix/mapped_view.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapped_view.inl
/// ---------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
@@ -29,7 +29,7 @@
template <>
struct mapper<char, posix>
{
- static mapped_view_reference<char, posix> BOOST_NOTHROW map
+ static mapped_view_reference<char, posix> map
(
mapping<posix> const & source_mapping,
boost::uint64_t offset ,
@@ -63,7 +63,7 @@
);
}
- static void BOOST_NOTHROW unmap( mapped_view_reference<char, posix> const & view )
+ static void unmap( mapped_view_reference<char, posix> const & view )
{
BOOST_VERIFY
(
Modified: sandbox/mmap/boost/mmap/mapped_view/win32/mapped_view.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mapped_view/win32/mapped_view.inl (original)
+++ sandbox/mmap/boost/mmap/mapped_view/win32/mapped_view.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapped_view.inl
/// ---------------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapping/mapping.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mapping/mapping.hpp (original)
+++ sandbox/mmap/boost/mmap/mapping/mapping.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping.hpp
/// -----------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapping/mapping.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mapping/mapping.inl (original)
+++ sandbox/mmap/boost/mmap/mapping/mapping.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping.inl
/// -----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapping/posix/mapping.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mapping/posix/mapping.hpp (original)
+++ sandbox/mmap/boost/mmap/mapping/posix/mapping.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping.hpp
/// -----------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2011.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapping/posix/mapping.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mapping/posix/mapping.inl (original)
+++ sandbox/mmap/boost/mmap/mapping/posix/mapping.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping.inl
/// -----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp (original)
+++ sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping.hpp
/// -----------------
///
-/// Copyright (c) 2011 Domagoj Saric
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Modified: sandbox/mmap/boost/mmap/mapping/win32/mapping.inl
==============================================================================
--- sandbox/mmap/boost/mmap/mapping/win32/mapping.inl (original)
+++ sandbox/mmap/boost/mmap/mapping/win32/mapping.inl 2013-02-14 10:14:39 EST (Thu, 14 Feb 2013)
@@ -3,7 +3,7 @@
/// \file mapping.inl
/// -----------------
///
-/// Copyright (c) Domagoj Saric 2010.-2011.
+/// Copyright (c) Domagoj Saric 2010.-2013.
///
/// Use, modification and distribution is subject to the Boost Software License, Version 1.0.
/// (See accompanying file LICENSE_1_0.txt or copy at
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk