Slava Pestov
2ba5a20f3e
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 19:30:52 -05:00
Slava Pestov
a99f8f5741
Fix hang when loading ui.backend.windows
2009-06-18 19:30:17 -05:00
Doug Coleman
03b8e1b756
don't write docs with auto-use enabled
2009-06-18 19:29:10 -05:00
Doug Coleman
801366df98
minor cleanup
2009-06-18 17:32:10 -05:00
Doug Coleman
97f0a24e45
add histogram and sequence>assoc to sets
2009-06-18 17:29:41 -05:00
Joe Groff
10ab07224f
make windows without titlebars on win32 actually not have titlebars
2009-06-18 15:09:03 -05:00
Joe Groff
5f2bced2e3
docs for window-controls
2009-06-18 12:20:50 -05:00
Joe Groff
76b3e5fea2
win32 support for window-controls
2009-06-18 11:41:34 -05:00
Joe Groff
33dcb98943
oops, forgot a USING
2009-06-18 09:57:49 -05:00
Joe Groff
48b06d6221
window-controls-demo for testing/showing off window controls
2009-06-18 09:53:17 -05:00
Joe Groff
b75999aac6
fix cocoa close-window to work on windows without close buttons
2009-06-17 23:00:30 -05:00
Joe Groff
3231fcd052
interface for controlling window controls (close, minimize, resize, titlebar, etc.). cocoa backend
2009-06-17 22:47:51 -05:00
Joe Groff
2b3d62821e
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-17 21:45:04 -05:00
Joe Groff
19d77c5193
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
82825caf80
ui.gadgets.sliders: forgot to update docs
2009-06-16 17:11:36 -05:00
Slava Pestov
37b01357ec
Remove unused words discovered by Samuel Tardieu
2009-06-16 16:38:39 -05:00
Slava Pestov
ef6634337d
Oops: interleave-step is bi*
2009-06-16 14:05:39 -05:00
Slava Pestov
c5dfcf5755
Merge branch 'for-slava' of git://git.rfc1149.net/factor
2009-06-16 14:05:23 -05:00
Samuel Tardieu
cb03fe43db
Forbid tabs in source code
2009-06-16 20:49:28 +02:00
Slava Pestov
92b436d7fb
interleave: allow the 'between' quot to access the stack
2009-06-15 16:07:39 -05:00
Samuel Tardieu
a7b474b54b
Documentation fix for PV{
2009-06-15 22:24:21 +02:00
Slava Pestov
29327a787c
Remove initial-quot feature
2009-06-15 13:07:15 -05:00
Slava Pestov
75276855ae
sequences: change implementation of interleave
2009-06-14 18:22:31 -05:00
Slava Pestov
dd61b59937
sequences: update each-index and map-index to not depend on integers-as-sequences
2009-06-14 18:10:24 -05:00
Slava Pestov
a5cd2202ff
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
2009-06-14 18:03:32 -05:00
Slava Pestov
425f1f96c5
'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
6fb7dca404
compiler.cfg.linear-scan.resolve: fix compile error
2009-06-14 17:00:52 -05:00
Jose A. Ortega Ruiz
4a6ee34ec4
FUEL: Bug fix: indentation of consecutive setter lines.
2009-06-14 20:29:27 +02:00
Slava Pestov
b18c84454b
Move constructors vocabulary to extra and refactor basis code not to use it
2009-06-13 18:47:19 -05:00
Slava Pestov
285c8cecc6
Add some failing unit tests exposing bugs in initial-quot: implementation
2009-06-13 18:34:27 -05:00
Slava Pestov
a0e3f356c3
Fix conflict
2009-06-13 17:49:20 -05:00
Slava Pestov
7076d89fc3
destructors: fix docs typo reported by Blei in #concatenative
2009-06-13 17:36:47 -05:00
Slava Pestov
64f93e41a9
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
2adeecb9a4
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-12 11:59:14 -05:00
Doug Coleman
258abe31ab
add some unit tests for reshaping tuples with initial-quot: slots
2009-06-12 11:58:07 -05:00
Doug Coleman
99bfeb62c4
simplify implementation of initial-quot:
2009-06-12 11:45:53 -05:00
Doug Coleman
21a33419a7
initial-quot: works fully, need to make a couple simplifications
2009-06-12 09:21:51 -05:00
Doug Coleman
c5a5e94381
fix destructors docs
2009-06-12 02:43:13 -05:00
Doug Coleman
6a67f02f69
fix load error
2009-06-12 02:43:05 -05:00
Doug Coleman
7134236e46
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
360807aaab
Merge branch 'master' of erg@trifocus.net:factor
2009-06-11 20:27:33 -05:00
Doug Coleman
50be248db0
don't use summary in slots
2009-06-11 20:26:49 -05:00
Doug Coleman
a390fe9644
Revert "merge"
...
This reverts commit c2a03d259a
.
2009-06-11 21:23:47 -04:00
Doug Coleman
f9fb81a962
merge
2009-06-11 21:22:24 -04:00
Doug Coleman
6c2e483913
use initital-quot: in threaded-server tuple declaration
2009-06-11 20:20:38 -05:00
Doug Coleman
4bd06486fb
make a word not generic, remove unit test for unimplemented feature
2009-06-11 20:20:21 -05:00
Doug Coleman
afce3ffd92
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-11 19:48:46 -05:00
Doug Coleman
059eb399f0
add initial-quot: syntax for tuples
2009-06-11 19:48:14 -05:00
Joe Groff
226c76aa1f
stop playing fast and loose with NaN representations in half-floats tests
2009-06-11 18:00:01 -05:00
Slava Pestov
d0f6a7d048
Split up compiler.cfg.linear-scan.allocation into a number of sub-vocabularies; start work on compiler.cfg.linear-scan.resolve; start work on inactive interval splitting
2009-06-11 17:55:14 -05:00