- 17 May, 2017 1 commit
-
-
tschw authored
-
- 16 May, 2017 1 commit
-
-
Davis King authored
-
- 15 May, 2017 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
elelel authored
* Convert unique_ptr * Fix passing unique_ptr as copy by value * Remove scoped_ptr implementation * Fix missed files * Move bool cast into tester macro * Reexport scoped_ptr alias from sockets
-
Davis King authored
-
Davis King authored
simplified script a little.
-
- 14 May, 2017 3 commits
-
-
elelel authored
-
Davis King authored
-
elelel authored
* Replace shared_ptr/weak_ptr with stdlib counterparts * Fix ptr usage through tests compilation * Bring back dlib smart ptrs as legacy * Include scoped_ptr directly * Add explanation about smart_ptr deprecation * Replace shared_ptr_thread_safe * Fix missed old include * Removed missed old include
-
- 13 May, 2017 1 commit
-
-
elelel authored
* Replace shared_ptr/weak_ptr with stdlib counterparts * Fix ptr usage through tests compilation * Bring back dlib smart ptrs as legacy * Include scoped_ptr directly * Add explanation about smart_ptr deprecation
-
- 08 May, 2017 14 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
the example restarts correctly.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
affine layers was changed so to use the same conventions as other layers that support convolutional vs fully connected modes.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 07 May, 2017 2 commits
-
-
Davis King authored
to caffe models. Not all layers are supported yet, but it works on the net from the first dlib dnn example program. Will add the rest of the layers soon.
-
Davis King authored
you to ask for attributes that don't exist and get a defined behavior (an exception being thrown) rather than it being a contract violation.
-
- 05 May, 2017 2 commits
-
-
Davis King authored
-
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.
-