1. 02 Mar, 2015 1 commit
  2. 26 Dec, 2014 1 commit
  3. 01 Dec, 2014 2 commits
  4. 28 Nov, 2014 2 commits
  5. 27 Nov, 2014 1 commit
  6. 22 Oct, 2014 1 commit
  7. 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
  8. 08 Aug, 2014 4 commits
  9. 21 May, 2014 2 commits
  10. 20 May, 2014 1 commit
  11. 12 May, 2014 1 commit
  12. 01 May, 2014 1 commit
  13. 25 Apr, 2014 1 commit
  14. 14 Mar, 2014 1 commit
  15. 17 Feb, 2014 1 commit
  16. 17 Jan, 2014 1 commit
  17. 03 Jan, 2014 1 commit
  18. 26 Dec, 2013 3 commits
  19. 20 Dec, 2013 2 commits
  20. 18 Dec, 2013 5 commits
  21. 02 Oct, 2013 3 commits
  22. 12 Sep, 2013 1 commit
  23. 04 Sep, 2013 1 commit
    • Roman Donchenko's avatar
      Fixed a bug in FLANN resulting in uninitialized accesses. · a9975b14
      Roman Donchenko authored
      This is fixed upstream in mariusmuja/flann@b615f26, but that fix
      would break binary compatibility, so I had to make a different one.
      
      Since the bug isn't quite obvious, here's an explanation. In the const
      version of any::cast, if policy is a small_any_policy, its get_value
      returns its input argument. So r becomes a pointer to obj, and the
      return value is a reference to a local variable, which is invalidated
      when the function exits.
      a9975b14
  24. 27 Aug, 2013 1 commit
  25. 21 Aug, 2013 1 commit