From 3733875c298d737225cf8fd9e7a70e8780a7d09f Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Wed, 22 Aug 2018 09:25:35 +1000 Subject: [PATCH] Reformat the table of tested operating systems / compilers --- NEWS | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 83c4167..089a3da 100644 --- a/NEWS +++ b/NEWS @@ -39,7 +39,7 @@ make this work more robustly. In particular, successfully tested at least the following combinations: +-------------------------+--------+-------+-------------------------+---+ -| Operating system | Arch | Glibc | Compiler | N | +| Linux distribution | Arch | Glibc | Compiler | N | +-------------------------+--------+-------+-------------------------+---+ | Debian GNU/Linux Sid | x86_64 | 2.27 | GNU C Compiler 8.2.0 | | | Debian GNU/Linux Sid | i686 | 2.27 | GNU C Compiler 8.2.0 | | @@ -53,13 +53,18 @@ the following combinations: | CentOS 6.10 | x86_64 | 2.12 | Portland PGI C/C++ 18.3 | | | CentOS 6.9 | x86_64 | 2.12 | Intel C/C++ 18.0.3 | | | OpenSUSE 15.0 | x86_64 | 2.26 | GNU C Compiler 7.3.1 | | -| FreeBSD 11.2 | x86_64 | +----+ Clang (LLVM) 6.0.0 | 1 | -| Solaris 11.3 (x86_64) | i386 | | GNU C Compiler 4.8.2 | | -| Solaris 11.3 (x86_64) | x86_64 | | GNU C Compiler 4.8.2 | 2 | -| Solaris 11.3 (x86_64) | i386 | | Oracle Developer Studio 12.6 | 3 | -| Solaris 11.3 (x86_64) | x86_64 | | Oracle Developer Studio 12.6 | 4 | -| Cygwin 2.10.0 (Win7SP1) | i686 | | GNU C Compiler 7.3.0 | | -+-------------------------+--------+--+------------------------------+---+ ++-------------------------+--------+-------+-------------------------+---+ + ++-------------------------+--------+---------------------------------+---+ +| Operating system | Arch | Compiler | N | ++-------------------------+--------+---------------------------------+---+ +| FreeBSD 11.2 | x86_64 | Clang (LLVM) 6.0.0 | 1 | +| Solaris 11.3 (x86_64) | i386 | GNU C Compiler 4.8.2 | | +| Solaris 11.3 (x86_64) | x86_64 | GNU C Compiler 4.8.2 | 2 | +| Solaris 11.3 (x86_64) | i386 | Oracle Developer Studio 12.6 | 3 | +| Solaris 11.3 (x86_64) | x86_64 | Oracle Developer Studio 12.6 | 4 | +| Cygwin 2.10.0 (Win7SP1) | i686 | GNU C Compiler 7.3.0 | | ++-------------------------+--------+---------------------------------+---+ Notes: