gdl
gdl copied to clipboard
GDL - GNU Data Language
This seems to have been the case for a long time. Do we want to try to fix this, or should this test be excluded on 32-bit?
See #601 . Was done for CW_BGROUP
See #601 . Was done for CW_BGROUP, this is much easier! CW_FIELD is used in atv
See #601 . Was done for CW_BGROUP, this is much easier! CW_FORM is used in atv
Just trying new stable release, and I am getting a segfault in Magick: ``` GDL> window (gdl:907266): Gtk-WARNING **: 00:10:30.072: gtk_disable_setlocale() must be called before gtk_init() Magick: abort due to...
On my Ubuntu laptop: ``` GDL> tic & for i=0, 100000 do a=STRTRIM('1.25',2) & toc % Time elapsed : 0.42429996 seconds. ``` ``` IDL> tic & for i=0, 100000 do...
Triggered by #1060, I switched the Debian package to use ImageMagick instead of GraphicsMagic, which I did with the CMAKE defines `DMAGICK=YES DGRAPHICSMAGIC=OFF`. The ImageMagick configutaion uses `Magick++-config` to find...
once it worked on Travis: https://github.com/gnudatalanguage/gdl/pull/192
In IDL, the string in the IDL_PATH stands, at startup, for the default location of the IDL routines, to which it is easy to prepend and/or append extra paths before...
EXPAND_PATH does not behave in current GDL as it did in the past, or as IDL does, when dealing with nested quotes: ``` x=" ' ' " ; (double quote,...