Skip to content
Snippets Groups Projects
  1. Nov 13, 2014
  2. Aug 18, 2014
  3. 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
  4. Oct 13, 2013
  5. Oct 10, 2013
  6. Aug 28, 2013
  7. Aug 23, 2013
  8. Aug 19, 2013
  9. Jul 25, 2013
  10. Jul 19, 2013
Loading