-
I tried to install rb-gsl on Windows 10, but it always fails. I have gsl compiled from source using MinGW and gcc 4.7. When I run `gem install gsl`, I always get
`D:\Base\Programming>gem install gsl …
-
Code: https://godbolt.org/z/oE9f3s71h
```c++
#include
#include
#include
#include
#include
#include
#include
struct abc
{
std::string str;
std::string_view view() const { retu…
-
A number of users of GSL asked for no-exception mode of GSL.
I've added support to GSL that compiles and runs with no exceptions and terminates where exceptions are supposed to be thrown otherwise…
-
Hi,
I have this small test (test_interp.rb) of the Interp function:
require "gsl"
x=[0,1,2,3,4].to_gv
y=[0,1,2,3,4].to_gv
x_new = [3.5].to_gv
puts "x: #{x.inspect}"
puts "y: #{y.inspect}"
puts "x_new…
-
I'm tring to write an App similar to the TfLite example but am running into out of memory problems. I see the same or similar problems with the TfLite sample:
After ~ 25 minutes I get the following…
-
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 …
-
http://www.cpantesters.org/cpan/report/465bf18a-fda9-11e8-98d5-bb14e5798fec
```
Can't load '/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/wJHEPJ02pc/Math-GSL-0.40/blib/arch/auto/Math/…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38584](https://bugs.llvm.org/show_bug.cgi?id=38584) |
| Status | NEW |
| Importance | P enhancemen…
-
An issue ( Microsoft/gsl#990 ) was recently filed in the Microsoft GSL repository, requesting additional support for `gsl::narrow` on custom arithmetic types. Do the CppCoreGuidelines intend for narro…
-
What are the editors' views on the GSL user issue [Provide a "safe" and "simple" way for binary I/O · Issue #1104 · microsoft/GSL (github.com)](https://github.com/microsoft/GSL/issues/1104)?. The Micr…