1. 15 May, 2017 6 commits
  2. 14 May, 2017 3 commits
  3. 13 May, 2017 1 commit
    • elelel's avatar
      Replace shared_ptr/weak_ptr with STL's versions (#588) · 74f9f2fb
      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
      74f9f2fb
  4. 08 May, 2017 14 commits
  5. 07 May, 2017 2 commits
  6. 05 May, 2017 2 commits
  7. 03 May, 2017 1 commit
  8. 01 May, 2017 2 commits
  9. 30 Apr, 2017 1 commit
    • Evgeniy Fominov's avatar
      ARM NEON SIMD support (#564) · 5f0c1a1c
      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
      5f0c1a1c
  10. 21 Apr, 2017 3 commits
  11. 20 Apr, 2017 1 commit
  12. 17 Apr, 2017 1 commit
    • David Seifert's avatar
      CMake improvements (#539) · 802fc36d
      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.
      802fc36d
  13. 15 Apr, 2017 1 commit
  14. 14 Apr, 2017 1 commit
  15. 07 Apr, 2017 1 commit