- 31 May, 2017 1 commit
-
-
Davis King authored
-
- 16 Jan, 2017 1 commit
-
-
Davis King authored
-
- 27 Dec, 2016 2 commits
-
-
Davis King authored
distutils environment variables for all versions of python, not just conda.
-
hiiwave authored
-
- 09 Oct, 2016 1 commit
-
-
Davis King authored
-
- 30 Sep, 2016 2 commits
-
-
Vladimir Sinitsin authored
Now PYTHON_INCLUDE_DIR and PYTHON_LIBRARY setting up correctly for both 32/64 bit architectures
-
Davis King authored
-
- 11 Jun, 2016 1 commit
-
-
AbdealiJK authored
When cmake is not found, the error message suggests what to do to install cmake. But if `distro` is not found and cannot be installed, the distro specific error message cannot be shown. Hence, we simply ignore this and continue on. Also, make the pip install quiet so that if there is an error message in that, the user does not get confused by it.
-
- 09 Jun, 2016 1 commit
-
-
AbdealiJK authored
If cmake_path is not found, either cmake is not installed or cmake is not in the PATH. Hence, we also give instructions on how to install cmake if the path is not found.
-
- 12 Feb, 2016 1 commit
-
-
jimreesman authored
-
- 11 Feb, 2016 1 commit
-
-
jimreesman authored
-
- 20 Jan, 2016 1 commit
-
-
Pau Gargallo authored
When python does not know the encoding of stdout, sys.stdout.encoding is None. Then calling decode(None) raises an exception. We just skip decoding when the encoding is unknown.
-
- 14 Jan, 2016 1 commit
-
-
Yu Kobayashi authored
Please use sys.stdout.encoding instead of latin-1 in setup.py. This is necessary for non English OS.
-
- 28 Oct, 2015 1 commit
-
-
Davis King authored
-
- 27 Oct, 2015 1 commit
-
-
Davis King authored
-
- 29 Sep, 2015 2 commits
-
-
Davis King authored
-
Davis King authored
screen. In particular, that caused cmake's error messsages to be truncated if the build failed.
-
- 27 Sep, 2015 3 commits
-
-
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.
-
- 28 Aug, 2015 1 commit
-
-
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
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
- 25 Aug, 2015 1 commit
-
-
Ehsan Azarnasab authored
-
- 24 Aug, 2015 2 commits
-
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
- 23 Aug, 2015 1 commit
-
-
Ehsan Azarnasab authored
-
- 22 Aug, 2015 3 commits
-
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
avoid foreign artifacts potentially left over from VM builts.
-
- 21 Aug, 2015 8 commits
-
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
-
Ehsan Azarnasab authored
make sure --cmake can be used to pass any cmake not in the path.
-
Ehsan Azarnasab authored
-