-
Recent Posts
- CRAWDADS, CRAYFISH, CRAWFISH OR MUDBUGS? A TASTY INVASIVE SPECIES
- Aging Meat Pod Cast with Yours Truly
- G4log with licensing or crowd source funding?
- g3log and g3sinks last releases with c++11 support. Future releases will support c++14 and c++17
- Part 3: Why I always give Moose, Deer and Elk proper Aging Time
Archives
- May 2018
- March 2018
- September 2017
- June 2017
- March 2017
- November 2016
- July 2015
- June 2015
- May 2015
- February 2015
- January 2015
- August 2014
- May 2014
- April 2014
- December 2013
- September 2013
- April 2013
- January 2013
- November 2012
- August 2012
- July 2012
- June 2012
- February 2012
- November 2011
- October 2011
- September 2011
- May 2011
- March 2011
- February 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
Categories
Meta
Tag Archives: C++11
Experimental : g2log with Clang++
After several requests to release g2log with Clang support I finally yielded. From today g2log will have experimental supportĀ for Clang. Why the Clang support is experimental is just because I have no OSX machine to test it on. So all … Continue reading
Active Object the C++11 way
g2log is getting close to being finished (as in an online article somewhere). While that is taking place I took a side step and cleaned up some old code snippets / articles that I wrote at kjellkod.cc I think the … Continue reading
Elements of Modern C++ Style
Elements of Modern C++ Style. This is good, quick online help when starting out with C++11. I’m sure to look over this and of course Bjarne Stroustrup’s more in depth C++11FAQ as g2log moves closer to being released.