From 64005c04acd74d3407c35b1aea3724e95bfaaee4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 18 Apr 2014 08:26:23 -0700 Subject: [PATCH] Move Portability section to the web site. --- README.rst | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 72f880df..d6d76154 100644 --- a/README.rst +++ b/README.rst @@ -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 `__ 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 -------