-
The Core Guidelines make clear that Microsoft's GSL is [but one implementation](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#faq51-is-githubcommicrosoftgsl-the-gsl) of …
-
The Guidelines Support Library is sort-of documented in the [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-gsl), so one could argue that GSL implementations such …
-
*gsl-lite* lives in the same namespace as Microsoft's GSL. This is reasonable because both are supposed to implement the Guidelines Support Library loosely specified in the Core Guidelines, and becaus…
-
Each distribution under `Distribution` has several different implementations depending on the libraries installed: pure Ruby, GSL, Java or statistics2.
Each implementation lives under a module named …
-
Follow-up on #32677: Observed in the context of #32432 (**sagemath-polyhedra**):
```
AttributeError: 'sage.rings.real_double.RealDoubleElement' object has no attribute 'sin'
AttributeEr…
-
Currently Microsoft is providing one implementation that is, to the best of our knowledge, completely portable, ISO-standard C++. It is under MIT license. We plan to improve the documentation and even…
-
I have some code that uses `gsl::make_span(cont.begin(), cont.end())` quite heavily. This compiles fine on macOS and Linux with GCC and Clang, but fails on MSVC. Instead, I have to use `gsl::make_spa…
-
I've tried to get this gem working for ruby 3.0; unfortunately, it seems that some major changes to ruby under the hood make this a rather complex problem.
A few things are simple to fix (e.g., mov…
-
The GNU GSL needs a BLAS implementation to work. To enhance flexibility and allow different BLAS implementations to be used, even though it provides a `libgslcblas` it is not automatically linked when…
-
Hello, I am trying to use klee-float to generate test cases for bessel_J0.c in gsl. But when calling the external function cos (), klee hangs.
Compiled as follows:
`clang -I ../include -I gsl-2.6 …