1. 01 Mar, 2018 1 commit
    • Juha Reunanen's avatar
      Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148) · cf5e25a9
      Juha Reunanen authored
      * Problem: integer overflow when calculating sizes (may happen e.g. with very large images)
      Solution: change some types from (unsigned) long to size_t
      
      # Conflicts:
      #	dlib/dnn/tensor.h
      
      * Fix the fact that std::numeric_limits<unsigned long>::max() isn't always the same number
      
      * Revert serialization changes
      
      * Review fix: use long long instead of size_t
      
      * From long to long long all the way
      
      * Change more types to (hopefully) make the compiler happy
      
      * Change many more types to size_t
      
      * Change even more types to size_t
      
      * Minor type changes
      cf5e25a9
  2. 11 Jan, 2014 1 commit
  3. 04 Oct, 2013 1 commit
  4. 25 Jul, 2013 1 commit
  5. 23 Feb, 2014 1 commit
  6. 01 Apr, 2013 1 commit
  7. 03 Mar, 2013 1 commit
  8. 08 Dec, 2012 1 commit
  9. 22 Oct, 2012 1 commit
  10. 11 Mar, 2012 1 commit
  11. 22 Jan, 2012 2 commits
  12. 27 Dec, 2011 1 commit
  13. 06 Nov, 2011 1 commit
  14. 22 Oct, 2011 1 commit
  15. 19 Sep, 2011 1 commit
  16. 18 Sep, 2011 2 commits