From d3a471c0b769380d658265d376a405a12af1710e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 16 Dec 2012 15:59:19 -0800 Subject: [PATCH] Add a section on portability. --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index aa13fa5f..039a7170 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ Features reported using exceptions. * Ease of use: small self-contained code base, no external dependencies, permissive BSD `license`_. +* `Portability`_ Examples -------- @@ -281,6 +282,17 @@ or the bloat test:: $ make bloat_test +Portability +----------- + +The format library has been tested on the following systems and compilers: + +1. 64-bit (amd64) GNU/Linux with GCC 4.6.3 +2. 32-bit (i386) GNU/Linux with GCC 4.6.3 +3. Mac OS X with GCC 4.2.1 +5. 64-bit Windows with Visual C++ 2010 +4. 32-bit Windows with Visual C++ 2010 + License -------