- 20 Dec, 2017 4 commits
 - 
- 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 
 - 
 - 19 Dec, 2017 7 commits
 - 
- 
Davis King authored
expressions.
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 
 - 
 - 18 Dec, 2017 4 commits
 - 
- 
Davis King authored
 - 
David Hirvonen authored
* fix chrono cast for llvm https://stackoverflow.com/a/18284105 tested: clang-3.9, clang-5.0 ``` /Source/dlib/dir_nav/dir_nav_kernel_2.h:397:31: error: no viable overloaded '+=' last_modified += std::chrono::nanoseconds(buffer.st_atim.tv_nsec); ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/chrono:782:43: note: candidate function not viable: no known conversion from 'duration<[...], ratio<[...], 1000000000>>' to 'const duration<[...], ratio<[...], 1000000>>' for 1st argument _LIBCPP_INLINE_VISIBILITY time_point& operator+=(const duration& __d) {__d_ += __d; return *this;} ^ Source/dlib/dir_nav/dir_nav_kernel_2.cpp:69:33: error: no viable overloaded '+=' state.last_modified += std::chrono::nanoseconds(buffer.st_atim.tv_nsec); ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/chrono:782:43: note: candidate function not viable: no known conversion from 'duration<[...], ratio<[...], 1000000000>>' to 'const duration<[...], ratio<[...], 1000000>>' for 1st argument _LIBCPP_INLINE_VISIBILITY time_point& operator+=(const duration& __d) {__d_ += __d; return *this;} ``` * fix typo
 - 
Davis King authored
the code, but it helps visual studio use less RAM when building the example, and might make appveyor not crash. It's also a slightly cleaner way to write the code anyway.
 - 
Davis King authored
 
 - 
 - 17 Dec, 2017 11 commits
 - 
- 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 
 - 
 - 16 Dec, 2017 3 commits
 - 
- 
ernestotapiar authored
* Removed redudant (repeated) definition of sample_type. * Added return statement in the documentation of the (lambda) upper bound function.
 - 
Davis King authored
 - 
Davis King authored
 
 - 
 - 14 Dec, 2017 1 commit
 - 
- 
Davis King authored
 
 - 
 - 13 Dec, 2017 2 commits
 - 
- 
Davis King authored
 - 
Aron Rubin authored
* Fixed type passing to opencv to use basic instead of aggregate. * Change tabs to spaces.
 
 - 
 - 12 Dec, 2017 2 commits
 - 
- 
Davis King authored
 - 
wyd1520 authored
 
 - 
 - 11 Dec, 2017 6 commits
 - 
- 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 - 
Davis King authored
 
 -