This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, api-next has been updated via c38fc105f0e9a88dd4ebb4d9e7ac9e1160466322 (commit) via 4c4052f894b8df5784d2aae2e36b96796ee020fd (commit) via 9e388b884efed8d653cf453f6516f34019d02305 (commit) via 11da2d3bc8871379321048a5e951e142aa594b9d (commit) via 192693591500302fd5232eee92144dba204abaaf (commit) via 75f0096e1af7eca556e9f1c896f7cc34cc325edc (commit) via 3c02836d9d9ca16b1277bdd30e523779b9fe8374 (commit) via bb003e11ae7bfacc1fb1e9b8276dd49a32a31b4e (commit) via b5dfcef4586e0a1618c202aaeb7e863c17cc4d06 (commit) via 6b5cdc77eb9759a2349b10372a964648559bc92c (commit) via bb0ec2f991bc5b295928e87c8b9bc0efb92479d3 (commit) via ffcd7991e44109464fb8a71f9ee10546ea5b84b0 (commit) from f2a1a84b43642f3d0911a351d9308d5501693290 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c38fc105f0e9a88dd4ebb4d9e7ac9e1160466322 Merge: f2a1a84b 4c4052f8 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Dec 21 17:33:36 2017 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --cc DEPENDENCIES index 008c4df4,0805a183..829ff363 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@@ -19,9 -19,9 +19,9 @@@ Prerequisites for building the OpenData
3. Required libraries
- Libraries currently required to link: openssl, libconfig - Libraries currently required to link: openssl, libatomic ++ Libraries currently required to link: openssl, libconfig, libatomic
-3.1 OpenSSL native compile +3.1 OpenSSL and libconf native compile
For native compilation, simply load the necessary libraries using the appropriate tool set.
-----------------------------------------------------------------------
Summary of changes: .gitignore | 3 + .shippable.yml | 8 +- .travis.yml | 2 + DEPENDENCIES | 10 ++- doc/.gitignore | 1 + platform/linux-generic/odp_pool.c | 87 ++++++++++------------ .../test/validation/api/shmem/shmem_odp1.c | 10 ++- scripts/Dockerfile | 3 +- test/common/odp_cunit_common.c | 13 +++- test/common/odp_cunit_common.h | 5 +- test/m4/miscellaneous.m4 | 18 ++++- test/performance/Makefile.am | 5 +- 12 files changed, 105 insertions(+), 60 deletions(-) create mode 100644 doc/.gitignore
hooks/post-receive