Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (643 - 645 of 1030)

Ticket Resolution Summary Owner Reporter
#1119 fixed (rebuild-ccl :update t :full t) does not work in Mavericks Martin Brooks
Description

Installed Mavericks, also XCODE 5.0.1 including command line tools.

Welcome to Clozure Common Lisp Version 1.9-r15881M  (DarwinX8664)!
? (rebuild-ccl :update t :full t)
;Running 'svn update'.
;'svn update' complete.
> Error: Running "svn update" produced exit status :EXITED, code 1.
> While executing: UPDATE-CCL, in process Listener(6).
#1120 fixed cffi problem (cl-opengl) Ilya Vazhev
Description

I ran into weird problem with cl-opengl and ccl. Looks like code is generated incorrectly for callbacks and program crashes.

Reproduces on Linux and Windows 64bit. Current trunk 1.10-dev-r15968M-trunk LinuxX8664 and 1.9 release. Up to date cffi_0.11.2, cl-opengl-20131003 from quicklisp.

Attached simple reduced test.

#1128 fixed Specialized arrays for complex numbers Fred Bayer
Description

I want to use CCL for signal processing and I'm using bordeaux-fft. However, this is quite slow and conses a lot, presumably because CCL lacks specialized arrays for complex numbers (single-float and double-float), in contrast to, e.g., SBCL

(upgraded-array-element-type '(complex double-float)) ==> T

seems to attest this assumption. So I ask you to add specialized arrays of (complex single-float) and (complex double-float)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.