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
2a494a51
Commit
2a494a51
authored
Jun 01, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
8aa26ff4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
index.xml
docs/docs/index.xml
+7
-8
No files found.
docs/docs/index.xml
View file @
2a494a51
...
...
@@ -48,20 +48,19 @@
</ul>
</li>
<li><b>
Portable Code
</b>
<li><b>
High Quality
Portable Code
</b>
<ul>
<li>
Good unit test coverage. The ratio of unit test lines of code to library lines of
code is about 1 to 4.
</li>
<li>
The library is tested regularly on MS Windows, Linux, and Mac OS X systems. However, it should
work on any POSIX system and has been used on Solaris, HPUX, and the BSDs.
</li>
<li>
No other packages are required to use the library. Only APIs that are
provided by an out of the box OS are needed.
</li>
<li>
There is no installation or configure step needed before you can use the library. See the
<a
href=
"compile.html"
>
How to compile
</a>
page for details.
</li>
<li>
All operating system specific code is isolated inside the OS abstraction layers which are
kept as small as possible. The rest of the library is either layered on top of the OS
abstraction layers or is pure ISO standard C++.
</li>
<li>
Big/little endian agnostic
</li>
<li>
No other packages are required to use the library. Only APIs that are
provided by an out of the box OS are needed.
</li>
<li>
Good unit test coverage. The ratio of unit test lines of code to library lines of
code is about 1 to 5.
</li>
<li>
The library is tested regularly on MS Windows, Linux, and Mac OS X systems. However, it should
work on any POSIX system and has been used on Solaris, HPUX, and the BSDs.
</li>
</ul>
</li>
<li><b>
Threading
</b>
...
...
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