1. 01 Dec, 2014 2 commits
  2. 28 Nov, 2014 2 commits
  3. 27 Nov, 2014 1 commit
  4. 22 Oct, 2014 1 commit
  5. 08 Aug, 2014 4 commits
  6. 21 May, 2014 2 commits
  7. 20 May, 2014 1 commit
  8. 12 May, 2014 1 commit
  9. 01 May, 2014 1 commit
  10. 25 Apr, 2014 1 commit
  11. 14 Mar, 2014 1 commit
  12. 17 Feb, 2014 1 commit
  13. 17 Jan, 2014 1 commit
  14. 03 Jan, 2014 1 commit
  15. 26 Dec, 2013 3 commits
  16. 20 Dec, 2013 2 commits
  17. 18 Dec, 2013 5 commits
  18. 02 Oct, 2013 3 commits
  19. 12 Sep, 2013 1 commit
  20. 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
  21. 27 Aug, 2013 1 commit
  22. 21 Aug, 2013 1 commit
  23. 04 Aug, 2013 1 commit
  24. 13 May, 2013 1 commit
  25. 08 Apr, 2013 1 commit