Programming Languages: Python, C++
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-02-21
cvs -d:pserver:anonymous@gnudatalanguage.cvs.sourceforge.net:/cvsroot/gnudatalanguage login
cvs -z3 -d:pserver:anonymous@gnudatalanguage.cvs.sourceforge.net:/cvsroot/gnudatalanguage co -P modulename
call_function apparently does not like keyword parameters. I attach a small example.
2012-02-21 17:19:02 PST by gilles-duvert
Just for understanding better alpha-channel/transparency of png images, first lines of this IDL program can be useful (although I have not time just now for looking deeper. http://www.idlcoyote.com/programs/cgimage.pro By the way, those say that "IDL 6.5 or higher required to correctly display alpha images.".
2012-02-21 13:24:42 PST by lluvia
alaingdl committed patchset 1905 of module gdl to the GDL - GNU Data Language CVS repository, changing 1 files.
2012-02-21 06:21:34 PST by alaingdl
Hi You are really unlucky I make full end-to-end tests (on fresh copy of a CVS update, from "autoreconf -fi" to "make check") on various OS (debian, ubuntu, centOS, OSX ...) several times a week, without significant problems. (when a file is missing or a problem created, we exchange and solve it in less that 24h. This happen less than a day in a month) Today, only...
2012-02-21 06:15:57 PST by alaingdl
Our Autotools-based test script "try" handles tests that end with GDL being in the interactive prompt. Here's the relevant commit: http://gnudatalanguage.cvs.sourceforge.net/viewvc/gnudatalanguage/gdl/testsuite/try?r1=1.3&r2=1.4 CMake should do the same. S.
2012-02-21 05:55:46 PST by slayoo
slayoo committed patchset 1904 of module gdl to the GDL - GNU Data Language CVS repository, changing 1 files.
2012-02-21 05:49:31 PST by slayoo
test routine added (testsuite/test_bug_3488003.pro) S.
2012-02-20 11:24:27 PST by slayoo
slayoo committed patchset 1903 of module gdl to the GDL - GNU Data Language CVS repository, changing 2 files.
2012-02-20 11:23:57 PST by slayoo
Does the error persist if you regenerate all the ANTLR-generated files?, i.e. $ cd gdl/src $ for i in *.g; do antlr $i; done; Sylwester.
2012-02-20 11:03:15 PST by slayoo
Thanks for the patch! Correct me if I'm wrong, but a proper use of a non-bundled ANTLR would require regenerating all the ANTLR-generated files within the GDL tree? That is doing something like: $ cd gdl/src $ for i in *.g; do antlr $i; done; with the same version of antlr as the system-installed library? Sylwester.
2012-02-20 11:03:02 PST by slayoo