1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff --color --unified --recursive --text ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp11/kernel.json.in xeus-cling-0.15.2/share/jupyter/kernels/xcpp11/kernel.json.in
--- ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp11/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
+++ xeus-cling-0.15.2/share/jupyter/kernels/xcpp11/kernel.json.in 2023-07-21 22:06:15.136418009 -0500
@@ -1,5 +1,5 @@
{
- "display_name": "C++11",
+ "display_name": "C++11 (xeus)",
"argv": [
"@XEUS_CLING_KERNELSPEC_PATH@/xcpp",
"-f",
diff --color --unified --recursive --text ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp14/kernel.json.in xeus-cling-0.15.2/share/jupyter/kernels/xcpp14/kernel.json.in
--- ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp14/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
+++ xeus-cling-0.15.2/share/jupyter/kernels/xcpp14/kernel.json.in 2023-07-21 22:06:22.840027031 -0500
@@ -1,5 +1,5 @@
{
- "display_name": "C++14",
+ "display_name": "C++14 (xeus)",
"argv": [
"@XEUS_CLING_KERNELSPEC_PATH@/xcpp",
"-f",
diff --color --unified --recursive --text ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp17/kernel.json.in xeus-cling-0.15.2/share/jupyter/kernels/xcpp17/kernel.json.in
--- ../xeus-cling-0.15.2-fixed/share/jupyter/kernels/xcpp17/kernel.json.in 2023-07-12 10:01:11.000000000 -0500
+++ xeus-cling-0.15.2/share/jupyter/kernels/xcpp17/kernel.json.in 2023-07-21 22:06:30.293625078 -0500
@@ -1,5 +1,5 @@
{
- "display_name": "C++17",
+ "display_name": "C++17 (xeus)",
"argv": [
"@XEUS_CLING_KERNELSPEC_PATH@/xcpp",
"-f",
|