Commit Graph

3152 Commits

Author SHA1 Message Date
Davis King 02d4d2a23c fixed grammar 2012-11-12 23:09:29 -05:00
Davis King e23a612c24 updated release notes 2012-11-12 22:53:35 -05:00
Davis King 74d799fa69 updated release notes 2012-11-12 20:37:38 -05:00
Davis King 64539e6530 fixed grammar 2012-11-12 20:09:03 -05:00
Davis King 0ee2743851 clarified the BSP spec 2012-11-12 19:52:55 -05:00
Davis King c495350d53 added comments to this example program 2012-11-12 19:26:28 -05:00
Davis King 3be303177f A minor change to avoid a compiler warning in gcc 4.1 2011-08-08 18:28:46 -04:00
Davis King 236e90e3f0 Fixed compiler error with the cmd_line_parser and global swap() introduced
in the last change.
2012-11-12 16:52:37 -05:00
Davis King e9e0b65d6f simplified example program 2012-11-12 16:07:13 -05:00
Davis King e1ce4b6ea3 updated docs 2012-11-12 16:06:08 -05:00
Davis King 7f9fbba5ed Turned the cmd_line_parser into a single implementation component (from the
user perspective anyway).
2012-11-12 15:58:24 -05:00
Davis King f7165919bf Simplified example programs 2012-11-12 15:25:35 -05:00
Davis King 44be25e156 Added the command_line_parser and wcommand_line_parser typedefs. 2012-11-12 15:25:02 -05:00
Davis King 8e5e1e89a5 updated docs 2012-11-12 13:36:09 -05:00
Davis King c4dcd48e0a Added unit tests for find_max_parse_cky(). 2012-11-12 12:59:04 -05:00
Davis King 2337fae8ca updated docs 2012-11-12 12:39:03 -05:00
Davis King 39ca46caa1 Simplified find_max_parse_cky() by making it only output a single tree.
Also added find_trees_not_rooted_with_tag().
2012-11-12 12:33:08 -05:00
Davis King f1a08876da Added missing #include 2012-11-12 11:25:03 -05:00
Davis King 07b5b2e37b filled out spec 2012-11-12 11:23:39 -05:00
Davis King 1493769dee removed cruft 2012-11-12 09:46:20 -05:00
Davis King 90970e31e9 updated front page 2012-11-12 09:45:40 -05:00
Davis King 2e4e37dc80 made code a little clearer 2012-11-11 23:03:13 -05:00
Davis King 249b0dd116 Added serialization support to constituent and parse_tree_element. 2012-11-11 22:10:16 -05:00
Davis King 47d118c1a7 updated spec 2012-11-11 21:37:56 -05:00
Davis King 0aedc0d2f2 updated docs 2012-11-11 21:34:45 -05:00
Davis King 8662d1c1ac added missing #include 2012-11-11 21:28:04 -05:00
Davis King f02e5477cc Added find_max_parse_cky() and its supporting tools. 2012-11-11 21:10:16 -05:00
Davis King 626cfb90c0 updated docs 2012-11-08 22:33:04 -05:00
Davis King 0bd9ec0730 Made the default distances of sample_pair and ordered_sample_pair objects
1 instead of infinity.
2012-11-08 22:32:14 -05:00
Davis King 0b15dae357 Fixed clang compiler error 2012-11-08 21:57:11 -05:00
Davis King eb4b5db7bf Fixed clang warnings 2012-11-08 21:56:47 -05:00
Davis King b9f8258f1d updated release notes 2012-11-08 21:29:08 -05:00
Davis King 46cbfba856 Added a reference to a useful book 2012-11-08 20:46:35 -05:00
Davis King b2547b62c1 Added references to the book Structured Prediction and Learning in Computer Vision 2012-11-08 20:44:50 -05:00
Davis King 6ccf3ac6e5 updated docs 2012-11-08 20:09:27 -05:00
Davis King 270d1140de updated docs 2012-11-07 23:17:41 -05:00
Davis King 0aaa6dd88c made the change log page not use pre tags anymore for the comment display. 2012-11-07 23:15:18 -05:00
Davis King b0b281cb2a updated docs 2012-11-07 22:36:01 -05:00
Davis King f827c493a1 clarified spec 2012-11-07 22:22:10 -05:00
Davis King dd97e3b4cc updated docs 2012-11-07 22:08:23 -05:00
Davis King a03bf28054 Fixed typo in spec 2012-11-07 21:49:10 -05:00
Davis King 7b7209b7ed updated docs 2012-11-07 21:48:40 -05:00
Davis King 943874c5a7 fixed spacing 2012-11-07 21:45:06 -05:00
Davis King 35d390282f Updated examples to use simpler syntax. 2012-11-07 21:41:50 -05:00
Davis King c2825e8625 Moved function definitions into cpp files and also updated the server_http's
spec appropriately.
2012-11-07 21:28:28 -05:00
Davis King 5e7303a320 Just renamed these files
--HG--
rename : dlib/server/server_http_1.h => dlib/server/server_http.h
rename : dlib/server/server_iostream_1.h => dlib/server/server_iostream.h
rename : dlib/server/server_kernel_1.h => dlib/server/server_kernel.h
2012-11-07 19:40:57 -05:00
Davis King 71836bf829 Converted server tools into regular classes so you don't have to
say ::kernel or anything to instantiate them.  Still need to
move their method implementations into cpp files.
2012-11-07 19:39:09 -05:00
Davis King 233cd646b7 code cleanup 2012-11-07 18:17:52 -05:00
Davis King 62d28ae465 Added a missing mutex 2012-11-07 18:12:40 -05:00
Davis King 444dd70d34 Removed try/catch block since it is now redundant 2012-11-07 18:11:28 -05:00