| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
See #1206
|
|
|
|
|
| |
Done by a perl script which converted all classes to final, followed
by selective reversion where it caused compilation failures.
|
|
|
|
| |
Some help from include-what-you-use
|
|
|
|
|
|
| |
ISO C++ reserves names with double underscores in them
Closes #512
|
|
|
|
| |
Taken from a patch to 1.10 in Debian
|
| |
|
|
|
|
|
|
|
|
| |
For iOS use sysctl to get the product name and use a static
table of minimum versions.
For everything else (not Linux/Android or iOS) try probe functions.
Only for Aarch64 to keep things simple.
|
|
As more archs and detection methods are used, the file was getting
a little hard to follow.
|