Skip to content
Snippets Groups Projects
  1. Jan 08, 2015
  2. Sep 10, 2014
  3. Sep 09, 2014
  4. Jan 17, 2014
  5. 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
  6. May 01, 2012
  7. Apr 30, 2012
  8. Apr 24, 2012
  9. Apr 17, 2012
  10. Apr 16, 2012
  11. Apr 13, 2012
  12. Apr 12, 2012
  13. Mar 23, 2012
  14. Mar 19, 2012
Loading