1. 22 Jan, 2017 4 commits
  2. 16 Jan, 2017 1 commit
  3. 09 Jan, 2017 3 commits
  4. 08 Jan, 2017 1 commit
  5. 06 Jan, 2017 2 commits
  6. 04 Jan, 2017 3 commits
  7. 03 Jan, 2017 1 commit
  8. 02 Jan, 2017 1 commit
    • rquk's avatar
      Fixed issue with uninitialised variables in thread_pool_extension. (#386) · 8d764230
      rquk authored
      * Fixed issue with uninitialised variables. There are 2 places where std::exception_ptr eptr is not initialised.
      
      * running_gradient.h needs to qualify erfc with 'std::' to avoid compilation error. 
      Found when compiling dnn_mmod_face_detection_ex.cpp with RadStudio and Clang compiler.
      8d764230
  9. 27 Dec, 2016 4 commits
  10. 26 Dec, 2016 1 commit
    • Davis King's avatar
      Made the dlib shared library build dependent on the static library build. This · b93b6f36
      Davis King authored
      is because some build systems seem to mess up the parallel build of these two
      things and sometimes rebuild and potentially clobber object files during the
      parallel build.  I haven't seen this result in a problem, but the race
      condition does seem to exist in some build systems.  So this should force the
      two top level targets to be build sequentially rather than in parallel, thus
      avoiding any possible race condition.
      b93b6f36
  11. 25 Dec, 2016 2 commits
  12. 24 Dec, 2016 1 commit
  13. 23 Dec, 2016 3 commits
  14. 20 Dec, 2016 1 commit
  15. 19 Dec, 2016 7 commits
  16. 18 Dec, 2016 3 commits
  17. 17 Dec, 2016 2 commits