1. 28 Feb, 2018 5 commits
    • Davis King's avatar
      Removed deprecated files. · feaf245d
      Davis King authored
      feaf245d
    • Davis King's avatar
      Added some code that will cause people who make a standalone dlib build and · 0190794d
      Davis King authored
      then take the compiled library file but ignore the config.h file to get a
      linker error telling them they have been naughty.  Instead, they should either
      use `make install` or `cmake --build . --target install` which will copy the
      correct files, or even better, don't install/build dlib as a standalone
      library.  Instead, use it the way shown in examples/CMakeLists.txt.
      0190794d
    • Davis King's avatar
      merged · 048f40dc
      Davis King authored
      048f40dc
    • Davis King's avatar
      merged · 3f8eeccb
      Davis King authored
      3f8eeccb
    • Davis E. King's avatar
      Only define one dlib target in CMake and shared vs. static is determined by… · 61f747de
      Davis E. King authored
      Only define one dlib target in CMake and shared vs. static is determined by BUILD_SHARED_LIBS variable. (#1138)
      
      * Changed cmake so that there is only the dlib target and it isn't forced
      to be static or shared, instead, the build type will toggle based on the
      state of CMake's BUILD_SHARED_LIBS variable.
      
      * Make CMake build dlib statically whenever DLIB_IN_PROJECT_BUILD==true,
      regardless of the state of BUILD_SHARED_LIBS.  This means projects that
      use dlib by saying add_subdirectory(dlib) will always statically link to
      dlib, unless DLIB_IN_PROJECT_BUILD is explicltly set to false and
      BUILD_SHARED_LIBS set to true.
      61f747de
  2. 26 Feb, 2018 1 commit
  3. 24 Feb, 2018 1 commit
  4. 22 Feb, 2018 2 commits
  5. 21 Feb, 2018 2 commits
  6. 20 Feb, 2018 2 commits
  7. 17 Feb, 2018 4 commits
  8. 16 Feb, 2018 2 commits
  9. 15 Feb, 2018 4 commits
  10. 14 Feb, 2018 5 commits
  11. 13 Feb, 2018 2 commits
  12. 12 Feb, 2018 5 commits
  13. 11 Feb, 2018 5 commits