- 22 Oct, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 02 Oct, 2015 1 commit
-
-
Davis King authored
-
- 29 Sep, 2015 4 commits
-
-
Davis King authored
-
Davis King authored
screen. In particular, that caused cmake's error messsages to be truncated if the build failed.
-
Davis King authored
-
Davis King authored
-
- 28 Sep, 2015 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
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
-