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
|
b0f87fd6a0
|
cpu.ppc: fix load errors
|
2009-09-22 05:24:34 -05: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
|
be8cd84b40
|
generic: fix tests
|
2009-09-22 03:24:06 -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 |
Slava Pestov
|
fe0701deb1
|
math.functions: fix ~ with negative (relative) tolerance
|
2009-09-22 03:19:47 -05:00 |
Slava Pestov
|
513ba1f176
|
compiler.cfg.linearization.order: basic blocks were being inserted twice if some blocks had repeated successors, causing problems for register allocation
|
2009-09-22 03:19:23 -05:00 |
Slava Pestov
|
fe948f0b26
|
Move breakpoint word from tools.annotations to tools.walker to reduce amount of dependencies tools.annotations pulls into a minimal image
|
2009-09-22 03:16:31 -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 |
Slava Pestov
|
962d039852
|
Rename specific-method to method-for-class, rename (effective-method) to method-for-object, and make both much faster
|
2009-09-21 17:42:20 -05:00 |
Joe Groff
|
08b29b0b84
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-21 16:05:34 -05:00 |
Joe Groff
|
b5bd0532c2
|
oops--Segoe is the windows 6.x system font, not Calibri
|
2009-09-21 16:05:13 -05:00 |
Joe Groff
|
6ce8eba961
|
prettyprint CALLBACK: defs
|
2009-09-21 14:14:12 -05:00 |
Joe Groff
|
0ff319c409
|
docs for C type words
|
2009-09-21 13:39:55 -05:00 |
Joe Groff
|
55988828bf
|
update alien docs to talk about C types as words
|
2009-09-21 13:20:01 -05:00 |
Joe Groff
|
00fa7f73fb
|
add CALLBACK: syntax that defines a typedef and an alien-callback constructor word for function pointer types. update some code in iokit.hid and windows.dinput to use CALLBACK: instead of TYPEDEF:/word pairs
|
2009-09-21 11:59:41 -05:00 |
Joe Groff
|
6b9954ffad
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-20 23:59:57 -05:00 |
Joe Groff
|
b09006bba9
|
include LIBRARY: in FUNCTION: synopsis
|
2009-09-20 23:59:43 -05:00 |
Joe Groff
|
9d3d7f549a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-20 23:35:18 -05:00 |
Joe Groff
|
6645b41fac
|
use hott vista fonts on windows 6.x
|
2009-09-20 23:34:53 -05:00 |
Joe Groff
|
3eeaca8631
|
move system-info to basis
|
2009-09-20 23:24:24 -05:00 |
Joe Groff
|
08d9d0ad28
|
fix synopsis for C-TYPE:, TYPEDEF:, and FUNCTION: so they properly show IN: clause
|
2009-09-20 23:12:31 -05:00 |
Joe Groff
|
32146c645d
|
add some keyboard shortcuts to vim plugin
|
2009-09-20 23:10:54 -05:00 |
Joe Groff
|
f459c24e45
|
oops, float>hex didn't preserve leading zeroes in mantissa
|
2009-09-20 16:48:42 -05:00 |
Slava Pestov
|
29c4512066
|
cpu.x86: cleanup
|
2009-09-20 04:17:34 -05:00 |
Slava Pestov
|
f8a91438cd
|
Merge Phil Dawes' VM work
|
2009-09-20 03:48:08 -05:00 |
Joe Groff
|
0968938917
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-19 21:16:34 -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
|
2313b077d2
|
fix windows bootstrap
|
2009-09-19 11:30:23 -05:00 |
Joe Groff
|
b7eff85fe0
|
fix windows test failures
|
2009-09-19 10:01:12 -05:00 |
Joe Groff
|
f738a4dc4e
|
more windows loading fixes
|
2009-09-19 02:44:40 -05:00 |
Joe Groff
|
014163e27b
|
windows loading fixes
|
2009-09-19 02:31:06 -05:00 |
Joe Groff
|
5e15da2b42
|
update windows.winsock structs
|
2009-09-18 19:25:00 -05:00 |
Joe Groff
|
72049b95ce
|
update windows.usp10 structs
|
2009-09-18 19:14:59 -05:00 |
Joe Groff
|
c86bef70c9
|
update windows.types structs
|
2009-09-18 19:12:31 -05:00 |