Commit Graph

134 Commits

Author SHA1 Message Date
Peter Dimov
57d14c5cc5 Update revision history 2019-10-23 16:42:00 +03:00
Peter Dimov
b2faa783ad Update documentation for data() 2019-10-16 00:20:58 +03:00
Peter Dimov
a12049ae04 Document floating point typedefs 2019-10-15 03:11:55 +03:00
Peter Dimov
52bbc9147b Update changelog for constexpr endian_reverse 2019-10-12 21:55:11 +03:00
Peter Dimov
41ee26a8d8 Document convenience load/store functions 2019-10-12 20:25:28 +03:00
Peter Dimov
7555b7801d Update acknowledgments 2019-05-01 20:35:47 +03:00
Peter Dimov
79af9fba53 Update documentation 2019-04-30 23:59:28 +03:00
Peter Dimov
b0cc5e64d3 Update documentation 2019-04-30 05:15:18 +03:00
Peter Dimov
39eab827cf Update documentation 2019-04-30 04:54:20 +03:00
Peter Dimov
b7ffb62e09 Documentation fixes 2019-04-29 20:21:23 +03:00
Peter Dimov
f2dc045c43 Update documentation 2019-04-28 20:41:55 +03:00
Peter Dimov
18d86d3f36 Update conversion.adoc to reflect endian_reverse changes 2019-04-27 01:03:55 +03:00
Peter Dimov
19e382d25a Cosmetic doc changes 2019-04-27 00:53:19 +03:00
Peter Dimov
ac96e4ac24 Remove project-id from doc/Jamfile 2019-03-25 19:23:25 +02:00
Peter Dimov
cdfe2eb3cb Delete original .html files 2019-03-25 15:45:34 +02:00
Glen Fernandes
a6aaec46f5 Minor formatting changes in documentation 2019-03-25 09:32:54 -04:00
Glen Fernandes
9ffe32f740 Convert Endian buffer types to asciidoc 2019-03-25 09:17:42 -04:00
Glen Fernandes
0e349f3d5b Convert Endian Conversion Types to asciidoc 2019-03-24 22:18:41 -04:00
Glen Fernandes
607cc7da73 Convert Endian Conversion Functions to asciidoc 2019-03-24 19:49:20 -04:00
Glen Fernandes
cd17067afb Convert Choosing approach to asiidoc 2019-03-24 16:07:04 -04:00
Glen Fernandes
01278f951d Convert Endian mini review to asciidoc 2019-03-24 14:22:36 -04:00
Glen Fernandes
0427a95459 Convert Endian documentation to asciidoc 2019-03-24 12:30:47 -04:00
Beman
af744e9485 As presented in ABQ 2017-11-10 15:27:21 -07:00
Beman
a2b044f181 P0803r0 2017-10-16 07:14:41 -04:00
Beman
ac7a8e1696 P0803R0 2017-10-16 07:12:29 -04:00
Beman
d89e6ddc62 Initial commit 2017-10-15 10:03:37 -04:00
Beman
2db73ab893 Document permanent removal of floating point types. 2016-04-05 13:57:27 -04:00
Ben Wiederhake
d1865063ad Fix typos in documentation
Found and fixed while reading documentation
2016-04-03 19:12:49 +02:00
Beman
91985423e4 Also mention runtime ordering selection in the FAQ. 2015-10-16 10:57:35 -04:00
Beman
484c635316 Tweak the "Why are only big and little native endianness supported?" FAQ entry wording. 2015-10-16 10:43:45 -04:00
Beman
f14f080359 Change the specification for native ordering to allow implementations to support orderings in addition to big and little. Thanks to Howard Hinnant for suggesting this change and providing draft wording. Also update headers to reflect actual inclusion hierarchy. 2015-10-16 10:30:34 -04:00
Beman
117ee622c2 All Linux names FAQ entry. 2015-07-21 14:44:36 -04:00
Beman
bf0dec92d0 Add Dave Handley to acks at Tom Puverle's request. 2015-04-10 08:17:37 -04:00
Beman
636a7bfd6e Update README to reflect 1.58.0 inclusion and boostorg.github.io/endian availability. 2015-04-03 08:33:33 -04:00
Beman
f0f2505f9b Remove fp_exhaustive_test from Jamfile 2015-03-30 07:01:19 -04:00
Beman
d612bee5b9 Initial commit of work-in-progress 2015-03-27 08:06:33 -04:00
Beman
3dffbdbcb4 Add notice explaining absence of floating point support. 2015-03-25 18:12:45 -04:00
Beman
01f7e359bb Update docs to reflect removal of floating point support from 1.58.0 2015-03-25 08:05:49 -04:00
Beman
63a5b4ff54 Manually apply a few renaming corrections. Reorder typedefs in synopsis for consistency. 2015-02-23 08:06:01 -05:00
Beman
9c0cbae556 Revert the default (*_t) types to unaligned, and used *_at to identify the aligned types. See mini-review thread for rationale. 2015-02-23 07:24:17 -05:00
Beman
963f00ec8f Add missing one byte aligned types, plus other minor fixes. 2015-02-21 07:38:03 -05:00
Beman
c62aa232e1 Apply mini-review editorial fixes from Rob Stewart, mostly just accepting his suggested wording. 2015-02-17 11:21:21 -05:00
Beman
b0ef03b9d6 Rearranges rows and columns in tables. Add big_int8_t, big_uint8_t, little_int8_t, little_uint8_t arithmetic and buffer types, in response to mini-review query. 2015-02-16 19:31:48 -05:00
Beman
d0dc573ec1 Refer to endian type size in terms of bits, for consistency with names (e.g. big_int40_ut is 40-bits, not 40-bytes). Add example to "Does endianness have any uses outside of ...". 2015-02-16 19:28:11 -05:00
Beman
6dcda67ed6 Specify font-family: "courier new", courier, serif; as it makes the Windows result prettier on all browsers tested (IE, Firefox, Chrome). 2015-02-12 17:57:05 -05:00
Beman
c0fbae2d2a Wording tweaks from Rob Stewart. Modify styles.css for more uniform presentation across browsers. 2015-02-11 09:02:58 -05:00
Beman
f184fd934e Add two FAQ entries in response to mini-review question from Rob Stewart. Add Ack names. Fix HTML boo boos. 2015-02-09 08:17:15 -05:00
Beman
09ead95d10 Add "Future directions" section. 2015-01-27 10:18:33 -05:00
Beman
2a4584a413 Add recommendation to protect against assignment ills, with example. 2015-01-26 09:16:41 -05:00
Beman
27a6d36327 Add "C++03 support for C++11 features" Section at the suggestion of Philip Bennefall. 2015-01-25 10:20:45 -05:00