All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Correct ELL header errors included C++ code.
@ 2019-01-23 19:06 Ossama Othman
  2019-01-23 19:06 ` [PATCH 1/2] key: Avoid using C++ keywords as param names Ossama Othman
  2019-01-23 19:06 ` [PATCH 2/2] unit: Added a minimal C++ build test Ossama Othman
  0 siblings, 2 replies; 4+ messages in thread
From: Ossama Othman @ 2019-01-23 19:06 UTC (permalink / raw)
  To: ell

[-- 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-23 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-23 19:06 [PATCH 0/2] Correct ELL header errors included C++ code Ossama Othman
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

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.