- 01 May, 2017 1 commit
-
-
Evgeniy Fominov authored
* fix multiarch install * fix include dir * cleaned up stuff and removed things we don't need anymore
-
- 16 Apr, 2017 1 commit
-
-
David Seifert authored
* Use GNUInstallDirs to allow changing target directories * Multi-lib distributions need to change the libdir which is only portably possible with `GNUInstallDirs`. The current `LIB_INSTALL_DIR` solution is not portable and not supported upstream by Kitware. * Multi-arch distributions such as Debian and Exherbo need to be able to change the bindir. * Do not install LICENSE.txt * Most distributions do not install license files, as they have all licenses stored in a central repository, in order not to duplicate the same file over and over. * License files do not need to be installed for a piece of software to be licensed under that license.
-
- 07 Apr, 2017 1 commit
-
-
Davis King authored
function of the release/debug drop down menu when using visual studio's IDE.
-
- 06 Apr, 2017 3 commits
-
-
Martijn Courteaux authored
* Wether asserts are enabled or not, is now only suggested by dlib, and not longer imposed. The user can override using SET(CACHE FORCE) or command line -DDLIB_ENABLE_ASSERT=ON/OFF anytime. * Fixed missing line in cmake for asserts.
-
Davis King authored
now use target_compile_options(). This should avoid weird configuration errors that happen in rare instances on some platforms.
-
Davis King authored
messed it up and effectively disabled cuda in visual studio. This fixes that.
-
- 05 Apr, 2017 4 commits
-
-
Davis King authored
was because of a bug introduced yesterday in the CMake scripts which would accidentally pull in two versions of the OpenMP libraries, the GNU one and the Intel one, but you can't mix them together at the same time.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 04 Apr, 2017 1 commit
-
-
Davis King authored
also pushed all the cuda #includes into a .cpp file.
-
- 24 Mar, 2017 1 commit
-
-
marcovzla authored
-
- 07 Mar, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 28 Feb, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
cmake config for dlib enable C++11.
-
Davis King authored
-
- 27 Feb, 2017 6 commits
-
-
Davis King authored
about the all/source.cpp test compile.
-
Alain Vaucher authored
-
Alain Vaucher authored
-
Alain Vaucher authored
-
Alain Vaucher authored
-
Alain Vaucher authored
-
- 22 Feb, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 19 Feb, 2017 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 14 Feb, 2017 1 commit
-
-
Kyle McDonald authored
-
- 12 Feb, 2017 1 commit
-
-
Davis King authored
-
- 22 Jan, 2017 1 commit
-
-
Davis King authored
-
- 06 Jan, 2017 2 commits
-
-
Davis King authored
that really needs it off.
-
ernestotapiar authored
* cmake script to suppress randlib warnings about *.a having no symbols on MacOSX * Moved script code into the main CMakeLists.txt file to suppress the superfluous ranlib warnings all the time.
-
- 04 Jan, 2017 1 commit
-
-
Davis King authored
(in particular on mac os x, where this flag needs to be set this way for it to work in some cases).
-
- 26 Dec, 2016 1 commit
-
-
Davis King authored
is because some build systems seem to mess up the parallel build of these two things and sometimes rebuild and potentially clobber object files during the parallel build. I haven't seen this result in a problem, but the race condition does seem to exist in some build systems. So this should force the two top level targets to be build sequentially rather than in parallel, thus avoiding any possible race condition.
-
- 19 Dec, 2016 3 commits
-
-
Juha Reunanen authored
-
Juha Reunanen authored
Solution: don't set CUDA_PROPAGATE_HOST_FLAGS to OFF when using Visual Studio
-
Juha Reunanen authored
-
- 14 Dec, 2016 1 commit
-
-
Davis King authored
partial C++11 support and funny cmake behavior of clang on OS X.
-
- 13 Dec, 2016 1 commit
-
-
Davis King authored
-
- 29 Nov, 2016 1 commit
-
-
Davis King authored
-