Commit Graph

3379 Commits

Author SHA1 Message Date
Davis King b445ddbd8d Switched this code to use the oca object's ability to force a weight to 1
instead of rolling its own implementation.
2013-01-03 22:00:02 -05:00
Davis King 277b47ae58 Added the option to force the last weight to 1. 2013-01-03 21:55:53 -05:00
Davis King 59cd70c643 tweaked icons and logo a little 2013-01-02 21:53:03 -05:00
Davis King cb1c3df1a2 Minor change to svg paths 2013-01-01 23:11:57 -05:00
Davis King bc3cee678a tweaked the download button a little 2013-01-01 23:09:58 -05:00
Davis King 04c7c36ec4 changed svg document size to contain all the contents 2013-01-01 20:58:52 -05:00
Davis King 6d12bbd065 Fixed image alignment 2013-01-01 20:58:32 -05:00
Davis King 88cd0f518c changed download icon slightly 2013-01-01 20:12:19 -05:00
Davis King 795f6fe3d3 Changed logos slightly and added a nicer download button. Also added some
icon files.
2013-01-01 19:57:33 -05:00
Davis King 633f749741 made the logo always link to dlib.net 2013-01-01 18:22:19 -05:00
Davis King ee89affba5 made makedocs copy the .ico file over. 2013-01-01 18:20:10 -05:00
Davis King 83f5967667 Added initial version of dlib logo 2013-01-01 18:17:17 -05:00
Davis King 482474c8f3 relaxed test slightly 2012-01-22 19:51:46 -05:00
Davis King 1e8bc43527 Relaxed test slightly to avoid false alarms. 2011-08-10 01:14:16 -04:00
Davis King 3f477c1fef A minor change to avoid a warning from gcc 4.4 2012-12-29 00:08:03 -05:00
Davis King e93639f144 These changes don't actually change what the code does, but they
avoid some silly warnings from gcc 4.4 and 4.5.
2012-12-28 23:39:49 -05:00
Davis King a8337a667d Fixed a double unlock bug. 2012-12-28 19:33:43 -05:00
Davis King 2461a5e16a Fixed spelling error in comment. 2012-12-28 19:19:00 -05:00
Davis King 1a6554bce5 merged 2012-12-28 19:14:58 -05:00
Davis King 68e88433fc Changed the spec for mutex::unlock() to say that it is illegal for a thread to
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.
2012-12-28 19:14:31 -05:00
Davis King d5ca4a8b5b Changed the thread_pool so it uses auto_mutex::unlock() in the appropriate places
instead of mutex::unlock().
2012-12-28 19:02:38 -05:00
Davis King d6c200693e Added auto_mutex::unlock() 2012-12-28 19:01:10 -05:00
Davis King 213b0ff14b Added speed information about the pipe and bridge 2012-12-28 17:11:44 -05:00
Davis King 2c1a2f4ee6 Added some polynomial drawing to the testing gui 2012-12-28 15:22:02 -05:00
Davis King af7fcb0e09 Improved unit test repeatability. 2012-12-28 14:50:30 -05:00
Davis King 7087d75369 Switched the windows implementation of dlib::mutex to use a CRITICAL_SECTION instead
of a "mutex" (i.e. the thing made by CreateMutex()) since a critical section does the
same thing but faster.
2012-12-28 14:38:15 -05:00
Davis King 05f3537858 merged 2012-12-28 11:50:05 -05:00
Davis King 1653a8f502 changed the array2d overloads to read/write all the data in one block. 2012-12-28 11:49:41 -05:00
Davis King b1902bd0ad spelling 2012-12-28 10:54:15 -05:00
Davis King 12a1104e65 grammar 2012-12-28 10:53:25 -05:00
Davis King b5c0dede2b Clarified threading discussion in intro. 2012-12-28 10:51:02 -05:00
Davis King dc9db58090 merged 2012-12-28 10:23:56 -05:00
Davis King 658927b37c clarified spec 2012-12-28 10:23:39 -05:00
Davis King 2516cac59c Added a bunch of THREAD SAFETY blocks to the specs for various machine learning
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.
2012-12-28 10:22:42 -05:00
Davis King c6df93f5b7 Relaxed test slightly to avoid false alarm in visual studio 2005 2012-12-28 09:10:57 -05:00
Davis King 6b74536103 A minor change to avoid a warning in visual studio. 2012-12-28 08:27:20 -05:00
Davis King 0b88840f64 relaxed test a little 2012-12-27 16:23:54 -05:00
Davis King 17bde91955 Merge 2012-12-27 15:59:04 -05:00
Davis King 3c5251bb7b Renamed a variable to avoid a name conflict in visual studio 2005 2012-12-27 15:58:43 -05:00
Davis King 7ae702a49f Changed how murmur hash was used in find_max_factor_graph_nmplp to avoid a
violation of the strict aliasing rule.  This fixes a bug which caused
find_max_factor_graph_nmplp() to not work properly on some compilers.
2012-12-27 15:56:56 -05:00
Davis King 453fee6235 Relaxed test slightly 2012-12-27 15:28:55 -05:00
Davis King 7af1734d59 Changed to avoid compiler errors in visual studio 2012-12-27 15:06:51 -05:00
Davis King 580d90f0ea Added some casts to avoid warnings in gcc 4.1.2 2011-08-09 18:08:46 -04:00
Davis King aa4d7caa37 Changed slightly to avoid compiler error in gcc 4.1.2 2011-08-09 18:07:39 -04:00
Davis King 24e3fe504c merged 2012-12-27 14:43:30 -05:00
Davis King 892fa86c46 Made tests more robust 2012-12-27 14:43:13 -05:00
Davis King 29cc31cd8d updated docs 2012-12-27 14:10:07 -05:00
Davis King 43d9768ecc Added unit tests for rank_unlabeled_training_samples() 2012-12-27 14:09:20 -05:00
Davis King b5e8d9d835 Added rank_unlabeled_training_samples() 2012-12-27 11:52:06 -05:00
Davis King 015643e078 Made the matrix_exp iterator a proper iterator 2012-12-27 11:47:01 -05:00