mirror of https://github.com/davisking/dlib.git
updated the docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402661
This commit is contained in:
parent
16e8f9f1bf
commit
3d08c5c035
|
@ -11,6 +11,19 @@
|
||||||
<!-- ******************************************************************************* -->
|
<!-- ******************************************************************************* -->
|
||||||
|
|
||||||
<current>
|
<current>
|
||||||
|
New Stuff:
|
||||||
|
|
||||||
|
Non-Backwards Compatible Changes:
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
Other:
|
||||||
|
|
||||||
|
</current>
|
||||||
|
|
||||||
|
<!-- ******************************************************************************* -->
|
||||||
|
|
||||||
|
<old name="17.12" date="Nov 10, 2008">
|
||||||
New Stuff:
|
New Stuff:
|
||||||
- Added user settable styles to most of the gui widgets
|
- Added user settable styles to most of the gui widgets
|
||||||
- Added the diagm(), svd2() and svd3() matrix functions
|
- Added the diagm(), svd2() and svd3() matrix functions
|
||||||
|
@ -36,7 +49,7 @@ Other:
|
||||||
- The member_function_pointer object now never calls new or delete.
|
- The member_function_pointer object now never calls new or delete.
|
||||||
So it is safe to use in a real time environment.
|
So it is safe to use in a real time environment.
|
||||||
|
|
||||||
</current>
|
</old>
|
||||||
|
|
||||||
<!-- ******************************************************************************* -->
|
<!-- ******************************************************************************* -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue