mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Move Portability section to the web site.
This commit is contained in:
parent
395f7a9615
commit
64005c04ac
15
README.rst
15
README.rst
@ -36,8 +36,8 @@ Features
|
|||||||
overflow errors.
|
overflow errors.
|
||||||
* Ease of use: small self-contained code base, no external dependencies,
|
* Ease of use: small self-contained code base, no external dependencies,
|
||||||
permissive BSD `license`_.
|
permissive BSD `license`_.
|
||||||
* `Portability`_ with consistent output across platforms and support
|
* `Portability <http://cppformat.github.io#portability>`__ with consistent output
|
||||||
for older compilers.
|
across platforms and support for older compilers.
|
||||||
* Clean warning-free codebase even on high warning levels
|
* Clean warning-free codebase even on high warning levels
|
||||||
(-Wall -Wextra -pedantic).
|
(-Wall -Wextra -pedantic).
|
||||||
* Support for wide strings.
|
* Support for wide strings.
|
||||||
@ -322,17 +322,6 @@ or the bloat test::
|
|||||||
|
|
||||||
$ make 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
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user