1. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  2. 01 Apr, 2013 1 commit
  3. 25 Feb, 2013 1 commit
  4. 22 Jan, 2013 1 commit
  5. 17 Oct, 2012 2 commits
  6. 30 Mar, 2012 1 commit
  7. 16 Mar, 2012 1 commit
  8. 21 Feb, 2012 1 commit
  9. 14 Feb, 2012 1 commit
  10. 08 Nov, 2011 1 commit
  11. 07 Aug, 2011 1 commit
  12. 30 Nov, 2010 1 commit
  13. 11 May, 2010 1 commit