1. 06 Jan, 2017 2 commits
  2. 04 Jan, 2017 3 commits
  3. 03 Jan, 2017 1 commit
  4. 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
  5. 27 Dec, 2016 4 commits
  6. 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
  7. 25 Dec, 2016 2 commits
  8. 24 Dec, 2016 1 commit
  9. 23 Dec, 2016 3 commits
  10. 20 Dec, 2016 1 commit
  11. 19 Dec, 2016 7 commits
  12. 18 Dec, 2016 3 commits
  13. 17 Dec, 2016 10 commits
  14. 15 Dec, 2016 1 commit