Changes between Version 5 and Version 6 of LibrariesUnderConstruction
- Timestamp:
- Jan 3, 2009, 8:49:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v5 v6 108 108 * '''Description:''' Provides integer-like byte-holder binary types with explicit control over byte order, value type, size, and alignment. Typedefs provide easy-to-use names for common configurations. 109 109 These types provide portable byte-holders for integer data, independent of particular computer architectures. Use cases almost always involve I/O, either via files or network connections. Although portability is the primary motivation, these integer byte-holders may also be used to reduce memory use, file size, or network activity since they provide binary integer sizes not otherwise available. 110 111 --------------------------------------------------------------------------------------------------- 112 == Boost.Euclid == 113 * '''Author(s):''' Andreas Harnack 114 * '''Version:''' 0.0.3 115 * '''State:''' 116 * '''Last upload:'''2008 Nov 26 117 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=euclid.zip&directory=& Boost Vault] 118 * '''Description:''' Euclidean vector class templates providing Orientational analysis on geoemtrical dimensions. 110 119 111 120 --------------------------------------------------------------------------------------------------- … … 445 454 == Math and numerics == 446 455 * [#AccummulatorsExt AccummulatorsExt] 456 * [#Boost.Euclid Euclid] 457 447 458 448 459 ---------------------------------------------------------------------------------------------------