Keith Lazuka
|
8dec2070e5
|
compression.lzw: supports both TIFF and GIF
|
2009-09-25 16:51:47 -04:00 |
Keith Lazuka
|
64c93d873f
|
lzw: integrating with gif and tiff
|
2009-09-25 15:12:44 -04:00 |
Keith Lazuka
|
e006b62962
|
gif: preparing for LZW re-integration with TIFF
|
2009-09-25 11:12:40 -04:00 |
Keith Lazuka
|
c0a8334d98
|
images.gif: added more tests
|
2009-09-25 09:54:49 -04:00 |
Keith Lazuka
|
bb71143054
|
images.gif: added transparent pixel support
|
2009-09-25 09:33:48 -04:00 |
Keith Lazuka
|
e9c780ba28
|
images.gif: Decompression now works. Still need to implement transparency and merge with TIFF LZW code
|
2009-09-25 06:34:41 -04:00 |
Keith Lazuka
|
3cbf48cae7
|
images.gif: added unit tests
|
2009-09-23 12:06:49 -04:00 |
Keith Lazuka
|
8b5871e9d8
|
images.gif: fixed image-descriptor parse bug
|
2009-09-23 12:06:25 -04:00 |
Slava Pestov
|
81462d1479
|
project-euler.074: cleanup
|
2009-09-22 05:19:26 -05:00 |
Slava Pestov
|
d84cfd1284
|
Merge branch 'master' of git://github.com/killy971/factor
|
2009-09-22 05:10:48 -05:00 |
Slava Pestov
|
0e3a261637
|
Fix test failures in compiler.cfg.linearization.order, compiler.tests.low-level-ir and compiler.graphviz
|
2009-09-22 05:07:52 -05:00 |
Slava Pestov
|
ccaa132444
|
jvm-summit-talk: Slides from talk
|
2009-09-22 03:23:55 -05:00 |
Slava Pestov
|
661bf83ff3
|
compiler.graphviz: was broken since some time ago, fix and add tests
|
2009-09-22 03:20:22 -05:00 |
Guillaume Nargeot
|
f6e2e76860
|
Solution to Project Euler problem 74
|
2009-09-22 17:02:22 +09:00 |
Guillaume Nargeot
|
0b01117e90
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-22 11:16:49 +09:00 |
Guillaume Nargeot
|
941fc66a43
|
Solution to Project Euler problem 72
|
2009-09-22 11:16:04 +09:00 |
Joe Groff
|
3eeaca8631
|
move system-info to basis
|
2009-09-20 23:24:24 -05:00 |
Slava Pestov
|
f8a91438cd
|
Merge Phil Dawes' VM work
|
2009-09-20 03:48:08 -05:00 |
Joe Groff
|
77caffff8e
|
update tokyo structs
|
2009-09-19 21:16:13 -05:00 |
Joe Groff
|
6c400b44f3
|
update io.serial structs
|
2009-09-19 21:14:38 -05:00 |
Joe Groff
|
5d3452b3cf
|
update freetype structs
|
2009-09-19 21:10:40 -05:00 |
Joe Groff
|
433c065729
|
update structs in curses
|
2009-09-19 20:47:11 -05:00 |
Joe Groff
|
da52e9af20
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-18 18:31:28 -05:00 |
Joe Groff
|
4f07a26bd0
|
change half-floats to make a primitive C type instead of a single-slot C-STRUCT: + boxer/unboxer
|
2009-09-18 17:36:20 -05:00 |
Slava Pestov
|
fc288c0e05
|
slides: support 'f' to toggle fullscreen view
|
2009-09-18 14:36:06 -07:00 |
Slava Pestov
|
07591e8e22
|
websites.concatenative: enable user-admin in production
|
2009-09-18 14:35:53 -07:00 |
Joe Groff
|
53752b4cfd
|
update C-STRUCT:s in audio.wav
|
2009-09-18 16:14:02 -05:00 |
Joe Groff
|
ceff1b40be
|
helper words for qtkit
|
2009-09-18 13:41:55 -05:00 |
Joe Groff
|
076ab42dc3
|
move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab
|
2009-09-17 22:36:05 -05:00 |
Joe Groff
|
cbebaada2f
|
Merge branch 'master' of git://factorcode.org/git/factor into c-type-words
|
2009-09-17 11:50:03 -05:00 |
Joe Groff
|
d9c6230f43
|
fix more alien.inline tests
|
2009-09-17 11:10:06 -05:00 |
Joe Groff
|
c3f0688164
|
more loading fixes
|
2009-09-17 09:55:09 -05:00 |
Joe Groff
|
e02d480b43
|
fix alien.inline tests
|
2009-09-17 09:40:37 -05:00 |
Joe Groff
|
1f04ed01fe
|
fix more ambiguities
|
2009-09-17 09:29:23 -05:00 |
Joe Groff
|
31264538e3
|
get gpu vocabs to load with c-type changes
|
2009-09-16 20:55:14 -05:00 |
Slava Pestov
|
8d83824bb8
|
benchmark.spectral-norm: take out unsafe sequence access since it doesn't make it faster, and replace tuck/2bi* with bi-curry bi*
|
2009-09-16 16:13:55 -07:00 |
Slava Pestov
|
20611abe7f
|
Merge branch 'irc-fix' of git://tiodante.com/git/factor
|
2009-09-16 16:06:56 -07:00 |
Bruno Deferrari
|
ef98f1de68
|
irc.client: Fix detach chat (wasn't sending a PART message)
|
2009-09-16 19:58:45 -03:00 |
Guillaume Nargeot
|
80b5ca1ab9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-16 18:42:55 +09:00 |
Phil Dawes
|
3345922330
|
quick test vocab for mt stuff
|
2009-09-16 08:20:50 +01:00 |
Slava Pestov
|
80e1ce2d51
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-15 16:37:05 -07:00 |
Slava Pestov
|
1478785b18
|
irc.client: fix suggested by ceninan
|
2009-09-15 16:36:59 -07:00 |
Joe Groff
|
4d16c569f0
|
struct classes now make their own C type without help from alien.structs. remove alien.structs dependencies from everywhere outside of alien and compiler, and have the FFI handle both alien.structs and classes.struct c-types
|
2009-09-15 17:38:49 -05:00 |
Guillaume Nargeot
|
0081d316a9
|
Fixed comments of project-euler.085
|
2009-09-15 21:01:25 +09:00 |
Guillaume Nargeot
|
6056a3301f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-15 20:33:02 +09:00 |
Guillaume Nargeot
|
1df869af6a
|
Solution to Project Euler problem 124
|
2009-09-15 19:33:56 +09:00 |
Doug Coleman
|
79505168cf
|
faster number-length and some unit tests
|
2009-09-14 13:48:06 -05:00 |
Doug Coleman
|
8befecbc94
|
add tc-lisp-talk vocab
|
2009-09-13 23:46:21 -05:00 |
Slava Pestov
|
e062cd34dd
|
benchmark.simd-1, struct-arrays: reduce memory usage
|
2009-09-13 17:19:59 -05:00 |
Slava Pestov
|
0d4845de26
|
benchmark.gc1: reduce memory usage
|
2009-09-13 00:54:04 -05:00 |