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 |
|
Davis King
|
1db057d69c
|
Refactored the code in the http server so that it will be more reusable
by other tools.
|
2012-11-07 18:10:05 -05:00 |
|
Davis King
|
05b1ba8bcb
|
Set the default max number of connections a server will accept at a
time to 1000 rather than the previous default of infinity.
|
2012-11-06 22:42:37 -05:00 |
|
Davis King
|
4c3578dd7f
|
updated http example
|
2012-11-06 22:36:24 -05:00 |
|
Davis King
|
ca2188c030
|
Merged and simplified the code a little.
|
2012-11-06 22:34:51 -05:00 |
|
Davis King
|
fed3137226
|
Changed author line of change log to use a link to the author's
email rather than just putting it in brackets.
|
2012-11-06 18:07:32 -05:00 |
|
Davis King
|
28bc48a577
|
updated docs
|
2012-11-06 16:54:06 -05:00 |
|
Davis King
|
1fe09ba044
|
Changed the change log docs so they show the author line. Also made them
show a little more of the revision string.
|
2012-11-06 16:49:05 -05:00 |
|
Davis King
|
65a7ef9520
|
merged
|
2012-11-06 16:38:19 -05:00 |
|
Martin Müllenhaupt
|
42cdbe6732
|
fixed get_max_parameter_id() (see http://www.sqlite.org/limits.html at 9.)
|
2012-11-06 11:59:26 +01:00 |
|
Davis King
|
b50d78866d
|
updated docs
|
2012-11-05 22:06:47 -05:00 |
|
Davis King
|
9c8c179b7f
|
updated docs
|
2012-11-05 22:03:59 -05:00 |
|
Davis King
|
c359a37d39
|
Moved more graph tools into the graph_utils folder.
--HG--
rename : dlib/manifold_regularization/function_objects.h => dlib/graph_utils/function_objects.h
rename : dlib/manifold_regularization/function_objects_abstract.h => dlib/graph_utils/function_objects_abstract.h
|
2012-11-05 22:00:02 -05:00 |
|
Davis King
|
4f119ed6e8
|
Moved the edge list graph tools out of the manifold_regularization folder
and into graph_utils.
--HG--
rename : dlib/manifold_regularization/graph_creation.h => dlib/graph_utils/edge_list_graphs.h
rename : dlib/manifold_regularization/graph_creation_abstract.h => dlib/graph_utils/edge_list_graphs_abstract.h
rename : dlib/manifold_regularization/ordered_sample_pair.h => dlib/graph_utils/ordered_sample_pair.h
rename : dlib/manifold_regularization/ordered_sample_pair_abstract.h => dlib/graph_utils/ordered_sample_pair_abstract.h
rename : dlib/manifold_regularization/sample_pair.h => dlib/graph_utils/sample_pair.h
rename : dlib/manifold_regularization/sample_pair_abstract.h => dlib/graph_utils/sample_pair_abstract.h
|
2012-11-05 21:52:27 -05:00 |
|
Davis King
|
76925a3cbc
|
Made the geometry tools its own top level section rather than being
a collapsed subsection.
|
2012-11-05 21:35:07 -05:00 |
|
Davis King
|
e2d3bfad7d
|
Moved all the graph tools onto their own page.
|
2012-11-05 21:31:34 -05:00 |
|
Davis King
|
df7dd6b511
|
updated docs
|
2012-11-05 20:29:00 -05:00 |
|
Davis King
|
74328fe324
|
updated docs
|
2012-11-05 18:13:24 -05:00 |
|
Davis King
|
2ab346de59
|
clarified spec
|
2012-11-05 18:13:17 -05:00 |
|
Davis King
|
97871ed9b3
|
Minor change to avoid compiler error.
|
2012-11-05 17:35:02 -05:00 |
|
Davis King
|
481bee84ba
|
fixed linker errors
|
2012-11-04 22:00:53 -05:00 |
|
Davis King
|
1e85684c3e
|
updated docs
|
2012-11-04 21:54:33 -05:00 |
|
Davis King
|
5f02bb2a48
|
Added unit tests for the new clustering code.
|
2012-11-04 21:49:26 -05:00 |
|
Davis King
|
85441f3fe5
|
Fixed a minor bug
|
2012-11-04 21:48:52 -05:00 |
|