Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
news [2016/02/24]
terence
news [2016/07/05]
terence July 5, 2016
Line 1: Line 1:
 ====== News ====== ====== News ======
  
 +===== July 5, 2016 =====
 +
 +I've released a new project to the public, [[:projects:observer_template]].
 +
 +This one I created in 2012, and finally released it (now) in 2016.
 +
 +===== February 26, 2016 =====
 +
 +Some code updates to [[:projects:endian_template]], based on feedback from the two reddit threads ([[https://www.reddit.com/r/programming/comments/47ebe4/endian_template_c_work_with_endian_types_in_c/|/r/programming thread]], [[https://www.reddit.com/r/cpp/comments/47e9e2/endian_template_c_work_with_endian_types_in_c/|/r/cpp thread]]), resulted in some good updates:
 +
 +  * 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'' (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 =====
  
 I've released a new project to the public, [[:projects:endian_template]]. I've released a new project to the public, [[:projects:endian_template]].
  
-This one I had come up with back in 2001, lost it due to a hard drive crash, recreated it in 2005, lost it again in a hard drive crash, and finally recreated it in 2012.+This one I had come up with back in 2001, lost it due to a hard drive crash, recreated it in 2005, lost it again in a hard drive crash, recreated it in 2012, and finally released it (now) in 2016.
  
 ===== December 21, 2015 ===== ===== December 21, 2015 =====
Line 25: Line 39:
   * [[:news:2006]]   * [[:news:2006]]
   * [[:news:2005]]   * [[:news:2005]]
- 
Print/export
QR Code
QR Code News (generated for current page)