Change Log
Revision: 74c4985dfb28f1b9
Author: Davis King
Date: Mar 07, 2017 (12:18:27 UTC)

Created release v19.4

Modified
dlib/CMakeLists.txt

Revision: bbd3be9b7b0a93f8
Author: Davis King
Date: Mar 05, 2017 (10:36:26 UTC)

Fixed a slow memory leak that occurred when using cuDNN and tensors were created.

Modified
dlib/dnn/cudnn_dlibapi.cpp

Revision: d4aef27f3c1e3273
Author: Davis King
Date: Mar 04, 2017 (02:58:55 UTC)

Upped imglab version number

Modified
tools/imglab/src/main.cpp

Revision: 2f4215c6f8071fb6
Author: Davis King
Date: Mar 04, 2017 (02:58:40 UTC)

Made the image_display widget draw mouse cross-hairs when the user holds shift.

Modified
dlib/gui_widgets/widgets.cpp
dlib/gui_widgets/widgets.h

Revision: 90c442908635c04c
Author: Davis King
Date: Mar 03, 2017 (11:03:27 UTC)

Added missing const

Modified
dlib/optimization/optimization_solve_qp_using_smo.h
dlib/optimization/optimization_solve_qp_using_smo_abstract.h

Revision: 03a898e940780408
Author: Davis King
Date: Mar 02, 2017 (00:33:56 UTC)

made test slightly more robust

Modified
dlib/test/cca.cpp

Revision: b368c8702035a874
Author: Davis King
Date: Mar 01, 2017 (04:17:35 UTC)

Set this because CMake search for python is wacked on ubuntu and won't look for new python otherwise.

Modified
dlib/cmake_utils/add_python_module

Revision: 647e6aa8a63c8cfe
Author: Davis King
Date: Mar 01, 2017 (00:26:22 UTC)

clarified documentation

Modified
tools/python/src/object_detection.cpp

Revision: d41c70ccd4ed2c8e
Author: Davis King
Date: Feb 28, 2017 (01:01:51 UTC)

Don't give -std=c++11 to nvcc when compiling with visual studio. This avoids a compiler warning.

Modified
dlib/CMakeLists.txt

Revision: 56b12b484030b01c
Author: Davis King
Date: Feb 28, 2017 (00:05:25 UTC)

Switched cmake link names to dlib::dlib

Modified
dlib/cmake_utils/add_python_module
tools/htmlify/CMakeLists.txt
tools/imglab/CMakeLists.txt

Revision: fa4e89353d66184b
Author: Davis King
Date: Feb 28, 2017 (-01:43:32 UTC)

Made example cmake use dlib::dlib link name. Also made the installed cmake config for dlib enable C++11.

Modified
dlib/CMakeLists.txt
dlib/cmake_utils/dlibConfig.cmake.in
examples/CMakeLists.txt

Revision: 6d55f8213d202cda
Author: Davis King
Date: Feb 27, 2017 (14:02:39 UTC)

removed unneeded cruft

Modified
dlib/CMakeLists.txt

Revision: 81746022a7a46f7a
Author: Davis King
Date: Feb 27, 2017 (13:44:30 UTC)

Fixed a few cmake errors, one regarding CUDA compilation and another about the all/source.cpp test compile.

Modified
dlib/CMakeLists.txt

Revision: 5e058a6abc25cf71
Author: Alain Vaucher
Date: Feb 27, 2017 (19:45:05 UTC)

Delete function that has now become unnecessary

Modified
dlib/CMakeLists.txt

Revision: 4e47077557e3c99b
Author: Alain Vaucher
Date: Feb 27, 2017 (19:23:28 UTC)

Change minimum CMake version that supports the introduced features

Modified
dlib/CMakeLists.txt
dlib/cmake
dlib/cmake_utils/add_global_compiler_switch.cmake
dlib/cmake_utils/tell_visual_studio_to_use_static_runtime.cmake
dlib/cmake_utils/test_for_cpp11/CMakeLists.txt
dlib/cmake_utils/test_for_cuda/CMakeLists.txt
dlib/cmake_utils/test_for_cudnn/CMakeLists.txt
dlib/cmake_utils/use_cpp_11.cmake
dlib/external/cblas/CMakeLists.txt
dlib/test/CMakeLists.txt
dlib/test/blas_bindings/CMakeLists.txt
dlib/test/tools/CMakeLists.txt
examples/CMakeLists.txt
tools/htmlify/CMakeLists.txt
tools/imglab/CMakeLists.txt
tools/python/CMakeLists.txt

Revision: 0c8bb36a6cbb1a11
Author: Alain Vaucher
Date: Feb 27, 2017 (19:13:44 UTC)

Simplifying file 'cmake' now that include directories are set automatically

Modified
dlib/cmake

Revision: 37139fcf88454d1e
Author: Alain Vaucher
Date: Feb 27, 2017 (19:09:40 UTC)

Only specify include directories for dlib_shared if it is built

Modified
dlib/CMakeLists.txt

Revision: 157aeb69df697a90
Author: Alain Vaucher
Date: Feb 27, 2017 (19:01:22 UTC)

Add target_include_directories for build interface and for optional libraries

Modified
dlib/CMakeLists.txt

Revision: 325fe9637e25d3a3
Author: Alain Vaucher
Date: Feb 27, 2017 (18:48:51 UTC)

Set the include directories automatically for targets that depend on imported dlib

Modified
dlib/CMakeLists.txt

Revision: 5f998dbe519f10e7
Author: Evgeniy Fominov
Date: Feb 27, 2017 (17:34:10 UTC)

Allow MINGW OpenBLAS usage (#455)

Modified
dlib/cmake_utils/cmake_find_blas.txt

Revision: f6bca6912868edee
Author: Davis King
Date: Feb 25, 2017 (01:42:35 UTC)

clarified spec

Modified
dlib/filtering/kalman_filter.h
dlib/filtering/kalman_filter_abstract.h

Revision: 3994ddf2d51dbe51
Author: Ehsan Azar
Date: Feb 25, 2017 (-05:32:07 UTC)

add set_state to kalman filter for the case we know the initial state (#246)

Modified
dlib/filtering/kalman_filter.h
dlib/filtering/kalman_filter_abstract.h

Revision: 4ce0a89935fc95bc
Author: Adam Geitgey
Date: Feb 22, 2017 (02:23:21 UTC)

Remove extra semicolons (#446)

Modified
python_examples/face_recognition.py

Revision: 5e707bcee50e10f2
Author: Davis King
Date: Feb 21, 2017 (17:02:45 UTC)

Record last changeset and set PATCH version to 99

Modified
dlib/CMakeLists.txt
docs/.logger_revnum

Revision: 26cdc89f4795a1f9
Author: Davis King
Date: Feb 21, 2017 (17:01:28 UTC)

Created release v19.3

Modified
dlib/CMakeLists.txt


Old Change Logs