- 18 Mar, 2018 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 17 Mar, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 15 Mar, 2018 1 commit
-
-
Davis King authored
-
- 14 Mar, 2018 1 commit
-
-
Davis King authored
-
- 13 Mar, 2018 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 12 Mar, 2018 1 commit
-
-
Lukas-Buricin authored
-
- 10 Mar, 2018 2 commits
-
-
jjaloszy2 authored
Set istream flags to 0 in old_deserialize_floating_point. This was flagged by [[nodiscard]] warning in MS compiler.
-
Kagami Hiiragi authored
Fixes #1188
-
- 09 Mar, 2018 1 commit
-
-
Davis King authored
-
- 08 Mar, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
any BLAS or LAPACK. Instead, let it get determined at mex load time so that it will definitely use whatever BLAS and LAPACK matlab is using.
-
- 04 Mar, 2018 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 03 Mar, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
and find_optimal_rect_filter()
-
- 01 Mar, 2018 9 commits
-
-
Juha Reunanen authored
* Problem: integer overflow when calculating sizes (may happen e.g. with very large images) Solution: change some types from (unsigned) long to size_t # Conflicts: # dlib/dnn/tensor.h * Fix the fact that std::numeric_limits<unsigned long>::max() isn't always the same number * Revert serialization changes * Review fix: use long long instead of size_t * From long to long long all the way * Change more types to (hopefully) make the compiler happy * Change many more types to size_t * Change even more types to size_t * Minor type changes
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
with binaries from a different dlib version.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 28 Feb, 2018 7 commits
-
-
Davis King authored
-
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
-