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. Oct 07, 2013
  4. Oct 02, 2013
  5. Mar 19, 2013
  6. Feb 07, 2013
  7. Dec 20, 2012
  8. Sep 07, 2012
  9. Sep 06, 2012
  10. Aug 30, 2012
  11. Aug 09, 2012
  12. Feb 29, 2012
Loading