- 01 Mar, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 28 Feb, 2018 8 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
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.
-
Davis King authored
-
Davis King authored
-
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.
-
- 26 Feb, 2018 1 commit
-
-
Juha Reunanen authored
* Change types of tensor's size-related members, so that integer overflow does not happen so easily (see #1148) * Fix missing typecast
-
- 24 Feb, 2018 1 commit
-
-
Davis King authored
-
- 22 Feb, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
functions.
-
- 21 Feb, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 20 Feb, 2018 2 commits
-
-
Davis King authored
-
Morten Hustveit authored
* Added support for variadic Python functions in find_max_global. * Add test for find_{min,max}_global on variadic functions.
-
- 17 Feb, 2018 4 commits
-
-
Davis King authored
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.
-
Davis King authored
-
Davis King authored
see what happened.
-
Davis King authored
-
- 16 Feb, 2018 2 commits
-
-
Davis King authored
to be static or shared, instead, the build type will toggle based on the state of CMake's BUILD_SHARED_LIBS variable.
-
Davis King authored
-
- 15 Feb, 2018 4 commits
-
-
Davis King authored
-
Davis King authored
Fixed pybind11 not doing the overload resolution correctly on the cnn_face_detector's operator() in Python.
-
Davis King authored
didn't have complete coverage and would let incorrectly typed numpy arrays through.
-
Davis King authored
-
- 14 Feb, 2018 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
HarveyBrezinaConniffe authored
* Added set_dnn_prefer_smallest_algorithms() * Added description for set_dnn_prefer_smallest_algorithms();w * Changed architectures to algorithms.
-
- 13 Feb, 2018 2 commits
-
-
Davis King authored
runtime, even with very bad parameter selections.
-
Davis King authored
-
- 12 Feb, 2018 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
- Moved all uses of PYBIND11_MAKE_OPAQUE to a common header to avoid possilbe ODR violations. - Added python binding for make_bounding_box_regression_training_data().
-