1. 18 Dec, 2017 1 commit
  2. 26 Jun, 2016 1 commit
  3. 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
  4. 07 Jul, 2014 1 commit
  5. 17 Nov, 2013 1 commit
  6. 08 Apr, 2013 2 commits
  7. 09 Nov, 2012 1 commit
  8. 17 Oct, 2012 2 commits
  9. 03 Jul, 2011 1 commit