mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
Add Boost.Endian to boost super-project, libraries list, maintainers list, and regression testing Jamfile.
This commit is contained in:
parent
b9ae2675cf
commit
3b9daeac81
4 changed files with 22 additions and 4 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -490,3 +490,7 @@
|
|||
path = libs/convert
|
||||
url = ../convert.git
|
||||
branch = develop
|
||||
[submodule "endian"]
|
||||
path = libs/endian
|
||||
url = ../endian.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
|
@ -130,8 +130,11 @@ how to download, build, and install the libraries.</p>
|
|||
Walker.</li>
|
||||
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
|
||||
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
|
||||
<li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
|
||||
<li><a href="endian/index.html">endian</a> - Types and conversion functions
|
||||
for correct byte ordering and more regardless of processor endianness, from
|
||||
Beman Dawes</li>
|
||||
<li><a href="utility/enable_if.html">enable_if</a> - Selective inclusion of function template overloads, from Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
|
||||
<li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
|
||||
<li><a href="filesystem/index.html">filesystem</a> - Portable paths,
|
||||
iteration over directories, and other useful filesystem operations, from
|
||||
Beman Dawes.</li>
|
||||
|
@ -637,7 +640,10 @@ how to download, build, and install the libraries.</p>
|
|||
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
|
||||
<li><a href="assign/index.html">assign</a> - Filling containers
|
||||
with constant or generated data has never been
|
||||
easier, from Thorsten Ottosen.
|
||||
easier, from Thorsten Ottosen.</li>
|
||||
<li><a href="endian/index.html">endian</a> - Types and conversion functions
|
||||
for correct byte ordering and more regardless of processor endianness, from
|
||||
Beman Dawes
|
||||
</li>
|
||||
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
|
@ -720,6 +726,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<ul>
|
||||
<li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
|
||||
calculation, and collection of statistical accumulators, from Eric Niebler.</li>
|
||||
<li><a href="endian/index.html">endian</a> - Types and conversion functions
|
||||
for correct byte ordering and more regardless of processor endianness, from
|
||||
Beman Dawes</li>
|
||||
<li><a href="geometry/index.html">geometry</a> - Geometry Library, from
|
||||
Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
|
||||
<li><a href="integer/index.html">integer</a> - Headers to ease
|
||||
|
@ -892,6 +901,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
|
||||
Kevlin Henney.</li>
|
||||
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
|
||||
<li><a href="endian/index.html">endian</a> - Types and conversion functions
|
||||
for correct byte ordering and more regardless of processor endianness, from
|
||||
Beman Dawes</li>
|
||||
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
|
||||
from Fernando Cacciola.</li>
|
||||
|
||||
|
@ -936,7 +948,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->03 Nov 2009<!--webbot bot="Timestamp" endspan i-checksum="15274" --></p>
|
||||
s-format="%d %b %Y" startspan -->13 Aug 2014<!--webbot bot="Timestamp" endspan i-checksum="14769" --></p>
|
||||
|
||||
<p>© Copyright Beman Dawes 2000-2004</p>
|
||||
<p>Distributed under the Boost Software License, Version 1.0.
|
||||
|
|
|
@ -34,6 +34,7 @@ crc Daryle Walker <darylew -at- hotmail.com>
|
|||
date_time Jeff Garland <jeff -at- crystalclearsoftware.com>
|
||||
disjoint_sets Jeremy Siek <jeremy.siek -at- gmail.com>
|
||||
dynamic_bitset Jeremy Siek <jeremy.siek -at- gmail.com>
|
||||
endian Beman Dawes Beman Dawes <bdawes -at- acm.org>
|
||||
exception Emil Dotchevski <emil -at- revergestudios.com>
|
||||
filesystem Beman Dawes <bdawes -at- acm.org>
|
||||
flyweight Joaquin M Lopez Munoz <joaquin -at- tid.es>
|
||||
|
@ -99,7 +100,7 @@ scope_exit Alexander Nasonov <alexander.nasonov -at- gmail.com>, Lore
|
|||
serialization Robert Ramey <ramey -at- rrsd.com>
|
||||
signals Douglas Gregor <dgregor -at- cs.indiana.edu>
|
||||
signals2 Frank Mori Hess <fmhess -at- users.sourceforge.net>
|
||||
smart_ptr Beman Dawes <bdawes -at- acm.org>, Peter Dimov <pdimov -at- pdimov.com>
|
||||
smart_ptr Peter Dimov <pdimov -at- pdimov.com>
|
||||
smart_ptr/make_shared Glen Fernandes <glenfe -at- live.com>
|
||||
spirit Joel de Guzman <joel -at- boost-consulting.com>, Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
|
||||
statechart Andreas Huber <ahd6974-boostorg -at- yahoo.com>
|
||||
|
|
|
@ -76,6 +76,7 @@ run-tests libs :
|
|||
detail/test # test-suite detail
|
||||
disjoint_sets # test-suite disjoint_sets
|
||||
dynamic_bitset # test-suite dynamic_bitset
|
||||
endian # test-suite endian
|
||||
exception/test
|
||||
filesystem/test # test-suite filesystem
|
||||
flyweight/test # test-suite flyweight
|
||||
|
|
Loading…
Add table
Reference in a new issue