- 05 May, 2017 1 commit
-
-
Andy Li authored
* added basic AppVeyor config * [AppVeyor] /verbosity:minimal
-
- 03 May, 2017 1 commit
-
-
Jim61C authored
-
- 01 May, 2017 2 commits
-
-
Evgeniy Fominov authored
* fix multiarch install * fix include dir * cleaned up stuff and removed things we don't need anymore
-
cclough authored
-
- 30 Apr, 2017 1 commit
-
-
Evgeniy Fominov authored
* added neon functions * TK1 tests passed * code cleanup * Re-tested on TK1 * improve simd4i * fixed simd4f_bool neon * fix simd8i sse operator <= * restored rsqrt/VSX * fixed simd4f/neon/reciprocal_sqrt
-
- 21 Apr, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 20 Apr, 2017 1 commit
-
-
Davis King authored
-
- 17 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.
-
- 15 Apr, 2017 1 commit
-
-
Roy Macdonald authored
* Fixes issue with object named nil that collide with apple's definition. * fix nil named objects: changed name to no_parent
-
- 14 Apr, 2017 1 commit
-
-
ernestotapiar authored
-
- 07 Apr, 2017 4 commits
-
-
Joost van Amersfoort authored
* Add support for Python3.6 lib search with Cmake A recent commit added support for python3.5 lib search with Cmake. This PR extends that to python 3.6. Relevant old commit: https://github.com/davisking/dlib/commit/17a2c75ddffb13e915686803c5e3bf4cc1389a96 * Turn python versions into a list
-
Davis King authored
function of the release/debug drop down menu when using visual studio's IDE.
-
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.
-
- 06 Apr, 2017 1 commit
-
-
Davis King authored
messed it up and effectively disabled cuda in visual studio. This fixes that.
-
- 05 Apr, 2017 14 commits
-
-
Davis King authored
-
Davis King authored
-
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.
-
goodloop authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
also pushed all the cuda #includes into a .cpp file.
-
Davis King authored
-
Davis King authored
-
sigbjorn authored
* temporary workaround for python hanging on dlib::shared_ptr_thread_safe<global_clock> when extension-module using dlib is unloaded on windows platform * added some more doc and tests for the new delete_global_clock function. Minor adjustment to singleton pattern to allow easy access to singleton shared ptr * alternate _WIN32 specific solution, with no extra functions nor user-actions needed * removed floating/obsolete delete_global_clock, tab to space * leaving linux code unchanged in static desctructor * cleanup not modified files * align formatting
-
- 03 Apr, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
rather than the entire tensor.
-
- 30 Mar, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
so they visit layers in the correct order.
-
- 28 Mar, 2017 3 commits
-
-
Davis King authored
Changed from ctrl to alt because otherwise it's easy to accidentally hit ctrl up and jump when you don't meant to while pruning an image list.
-
Davis King authored
-
Davis King authored
-