Skip to content

Commit

Permalink
Minor tweak to table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dargueta committed May 26, 2024
1 parent 292a8d3 commit 9500bd9
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,41 +70,41 @@ Legend:
Compilers
*********

+-----------------+----------+-----------------------+-----------------------+
| Compiler | OS | Hosted | Unhosted |
| | +----------+------------+----------+------------+
| | | Compiles | Tests Pass | Compiles | Tests Pass |
+=================+==========+==========+============+==========+============+
| Clang_ | Cygwin | Y | Y | Y | Y |
| +----------+----------+------------+----------+------------+
| | Linux | Y | Y | Y | Y |
| +----------+----------+------------+----------+------------+
| | MacOS | Y | Y | Y | Y |
+-----------------+----------+----------+------------+----------+------------+
| GCC_ | Cygwin | Y | Y | Y | Y |
| +----------+----------+------------+----------+------------+
| | Linux | Y | Y | Y | Y |
| +----------+----------+------------+----------+------------+
| | MacOS | Y | Y | Y | Y |
+-----------------+----------+----------+------------+----------+------------+
| Intel | MacOS | | | | |
| +----------+----------+------------+----------+------------+
| | Linux | | | | |
+-----------------+----------+----------+------------+----------+------------+
| MinGW_ | Cygwin | Y | Y | Y | Y |
| +----------+----------+------------+----------+------------+
| | Linux | Y [#]_ | NS | Y | NS |
+-----------------+----------+----------+------------+----------+------------+
| OpenWatcom | MacOS | | | | |
| +----------+----------+------------+----------+------------+
| | Linux | | | | |
+-----------------+----------+----------+------------+----------+------------+
| SDCC_ | See below for the list of architectures this compiles for|
+-----------------+----------+----------+------------+----------+------------+
| TCC_ | Linux | Y | Y | Y | Y |
+-----------------+----------+----------+------------+----------+------------+
| Visual Studio | Windows | | | | |
+-----------------+----------+----------+------------+----------+------------+
+-----------------+----------+-----------------------+------------------------+
| Compiler | OS | Hosted | Unhosted |
| | +----------+------------+----------+-------------+
| | | Compiles | Tests Pass | Compiles | Tests Pass |
+=================+==========+==========+============+==========+=============+
| Clang_ | Cygwin | Y | Y | Y | Y |
| +----------+----------+------------+----------+-------------+
| | Linux | Y | Y | Y | Y |
| +----------+----------+------------+----------+-------------+
| | MacOS | Y | Y | Y | Y |
+-----------------+----------+----------+------------+----------+-------------+
| GCC_ | Cygwin | Y | Y | Y | Y |
| +----------+----------+------------+----------+-------------+
| | Linux | Y | Y | Y | Y |
| +----------+----------+------------+----------+-------------+
| | MacOS | Y | Y | Y | Y |
+-----------------+----------+----------+------------+----------+-------------+
| Intel | MacOS | | | | |
| +----------+----------+------------+----------+-------------+
| | Linux | | | | |
+-----------------+----------+----------+------------+----------+-------------+
| MinGW_ | Cygwin | Y | Y | Y | Y |
| +----------+----------+------------+----------+-------------+
| | Linux | Y [#]_ | NS | Y | NS |
+-----------------+----------+----------+------------+----------+-------------+
| OpenWatcom | MacOS | | | | |
| +----------+----------+------------+----------+-------------+
| | Linux | | | | |
+-----------------+----------+----------+------------+----------+-------------+
| SDCC_ | See below for the list of architectures this compiles for |
+-----------------+----------+----------+------------+----------+-------------+
| TCC_ | Linux | Y | Y | Y | Y |
+-----------------+----------+----------+------------+----------+-------------+
| Visual Studio | Windows | | | | |
+-----------------+----------+----------+------------+----------+-------------+

Architectures
*************
Expand Down

0 comments on commit 9500bd9

Please sign in to comment.