From: Ossama Othman <ossama.othman@intel.com>
To: ell@lists.01.org
Subject: [PATCH 0/2] Correct ELL header errors included C++ code.
Date: Wed, 23 Jan 2019 11:06:08 -0800 [thread overview]
Message-ID: <20190123190610.3787-1-ossama.othman@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
Including <ell/ell.h> in C++ code revealed a few C++ related conflicts
in <ell/key.h>. These patches address those errors, and add a simple
C++ build test that enabled if a C++ compiler is found when maintainer
mode is enabled.
Ossama Othman (2):
key: Avoid using C++ keywords as param names.
unit: Added a minimal C++ build test.
.gitignore | 1 +
Makefile.am | 6 ++++++
configure.ac | 3 +++
ell/key.h | 6 +++---
unit/test-cxx-build.cpp | 42 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 55 insertions(+), 3 deletions(-)
create mode 100644 unit/test-cxx-build.cpp
--
2.17.1
next reply other threads:[~2019-01-23 19:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-23 19:06 Ossama Othman [this message]
2019-01-23 19:06 ` [PATCH 1/2] key: Avoid using C++ keywords as param names Ossama Othman
2019-01-23 19:10 ` Denis Kenzior
2019-01-23 19:06 ` [PATCH 2/2] unit: Added a minimal C++ build test Ossama Othman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190123190610.3787-1-ossama.othman@intel.com \
--to=ossama.othman@intel.com \
--cc=ell@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.