1. 28 Aug, 2017 10 commits
  2. 27 Aug, 2017 10 commits
  3. 26 Aug, 2017 9 commits
  4. 25 Aug, 2017 7 commits
  5. 24 Aug, 2017 2 commits
    • Evgeniy Fominov's avatar
      Clang support for windows (#772) · 18c42f3e
      Evgeniy Fominov authored
      18c42f3e
    • ipeterson's avatar
      Pull in external libpng dependencies properly (#770) · faa75fa9
      ipeterson authored
      PNG_LIBRARY set by libpng's FindPNG.cmake does not contain zlib dependancy.  This causes the CHECK_FUNCTION_EXISTS(png_create_read_struct LIBPNG_IS_GOOD) to fail with liner errors, and for dlib to use it's internal copy of PNG.
      
      Updated to use libpng's PNG_LIBRARIES variable.  This also sets both PNG and ZLib libraries in dlib_needed_libraries.
      faa75fa9
  6. 23 Aug, 2017 2 commits