Skip to content
Snippets Groups Projects
  1. Jan 17, 2014
  2. Nov 15, 2013
    • Edward Brash's avatar
      Address some minor issues reported by cppcheck · bd50814c
      Edward Brash authored
      These were related to a) scope of some variable declarations, and b) use
      of pre-increment vs. post-increment of non-primitive types (this has a
      slight performance hit due to the way that pre- vs. post-increment
      operators are overloaded in C++.
      
      Also cleaned up a few places where initialized variables were not being
      used.
      bd50814c
  3. May 01, 2012
  4. Apr 30, 2012
  5. Apr 24, 2012
  6. Apr 17, 2012
  7. Apr 16, 2012
  8. Apr 13, 2012
  9. Apr 12, 2012
  10. Mar 23, 2012
  11. Mar 19, 2012
Loading