"vscode:/vscode.git/clone" did not exist on "7ba97196757229552cede54639be75e3a0a9959f"
  1. 30 Jan, 2017 2 commits
  2. 22 Jan, 2017 1 commit
  3. 16 Jan, 2017 1 commit
  4. 09 Jan, 2017 3 commits
  5. 08 Jan, 2017 1 commit
  6. 06 Jan, 2017 2 commits
  7. 04 Jan, 2017 3 commits
  8. 03 Jan, 2017 1 commit
  9. 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
  10. 27 Dec, 2016 4 commits
  11. 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
  12. 25 Dec, 2016 2 commits
  13. 24 Dec, 2016 1 commit
  14. 23 Dec, 2016 3 commits
  15. 20 Dec, 2016 1 commit
  16. 19 Dec, 2016 7 commits
  17. 18 Dec, 2016 3 commits
  18. 17 Dec, 2016 3 commits