- 02 Jan, 2013 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
icon files.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 23 Jan, 2012 1 commit
-
-
Davis King authored
-
- 10 Aug, 2011 1 commit
-
-
Davis King authored
-
- 29 Dec, 2012 14 commits
-
-
Davis King authored
-
Davis King authored
avoid some silly warnings from gcc 4.4 and 4.5.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
unlock a dlib::mutex it doesn't own. This is technically a non-backwards compatible change to the API but it has always been implemented in a way that didn't allow this kind of double unlock() on non-Windows platforms. Additionally, the recent change to the dlib::mutex implementation on windows also no longer allows this kind of double unlock.
-
Davis King authored
instead of mutex::unlock().
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
of a "mutex" (i.e. the thing made by CreateMutex()) since a critical section does the same thing but faster.
-
Davis King authored
-
Davis King authored
-
- 28 Dec, 2012 14 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
function objects. In general, I noted that in most cases they are safe to use from multiple threads so long as they are not modified.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
violation of the strict aliasing rule. This fixes a bug which caused find_max_factor_graph_nmplp() to not work properly on some compilers.
-
Davis King authored
-
Davis King authored
-
- 10 Aug, 2011 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 28 Dec, 2012 2 commits
-
-
Davis King authored
-
Davis King authored
-