From 3b9daeac8186a424849a48fd7d9c8fc73286b2c1 Mon Sep 17 00:00:00 2001 From: Beman Date: Thu, 14 Aug 2014 16:28:13 -0400 Subject: [PATCH] Add Boost.Endian to boost super-project, libraries list, maintainers list, and regression testing Jamfile. --- .gitmodules | 4 ++++ libs/libraries.htm | 18 +++++++++++++++--- libs/maintainers.txt | 3 ++- status/Jamfile.v2 | 1 + 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5964b45696..9b70daea05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -490,3 +490,7 @@ path = libs/convert url = ../convert.git branch = develop +[submodule "endian"] + path = libs/endian + url = ../endian.git + fetchRecurseSubmodules = on-demand diff --git a/libs/libraries.htm b/libs/libraries.htm index f06a1926e8..ef1943ba1f 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -130,8 +130,11 @@ how to download, build, and install the libraries.

Walker.
  • date_time - Date-Time library from Jeff Garland.
  • dynamic_bitset - A runtime sized version of std::bitset from Jeremy Siek and Chuck Allison.
  • -
  • exception - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (N2179), from Emil Dotchevski.
  • +
  • endian - Types and conversion functions + for correct byte ordering and more regardless of processor endianness, from + Beman Dawes
  • enable_if - Selective inclusion of function template overloads, from Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine.
  • +
  • exception - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (N2179), from Emil Dotchevski.
  • filesystem - Portable paths, iteration over directories, and other useful filesystem operations, from Beman Dawes.
  • @@ -637,7 +640,10 @@ how to download, build, and install the libraries.

    ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.
  • assign - Filling containers with constant or generated data has never been - easier, from Thorsten Ottosen. + easier, from Thorsten Ottosen.
  • +
  • endian - Types and conversion functions + for correct byte ordering and more regardless of processor endianness, from + Beman Dawes
  • format - Type-safe 'printf-like' format operations, from Samuel Krempp.
  • @@ -720,6 +726,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey