Davis King
0b3cf015db
Cleaned up a few things
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402671
2008-11-27 14:02:31 +00:00
Davis King
bfd20f98d3
updated the docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402670
2008-11-27 03:50:14 +00:00
Davis King
55aa4367e9
Added the bound_function_pointer object.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402669
2008-11-27 02:59:22 +00:00
Davis King
1e6a2f15fd
Fixed grammar in comments.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402668
2008-11-27 02:50:45 +00:00
Davis King
562e875867
Fixed a minor bug in how the zoomable_region widget
...
drew itself after a resize in some cases.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402667
2008-11-21 21:37:21 +00:00
Davis King
7239be49e4
Added comments to clarify when exceptions are thrown since I just changed
...
the definition of a missing throws block in the library introduction.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402666
2008-11-21 02:59:59 +00:00
Davis King
4cfc9457b4
updated the docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402665
2008-11-21 02:57:18 +00:00
Davis King
1297675ed0
Fixed incorrect #include
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402664
2008-11-20 00:10:26 +00:00
Davis King
d8009aac6d
updated todo list (as a test)
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402663
2008-11-15 22:14:07 +00:00
Davis King
db93a97b17
updated todo list
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402662
2008-11-15 22:04:13 +00:00
Davis King
3d08c5c035
updated the docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402661
2008-11-14 13:57:55 +00:00
Davis King
16e8f9f1bf
Changed the fatal_error exception class so that it aborts your program
...
and prints a message if you try to construct it more than once since
doing so indicates that you ignored the first fatal error.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402660
2008-11-14 12:55:21 +00:00
Davis King
5125bddebe
Fixed compile time warning.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402659
2008-11-14 12:53:56 +00:00
Davis King
033c7478d2
Changed the code to suppress a potential compiler warning.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402658
2008-11-14 02:23:57 +00:00
Davis King
1a084013cc
made the specs more clear
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402657
2008-11-13 01:18:18 +00:00
Davis King
d55e5cc903
fixed incorrect link
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402656
2008-11-12 22:12:28 +00:00
Davis King
89ce7274c2
Fixed grammar
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402655
2008-11-12 22:07:15 +00:00
Davis King
4aee46138c
Changed the makesnapshot script so that it creates an index.html file with
...
links to the snapshot archives and chm file.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402654
2008-11-11 01:48:39 +00:00
Davis King
4842f50502
made a release
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402652
2008-11-11 00:05:26 +00:00
Davis King
d200a68404
Removed the constructor try/catch blocks from the gui examples
...
since they don't always compile in visual studio 7.1 and they
would probably confuse most people anyway.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402651
2008-11-10 23:57:03 +00:00
Davis King
3cd43a2c96
- Changed cmake file so that it won't print messages about looking for libpng
...
- Added some missing #includes to the thread_pool header
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402650
2008-11-10 22:25:36 +00:00
Davis King
0307cb1de6
Fixed some typos in the svd specs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402649
2008-11-10 22:10:59 +00:00
Davis King
1b08adbcad
Added overloads for listener::accept() that can take scoped_ptr
...
objects as well as normal connection pointers. Also reconciled
the type used for timeouts between the win32 and posix version
of the code.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402648
2008-11-09 21:55:57 +00:00
Davis King
82b16922fd
updated the docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402647
2008-11-09 20:56:27 +00:00
Davis King
92a3b38d5f
Added a missing text_field::set_style() to the spec file.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402646
2008-11-09 02:21:13 +00:00
Davis King
a4d4d4efda
Changed a few things to avoid warnings in visual studio
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402645
2008-11-08 19:15:41 +00:00
Davis King
e236f0ea9e
Fixed a typo in the spec for the std_vector_c object.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402644
2008-11-08 00:05:28 +00:00
Davis King
8ebd22a4c2
fixed compiler warning in visual studio
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402643
2008-11-07 23:57:28 +00:00
Davis King
3a082e2aa9
updated the docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402642
2008-11-07 02:21:50 +00:00
Davis King
c379e0cc48
Cleaned up the code for converting between hostnames and IP addresses
...
a little bit.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402641
2008-11-07 02:21:23 +00:00
Davis King
573d043e8d
Finished integrating the new svd from Jack Riddle.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402640
2008-11-07 02:19:24 +00:00
Davis King
f6df5ad191
Added missing requires clause.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402639
2008-11-07 01:47:21 +00:00
Davis King
ed0261feb4
Changed code slightly to avoid a bunch of compiler warnings from gcc 4.3
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402638
2008-11-07 01:40:37 +00:00
Davis King
e1a0626b83
Added missing assert to the thread_pool object
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402637
2008-11-07 00:04:51 +00:00
Davis King
65c4e4a970
updated the docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402636
2008-11-06 04:29:42 +00:00
Davis King
67981f1002
Made the spec more clear
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402635
2008-11-06 04:26:36 +00:00
Davis King
a8a198d3ce
Added a thread pool example
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402634
2008-11-06 04:13:03 +00:00
Davis King
10cccc0451
Added the thread_pool object
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402633
2008-11-06 03:16:03 +00:00
Davis King
f29f7e2995
Fixed a broken link.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402632
2008-11-05 04:17:32 +00:00
Davis King
5dea5dbc5c
Changed code so that it compiles in visual studio
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402631
2008-11-03 23:59:16 +00:00
Davis King
d7ecc1fa97
Made the member_function_pointer more robust to the amount of memory in its stack
...
based block of memory not being big enough. We should now be guaranteed that it
will either fit or it won't compile.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402630
2008-11-03 23:45:59 +00:00
Davis King
5faacf9753
updated the docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402629
2008-11-03 02:39:33 +00:00
Davis King
3e96899015
Added more matrix tests
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402628
2008-11-03 02:39:01 +00:00
Davis King
112eaab9b0
Added the diagm(), svd2() and svd3() functions.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402627
2008-11-03 02:31:53 +00:00
Davis King
e786884acc
Added functions to the vector_normalizer object to allow you to
...
inspect the mean, stddev, and pca matrices it contains. Also
changed it so that, if you ask it to train pca, then it always
uses the pca matrix even if it doesn't result in a smaller
output vector.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402626
2008-11-02 14:00:47 +00:00
Davis King
a6f633fa3a
Removed all the makedepend stuff from the makefile since it just
...
ends up confusing people and you have to regenerate it for different
machines most of the time anyway.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402625
2008-11-02 13:35:08 +00:00
Davis King
805365a154
Made sure the destructor for mp_base_base gets called before anyone clones
...
data into the mp_base_base's memory space.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402624
2008-10-31 20:19:47 +00:00
Davis King
7cefb1e5db
Updated the spec to reflect the fact that member function pointer
...
objects no longer make memory allocations and thus will never
throw bad_alloc.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402623
2008-10-31 18:46:19 +00:00
Davis King
93542b8869
Added some stuff to a few of the examples regarding saving things to
...
disk with serialize().
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402622
2008-10-31 18:12:18 +00:00
Davis King
a03e9b2e1a
Added something to the base64 object to allow the user to
...
control how it writes out end of lines.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402621
2008-10-31 17:34:45 +00:00