Move Portability section to the web site.

This commit is contained in:
Victor Zverovich 2014-04-18 08:26:23 -07:00
parent 395f7a9615
commit 64005c04ac

View File

@ -36,8 +36,8 @@ Features
overflow errors.
* Ease of use: small self-contained code base, no external dependencies,
permissive BSD `license`_.
* `Portability`_ with consistent output across platforms and support
for older compilers.
* `Portability <http://cppformat.github.io#portability>`__ with consistent output
across platforms and support for older compilers.
* Clean warning-free codebase even on high warning levels
(-Wall -Wextra -pedantic).
* Support for wide strings.
@ -322,17 +322,6 @@ or the bloat test::
$ make bloat_test
Portability
-----------
The format library has been tested on the following systems and compilers:
* 64-bit (amd64) GNU/Linux with GCC 4.6.3, 4.7.2 and Intel C++ Compiler (ICC) 14.0.2
* 32-bit (i386) GNU/Linux with GCC 4.6.3
* Mac OS X with GCC 4.2.1 and Clang 4.2
* 64-bit Windows with Visual C++ 2010
* 32-bit Windows with Visual C++ 2010
License
-------