factor/basis/images
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
cocoa images.cocoa: removing unused image loader code. 2011-09-25 16:41:11 -07:00
gdiplus images: only register with the images.loader on proper platform. Fixes #172. Fixes #173. 2011-09-24 19:19:34 -07:00
gtk specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
loader images.*: remove usage of io.streams.limited 2011-09-01 22:31:45 -07:00
memory Update a few places that used string C type names to use words; fixes some deploy tests 2009-11-20 03:21:48 -06:00
normalization specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
processing sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase 2010-02-25 20:54:57 +13:00
tessellation images.tessel(l)ation: spelling 2011-08-27 17:30:45 -07:00
authors.txt Words in images to get and set pixels 2009-06-01 22:37:44 -05:00
images-tests.factor images: fix some tests that broke due to an additional slot in image 2010-07-31 20:37:45 +02:00
images.factor Merge remote-tracking branch 'Blei/gtk-image-loader' 2011-08-27 14:07:18 -07:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
tags.txt Clean up some tags 2010-02-17 00:12:55 +13:00