-
Hi !
Has anyone tried to set up continuous build pipeline for windows ?
I would prefer to use vs2019, but vs2017 will do as well. What I have initially checked -
.travis.yml of cling does not hav…
-
After Cling entire build, the Cling executable works very well. But I've found that Jupyter Tools is not found in`/share/`location.
Then I navigate to source location`/tools/cling/tools/Jupyter/ke…
-
Hi Lucky team,
I've been working on a CLI library called [Cling](https://github.com/devnote-dev/cling) that allows you to design scalable and robust command line applications without having to deal…
-
Procedure that can run the tests (https://github.com/c-lings/clings/issues/6), if possible with Valgrind. Get a coverage report.
Maybe a linter (https://github.com/c-lings/clings/issues/7).
-
Hi,
To use OpenMP I do the following:
In `kernel.json`:
```json
{
"display_name": "C++14 OpenMP",
"argv": [
"/home/axel/miniconda3/envs/cling/bin/xeus-cling",
"-f",
"{…
-
This following example doesn't work in cling (tested with cling 3.0 and cling 0.5-dev)
```
****************** CLING ******************
* Type C++ code and press enter to run it *
* T…
-
The nightly binaries at https://root.cern/download/cling/ (linked from https://root.cern/cling/cling_build_instructions/#binaries-cling ) appear not to have been updated since 2020-11-05 . Is someth…
-
I try to make cppyy working with bazel and run into an issue looking exactly as https://github.com/bazelbuild/rules_python/issues/1659. In [this comment](https://github.com/bazelbuild/rules_python/iss…
-
I ran the command: jupyter kernelspec install cling
It definitely installed the kernel at: /usr/local/share/jupyter/kernels/cling
I have my cling folder at /opt/cling/, and have a soft link for …
-
Hi.
conan allows to wrap existing cmake build scripts. Conan is a dependency and package manager for C and C++ languages
Proof of concept:
https://github.com/blockspacer/cling_conan.git
My u…