Vasu Penugonda
7140afc0a8
Added ARMCLANG compiler support for C/C++ ( #3717 )
7 years ago
Ross Burton
ecde1789b2
Validate cpu_family ( #3753 )
...
* environment: validate cpu_family in cross file
* run_unittests: add unittest to ensure CPU family list in docs and environment matches
* run_unittests: skip compiler options test if not in a git repository
* environment: validate the detected cpu_family
* docs: add 32-bit PowerPC and 32/64-bit MIPS to CPU Families table
Names gathered by booting Linux in Qemu and running:
$ python3
import platform; platform.machine()
Partial fix for #3751
7 years ago
Dylan Baker
583e9c4af6
docs: Update cpu families ( #3651 ) [skip ci]
...
Add several archs to the CPU family table
ppc64, ppc64le, Itanium,HP PA-RISC, sparc v9 (64 bit)
This covers most of the sparc systems in use today.
7 years ago
makise-homura
72f477748f
[skip ci] Added lcc and e2k CPU to reference tables
7 years ago
Somasekhar Penugonda
e62b8109eb
Updates to CPP support and update review changes
7 years ago
Tim Ansell
69ff980fbc
Fixing broken language arguments [skip ci]
...
Missing ending pipe was causing it to fail to render.
7 years ago
Hylke Bons
f1ce7af2d5
[skip ci] docs: Add reference table for language args parameter names ( #3126 )
7 years ago
xknight
7049958de9
Fix typo in reference tables
...
The possessive form of "its" does not contain an apostrophe.
7 years ago
Dylan Baker
3b8e65911c
docs: Add netbsd to the reference table
7 years ago
Dylan Baker
1723a91af3
docs: Add dragonfly BSD to OS reference table
7 years ago
Dylan Baker
4d8552ef55
docs: Add freebsd to the reference table
7 years ago
Dylan Baker
75bc95bd66
docs: Add haiku to reference table
7 years ago
Jon Turney
34d1d45094
docs: Add 'cygwin' to reference table for .system()
...
This aligns this table with the set of values tested for by test case
common/140
7 years ago
Jussi Pakkanen
b9154dd07c
Added a page for reference tables.
7 years ago