summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c24b0c8bb..6f80dc1354 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,9 @@ The default architecture for Windows, Linux, and Mac is "`x64`". On Windows,
override the default value. If you specify Android build, the default CPU
architecture will be "`arm`".
+It is expected that there are still some places lurking in the code which will
+not function properly on big-endian architectures. Bugs and/or patches are
+welcome, however providing this support is **not** a priority at this time.
#### Google employees
@@ -171,5 +174,5 @@ as much as possible. The main exceptions are:
1. Code has to conform to the existing style and not Chromium/Google style.
2. PDFium uses a different tool for code reviews, and credentials for
the tool need to be generated before uploading a CL.
-
-
+3. PDFium is currently holding at C++11 compatibility, rejecting features that
+are only present in C++14 (onto which Chromium is now slowly moving).