Vassil Vassilev

Results 65 issues of Vassil Vassilev

Support double f(double*, unsigned numElements); The user should be able to specify the independent variable from a given array of variables.

enhancement

For example: ``` template T F(T x) { return std::sin(x); } ```

enhancement

We should create a PCH/PCM at startup of the headers in the system include paths.

enhancement

This patch reduces the code bloat in TClingCallFunc trying to make the code more readable. cc: @sudo-panda

The things we need to do before merging this PR and can probably be done by various people in parallel Cling standalone: - [x] Fix cling CUDA tests - [...

Hi all, I just wanted to give you heads up that we are about to release cling v0.9 which is based on llvm9. Are there any issues on the xeus-cling...

The call argument and its differentiated call argument should have the same type. That is not the case where we synthesize 0 or 1 as an integer literals when applying...

```valgrind --suppressions=/build/vvassilev/root-release-master/etc/valgrind-root.supp root.exe -e "#define ClingWorkAroundPrintfIssues" -e "#define ClingWorkAroundLackOfModule" -e "#define ClingWorkAroundProxyConfusion" -e "#define ClingWorkAroundMissingDynamicScope" -e "#define ClingWorkAroundMultipleInclude" -e "#define ClingWorkAroundAutoParseUsingNamespace" -e "#define ClingWorkAroundExtraParensWithImplicitAuto" -e "#define ClingWorkAroundNoPrivateClassIO" -e "#define ClingWorkAroundBrokenUnnamedReturn"...

bug