Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b4118c51
Commit
b4118c51
authored
May 27, 2014
by
Davis King
Browse files
updated docs
parent
040cfe88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/docs/howto_contribute.xml
docs/docs/howto_contribute.xml
+1
-1
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+3
-3
No files found.
docs/docs/howto_contribute.xml
View file @
b4118c51
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<li>
Help make the web page prettier
</li>
<li>
Help make the web page prettier
</li>
<li>
Link to dlib from your web page
</li>
<li>
Link to dlib from your web page
</li>
<li>
Add yourself or your project to the list of
<li>
Add yourself or your project to the list of
<a
href=
"http://sourceforge.net/
apps/mediawiki/dclib/index.php?title=
Known_users"
>
dlib users
</a>
</li>
<a
href=
"http://sourceforge.net/
p/dclib/wiki/
Known_users
/
"
>
dlib users
</a>
</li>
<li>
Try to run the dlib regression test suite on any platforms you
<li>
Try to run the dlib regression test suite on any platforms you
have access to
</li>
have access to
</li>
</ul>
</ul>
...
...
docs/docs/release_notes.xml
View file @
b4118c51
...
@@ -26,10 +26,10 @@ New Features:
...
@@ -26,10 +26,10 @@ New Features:
- The point transform functions and frobmetric_training_sample are now serializable.
- The point transform functions and frobmetric_training_sample are now serializable.
- Added a simplified operator
<<
and
>>
based syntax for serializing to and
- Added a simplified operator
<<
and
>>
based syntax for serializing to and
from files. So now you can serialize to a file using a syntax of:
from files. So now you can serialize to a file using a syntax of:
serialize("myfile.dat")
<<
myobject
<<
another_object;
serialize("myfile.dat")
<<
myobject
<<
another_object;
and then load those objects from disk via:
and then load those objects from disk via:
deserialize("myfile.dat")
>>
myobject
>>
another_object;
deserialize("myfile.dat")
>>
myobject
>>
another_object;
An arbitrary number of objects can be serialize or deserialized by
An arbitrary number of objects can be serialize
d
or deserialized by
chaining the
<<
and
>>
operators.
chaining the
<<
and
>>
operators.
Non-Backwards Compatible Changes:
Non-Backwards Compatible Changes:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment