cling/tools
Yuki Yamaura 38923cd710 Add support C++1z for Jupyter kernel
When run C++17 kernel in Jupyter notebook cause some errors
due to currently clang-5.0 in https://root.cern.ch/download/cling/ is not
support c++17.
So add support to C++1z for Jupyter kernel and we can try some new
features in Jupyter notebook.

for avoiding following error:

[I 05:46:38.253 NotebookApp] Kernel restarted:
d3413fa0-7046-4b63-912b-a286610eacc1
error: invalid value 'c++17' in '-std=c++17'
note: use 'c++98' or 'c++03' for 'ISO C++ 1998 with amendments' standard
note: use 'gnu++98' or 'gnu++03' for 'ISO C++ 1998 with amendments and
GNU extensions' standard
note: use 'c++11' for 'ISO C++ 2011 with amendments' standard
note: use 'gnu++11' for 'ISO C++ 2011 with amendments and GNU
extensions' standard
note: use 'c++14' for 'ISO C++ 2014 with amendments' standard
note: use 'gnu++14' for 'ISO C++ 2014 with amendments and GNU
extensions' standard
note: use 'c++1z' for 'Working draft for ISO C++ 2017' standard
note: use 'gnu++1z' for 'Working draft for ISO C++ 2017 with GNU
extensions' standard
2017-09-06 16:44:07 +02:00
..
demo Make symbols visible (ROOT-8823). 2017-06-19 16:00:56 +02:00
driver Fix fatal error LNK1120: 1 unresolved externals (Windows) 2017-07-05 10:44:07 +02:00
Jupyter Add support C++1z for Jupyter kernel 2017-09-06 16:44:07 +02:00
libcling Link against all available targets. 2017-05-09 09:59:05 +02:00
packaging Typo. 2017-06-23 11:59:06 +02:00
CMakeLists.txt Build cling-demo as part of cling. 2017-03-20 15:44:07 +01:00