CIA.vc
nlisp
Real-time open source activity stats
Stats » Projects » nlisp
informationsyndicateUTC clock
13:08 on May 28, 2012
event counters
The last message was received 3.01 years ago at 09:24 on May 26, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
176 messages since the first one, 5.74 years ago, for an average of 1.7 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
09:24 on May 26, 2009nlisp
Commit by leighsmith :: r195 /trunk/ (5 files): (link)
Added .iseq-incr macro to iterate with an increment parameter. Added .mult. Added
loading of nlisp-gsll-compat source. Added routines to improve array printing.
#
13:34 on Apr 20, 2009nlisp
Commit by leighsmith :: r194 /trunk/nlisp-gnuplot.lisp: (link)
Corrected let* typo.
#
13:28 on Apr 20, 2009nlisp
Commit by leighsmith :: r193 /trunk/ (7 files): (link)
Made plotting more robust when the gsl viewer closes. Exported .vectorp and plotting
functions close-window and close-windows. Added nlisp-gsll-compat.lisp building into
ASDF. Now handles making zero element arrays intelligently.
#
16:49 on Mar 08, 2009nlisp
Commit by leighsmith :: r192 /trunk/nlisp.asd: (link)
Added gsll dependency.
#
12:02 on Mar 08, 2009nlisp
Commit by leighsmith :: r191 /trunk/nlisp-class.lisp: (link)
Reversed the addition of a linefeed, since this is inconsistent depending on the value of
*print-truncated-array-limit* and contradicts the print-object semantic, by assuming the
output device is a line based printer.
#
12:47 on Feb 26, 2009nlisp
Commit by mirkov :: r190 /trunk/nlisp-class.lisp: (link)
Added ~% to properly end a format statement
#
18:19 on Feb 23, 2009nlisp
Commit by leighsmith :: r189 /trunk/nlisp-gnuplot.lisp: (link)
Corrected issue when plotting multiple different sized vectors with a default x axis.
#
20:23 on Feb 20, 2009nlisp
Commit by mirkov :: r188 /trunk/nlisp.asd: (link)
Fixed bugs related to nlisp-unit-test loading
#
18:15 on Feb 20, 2009nlisp
Commit by mirkov :: r187 /trunk/nlisp.asd: (link)
 Added nlisp-gsll-unit-tests.lisp file to the dependency tree.Reformatted
svn commit nlisp.asd -m
#
18:13 on Feb 20, 2009nlisp
Commit by mirkov :: r186 /trunk/nlisp-gsll-unit-tests.lisp: (link)
New file that contains tests for the nlisp-gsll compatibility functions. Added tests for conversion between nlis and gsll in both directions
#
18:12 on Feb 20, 2009nlisp
Commit by mirkov :: r185 /trunk/nlisp-gsll-compat.lisp: (link)
Updated nlisp->gsl array conversion to use gsll copy function.
Updated gsl->nlisp array conversion to explicitly create the nlisp object.
The new versions make use of gsll<->nlisp type conversion tables.
#
11:12 on Feb 18, 2009nlisp
Commit by leighsmith :: r184 /trunk/nlisp-gnuplot.lisp: (link)
Enabled plotting histograms of vectors, made save-plot properly handle postscript format,
set x range on histograms so that the first box isn't cut off, although it's not
completely correct, gnuplot's algorithm seems quite baroque...
#
10:54 on Feb 17, 2009nlisp
Commit by leighsmith :: r183 /trunk/ (4 files): (link)
Exported plot-histogram, defining the generic function and changed dump-to-ps export to
save-plot. Added to make-narray the ability to accept narrays in lists. This allows
arbitary matrix construction: (make-narray (list (.iseq 0 3) (.iseq 4 7))).
#
19:39 on Feb 16, 2009nlisp
Commit by leighsmith :: r182 /trunk/nlisp-gnuplot.lisp: (link)
Added plot-histogram, standardised the use of plot-command and added the *plot-debug*
parameter to generalise dumping the commands sent to gnuplot. Renamed dump-to-fig to
save-plot taking format parameter, which should be able to replace dump-to-ps also, once
this is tested.
#
22:27 on Feb 12, 2009nlisp
Commit by mirkov :: r181 /trunk/nlisp.lisp: (link)
Rearranged loading of libraries. Provided facilities to skip loading of libgsl and libsnd by providing features no-gsl nlisp-use-gsll and no-snd
#
22:23 on Feb 12, 2009nlisp
Commit by mirkov :: r180 /trunk/nlisp-array-experimental.lisp: (link)
Fixed bug in dovector
Added ->narray to convert a bunch of cl vectors into nlisp vectors
#
22:22 on Feb 12, 2009nlisp
Commit by mirkov :: r179 /trunk/nlisp-gnuplot.lisp: (link)
Added keywords to replot to modify plot labels.
Added dump-to-fig to export plots to xfig format
Added gnuplot-pwd and gnuplot-cd to view and modify gnuplots working directory
#
22:20 on Feb 12, 2009nlisp
Commit by mirkov :: r178 /trunk/nlisp-gsll-compat.lisp: (link)
Routines for compatibility with gsll. Not part of asdf yet
#
22:18 on Feb 10, 2009nlisp
Commit by mirkov :: r177 /trunk/package.lisp: (link)
removed nplot from exported symbols, added dump-to-ps
#
22:16 on Feb 10, 2009nlisp
Commit by mirkov :: r176 /trunk/nlisp-array-experimental.lisp: (link)
Playground for new array functionality. dovector function loops over nlisp vector elements and executes body for each. Can be used to interface to non-nlisp packages.
#