Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
b4118c51
Commit
b4118c51
authored
May 27, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
040cfe88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
howto_contribute.xml
docs/docs/howto_contribute.xml
+1
-1
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