Doug Coleman
b8cdf23aa5
add scaffold words for default vocab roots
2009-06-21 00:59:06 -05:00
Doug Coleman
a91547a652
50% speedup using unsafe nth/set-nth/exchange in checksums.sha
2009-06-21 00:58:36 -05:00
Slava Pestov
886967256e
compiler.cfg.linear-scan.assignment: correctly compute live registers at GC check points
2009-06-20 15:33:12 -05:00
Slava Pestov
fed8e7f6b7
cocoa.windows: Fix help lint
2009-06-20 15:14:45 -05:00
Slava Pestov
82730af521
compiler.cfg.linear-scan: untangle add-active/delete-active/add-handled calls in spilling, replace 'sort-values last' with 'alist-max' in compiler.utilities
2009-06-19 18:28:30 -05:00
Slava Pestov
cb890b2fa3
Merge branch 'for-slava' of git://git.rfc1149.net/factor
2009-06-19 15:06:50 -05:00
Doug Coleman
f67c2463be
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-19 14:42:57 -05:00
Slava Pestov
79298f69d9
Fix help-lint for models.range and histogram
2009-06-19 14:33:43 -05:00
Doug Coleman
76819803af
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-19 14:07:32 -05:00
Doug Coleman
6916cf6337
fix nover, add unit test
2009-06-19 12:58:17 -05:00
Samuel Tardieu
1acc9e4e5c
Automatically load needed vocabularies when deserializing words
2009-06-19 13:03:01 +02:00
Slava Pestov
6ff7e2cba7
compiler.cfg.linear-scan: Fix a couple of bugs
2009-06-19 03:42:42 -05:00
Slava Pestov
6025764585
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-19 03:31:09 -05:00
Joe Groff
d4ce348c50
stupid mutable state
2009-06-18 22:01:31 -05:00
Slava Pestov
8fa6de0ec4
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 21:47:16 -05:00
Joe Groff
e4ba9315a6
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 21:20:49 -05:00
Joe Groff
d39e2f0f3e
make sliders work when range min isn't zero
2009-06-18 21:20:34 -05:00
Joe Groff
c58a302d7e
give range models a step parameter; use it on sliders so the thumb can step by any interval
2009-06-18 20:57:02 -05:00
Doug Coleman
15748c3afc
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 19:35:37 -05:00
Doug Coleman
3f89d8ce3f
turn off auto-use when using help-lint
2009-06-18 19:34:56 -05:00
Slava Pestov
1984800cf4
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 19:31:27 -05:00
Slava Pestov
5b38b19f50
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 19:30:52 -05:00
Slava Pestov
28d7b8d5f5
Fix hang when loading ui.backend.windows
2009-06-18 19:30:17 -05:00
Doug Coleman
14f1e6abff
minor cleanup
2009-06-18 17:32:10 -05:00
Joe Groff
ff09c17fcd
make windows without titlebars on win32 actually not have titlebars
2009-06-18 15:09:03 -05:00
Joe Groff
2701781e30
docs for window-controls
2009-06-18 12:20:50 -05:00
Joe Groff
62ed8d1404
win32 support for window-controls
2009-06-18 11:41:34 -05:00
Joe Groff
c19c0d0395
oops, forgot a USING
2009-06-18 09:57:49 -05:00
Joe Groff
6e334026bc
fix cocoa close-window to work on windows without close buttons
2009-06-17 23:00:30 -05:00
Joe Groff
7d1b67b098
interface for controlling window controls (close, minimize, resize, titlebar, etc.). cocoa backend
2009-06-17 22:47:51 -05:00
Joe Groff
a4bf577d52
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-17 21:45:04 -05:00
Slava Pestov
e1e24c4802
compiler.cfg.linear-scan: Further progress on inactive interval handling
2009-06-17 15:27:20 -05:00
Joe Groff
3d13ec61fd
let gl-error know about GL_INVALID_FRAMEBUFFER_OPERATION_EXT error. add <mrt-gl-program> helper word to link a GL program with named multiple render targets
2009-06-16 18:14:22 -05:00
Slava Pestov
277808a8e0
ui.gadgets.sliders: forgot to update docs
2009-06-16 17:11:36 -05:00
Slava Pestov
becaa7985d
Remove unused words discovered by Samuel Tardieu
2009-06-16 16:38:39 -05:00
Slava Pestov
82c02e00e8
Merge branch 'for-slava' of git://git.rfc1149.net/factor
2009-06-16 14:05:23 -05:00
Slava Pestov
c92ed59a4e
interleave: allow the 'between' quot to access the stack
2009-06-15 16:07:39 -05:00
Samuel Tardieu
69b9bef5db
Documentation fix for PV{
2009-06-15 22:24:21 +02:00
Slava Pestov
9eec019e9b
Remove initial-quot feature
2009-06-15 13:07:15 -05:00
Slava Pestov
6129ce29ac
'see' on tuple classes didn't show initial values if slot type was not declared
2009-06-14 17:46:29 -05:00
Slava Pestov
14b4b79a37
compiler.cfg.linear-scan.resolve: fix compile error
2009-06-14 17:00:52 -05:00
Slava Pestov
4484a9950e
Move constructors vocabulary to extra and refactor basis code not to use it
2009-06-13 18:47:19 -05:00
Slava Pestov
48c31d441c
Add some failing unit tests exposing bugs in initial-quot: implementation
2009-06-13 18:34:27 -05:00
Slava Pestov
28a6fd215b
Fix conflict
2009-06-13 17:49:20 -05:00
Slava Pestov
941d7a1eeb
Various linear scan fixes
...
insert spill before reload to fix x86-32 regression
inactive splitting: if all inactive intervals' registers are in use, don't fail
fix stack analysis tests
2009-06-13 17:35:40 -05:00
Doug Coleman
231b50942e
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-12 11:59:14 -05:00
Doug Coleman
ecfea47fd5
fix load error
2009-06-12 02:43:05 -05:00
Doug Coleman
56c9302dbc
Merge branch 'master' of git://github.com/prunedtree/factor
...
Conflicts:
basis/compression/inflate/inflate.factor
basis/math/matrices/matrices.factor
2009-06-12 02:33:49 -05:00
Doug Coleman
7e0fab2dc6
use initital-quot: in threaded-server tuple declaration
2009-06-11 20:20:38 -05:00
Doug Coleman
54b2376756
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-11 19:48:46 -05:00