Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:endian_template [2016/02/26] terenceprojects:endian_template [2016/02/26] – [Download] terence
Line 7: Line 7:
   * **Author:** [[mailto:tjgrant@tatewake.com|Terence J. Grant]]   * **Author:** [[mailto:tjgrant@tatewake.com|Terence J. Grant]]
   * **License:** [[http://opensource.org/licenses/MIT|MIT License]]   * **License:** [[http://opensource.org/licenses/MIT|MIT License]]
-  * **Last Update:** 2016-02-23+  * **Last Update:** 2016-02-26
   * **Donate:** [[:donate|Your donations are appreciated!]]   * **Donate:** [[:donate|Your donations are appreciated!]]
  
Line 16: Line 16:
 After downloading, make sure to follow the [[#how_to_use|how to use]] instructions below; they're worth reading. After downloading, make sure to follow the [[#how_to_use|how to use]] instructions below; they're worth reading.
  
-  * Latest version: [[https://github.com/tatewake/endian-template|Endian Template(C++) version 2016-02-23 on GitHub]]+  * Latest version: [[https://github.com/tatewake/endian-template|Endian Template(C++) version 2016-02-26 on GitHub]]
  
 ===== About ===== ===== About =====
Line 134: Line 134:
 **February 26, 2016** **February 26, 2016**
  
-  * Renamed typedefs without ``_t`` postfix notation as this appears to be "reserved" by POSIX +  * Renamed typedefs without ''_t'' postfix notation as this appears to be "reserved" by POSIX (thanks to reddit user "doodle77") 
-  * Added required includes directly into ``tEndian.h``+  * Added required includes directly into ''tEndian.h'' (thanks to reddit user "louiswins"
 +  * Changed endian testing method to use reinterpret_cast, as the previous was using "type punning", which in theory can have undefined behavior (thanks to reddit user "NasenSpray"
 +  * Removed ::PassThru method as a small optimization
  
 **February 23, 2016** **February 23, 2016**
Line 142: Line 144:
   * First public release   * First public release
   * Created project page   * Created project page
- 
Print/export
QR Code
QR Code Endian Template (C++) (generated for current page)