Commit caf8437c authored by Davis King's avatar Davis King

updated main page

parent 19ccb387
...@@ -53,14 +53,18 @@ ...@@ -53,14 +53,18 @@
<li><b>Portable Code</b> <li><b>Portable Code</b>
<ul> <ul>
<li>All non ISO C++ code is isolated inside the OS abstraction layers which are kept as small as possible. <li>There is no installation or configure step needed before you can use the library. See the
The rest of the library is either layered on top of the OS <a href="compile.html">How to compile</a> page for details.</li>
abstraction layers or is pure ISO C++. </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>Big/little endian agnostic</li>
<li>No other packages are required to use the library. Only APIs that are <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> provided by an out of the box OS are needed. </li>
<li>The library is tested regularly on win32, Linux, and Mac OS X systems. However, it should <li>Good unit test coverage. The ratio of unit test lines of code to library lines of
work on any POSIX system and has been tested on Solaris, HPUX, and the BSDs.</li> 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> </ul>
</li> </li>
<li><b>Threading</b> <li><b>Threading</b>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment