diff --git a/doc/bikeshed.txt b/doc/bikeshed.txt index 67dbce1..da17001 100644 --- a/doc/bikeshed.txt +++ b/doc/bikeshed.txt @@ -70,6 +70,10 @@ flip (verb) : to move (something) with a quick light movement +-------------------------------------------------- +Copyright Beman Dawes, 2014 +Distributed under the Boost Software License, Version 1.0. +See www.boost.org/LICENSE_1_0.txt \ No newline at end of file diff --git a/doc/mini_review_topics.html b/doc/mini_review_topics.html index e9ec002..340baed 100644 --- a/doc/mini_review_topics.html +++ b/doc/mini_review_topics.html @@ -3,7 +3,7 @@ - + Endian Mini-Review @@ -58,13 +58,14 @@ portable base implementations, and to compare endian integer approaches against endian conversion approaches for the common use case scenarios.

Done. See Timings for Example 2. The endian/test directory - also contains several addional benchmark and speed test programs.

+ also contains several additional benchmark and speed test programs.

Float (32-bits) and double (64-bits) should be supported. IEEE 754 is the primary use case.

-

Done. The endian types and - endian conversion functions now support 32-bit (float) +

Done. The endian buffer types,  + endian arithmetic types and + endian conversion functions now support 32-bit (float) and 64-bit (double) floating point, as requested.

Support for user defined types (UDTs) is desirable, and should be @@ -99,7 +100,7 @@ might used inadvertently or inappropriately. The impact of adding an endian_buff


Last revised: 17 December, 2014

-

© Copyright Beman Dawes, 2014

+

© Copyright Beman Dawes, 2014

Distributed under the Boost Software License, Version 1.0. See www.boost.org/ LICENSE_1_0.txt

diff --git a/doc/publish.bat b/doc/publish.bat index a6b6e9a..b376928 100644 --- a/doc/publish.bat +++ b/doc/publish.bat @@ -1,8 +1,8 @@ copy /y c:\boost\modular\develop\libs\endian\doc\* d:\boost\endian-gh-pages pushd d:\boost\endian-gh-pages -git commit -a -m "sync with develop" +git commit -a -m "copy from develop" git push popd -rem Copyright Beman Dawes, 2013 +rem Copyright Beman Dawes, 2014 rem Distributed under the Boost Software License, Version 1.0. rem See www.boost.org/LICENSE_1_0.txt \ No newline at end of file diff --git a/doc/styles.css b/doc/styles.css index 7bd2260..d1b8958 100644 --- a/doc/styles.css +++ b/doc/styles.css @@ -10,4 +10,10 @@ body pre {background-color: #D7EEFF; font-size: 100%;} code {font-size: 110%;} table{font-size: 100%;} + + /* + © Copyright Beman Dawes, 2014 + Distributed under the Boost Software License, Version 1.0. + See www.boost.org/LICENSE_1_0.txt + */ \ No newline at end of file diff --git a/doc/todo_list.html b/doc/todo_list.html index cbcef8d..b4f3241 100644 --- a/doc/todo_list.html +++ b/doc/todo_list.html @@ -4,7 +4,7 @@ - + Endian Library Do List @@ -13,7 +13,7 @@

Endian Library TODO List

Last revised: -15 December, 2014

+17 December, 2014

August 12, 2014: The many items that have been completed should be removed, after verifying that they are in fact taken care of.

@@ -224,7 +224,11 @@ types that mimic FP types is far beyond my knowledge of how to deal
with floating point's notorious arithmetic issues.

Support IEEE754 format (32 bit, 64 bit) only.


-

 

+

Last revised: +17 December, 2014

+

© Copyright Beman Dawes, 2012

+

Distributed under the Boost Software License, Version 1.0. See +www.boost.org/LICENSE_1_0.txt