From 25143c6b9a3039c2c0c7c1a8f810398b76e2ef03 Mon Sep 17 00:00:00 2001
From: Beman
Done. See Timings for Example 2. The
+ also contains several additional benchmark and speed test programs.endian/test
directory - also contains several addional 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 @@ - +Last revised: -15 December, 2014
+17 December, 2014August 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 dealSupport 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