- 28 Sep, 2015 1 commit
-
-
Davis King authored
to avoid dll hell.
-
- 27 Sep, 2015 6 commits
-
-
Davis King authored
-
Davis King authored
in its output. This way they will get included by the python setup.py script.
-
Davis King authored
it works with the currently selected compiler and only uses it if the version is appropraite.
-
Davis King authored
-
Davis King authored
-
Davis King authored
dlib/CMakeLists.txt file is keeping the version numbers. Also changed all relevant scripts to grab the version information from CMakeLists.txt.
-
- 25 Sep, 2015 1 commit
-
-
Davis King authored
-
- 23 Sep, 2015 3 commits
-
-
Davis King authored
-
Davis King authored
definitions until cmake was run twice. This was causing some projects to not build properly.
-
Davis King authored
easily used in multiple cmake files.
-
- 20 Sep, 2015 14 commits
-
-
Davis King authored
-
Davis King authored
-
Davis E. King authored
Adding an install target to dlib's CMakeLists
-
Davis King authored
appears as a huge and obvious orange button.
-
Séverin Lemaignan authored
'Hide' dlibConfig.cmake to prevent Windows' CMake to wrongly consider the build directory as dlib install prefix
-
Séverin Lemaignan authored
On Windows, though, only install the static library as dlib does not generate any useful shared library on Windows.
-
Séverin Lemaignan authored
-
Séverin Lemaignan authored
-
Séverin Lemaignan authored
This allows external project to include dlib by simply using find_package(dlib REQUIRED) and: include_directories() / target_link_libraries(your_target )
-
Séverin Lemaignan authored
Install the static library along the shared one.
-
Séverin Lemaignan authored
-
Séverin Lemaignan authored
The name of some CMake variables has been changed to follow the naming in config.h (and thus get the special #cmakedefine directives to work as expected in config.h.in)
-
Séverin Lemaignan authored
Implementing the design discussed in issue #34 (ie, installation only in Release mode, for unix platforms).
-
Séverin Lemaignan authored
-
- 14 Sep, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 13 Sep, 2015 1 commit
-
-
Davis King authored
-
- 12 Sep, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 04 Sep, 2015 4 commits
-
-
Davis King authored
set_ptrm().
-
Davis King authored
-
Davis King authored
allow assignment statements with mixed dlib::matrix and mat(T*) expressions that might alias each other. Also updated BLAS bindings to bind to set_ptrm() assignments.
-
Davis King authored
-
- 28 Aug, 2015 2 commits
-
-
Davis E. King authored
Setup py
-
Ehsan Azarnasab authored
-
- 27 Aug, 2015 4 commits
-
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
if no cmake generator is set use same logic as cmake to find default buid generator but use Win64 if the build is for 64bit Python
-
Davis King authored
-
Ehsan Azarnasab authored
-