Slava Pestov
|
3ed1910ab1
|
compiler.cfg.scheduling: remove old scheduling test code, adding a better way of testing scheduling
|
2011-08-28 21:25:35 -07:00 |
Slava Pestov
|
990c57a4a4
|
Fix models.delay example
|
2011-08-28 17:52:13 -07:00 |
Doug Coleman
|
2d74c3c9cb
|
llvm.clang.ffi depends on unix.types, so make it unix only
|
2011-08-28 16:51:58 -05:00 |
Doug Coleman
|
0f69878a9c
|
Make readline/readline-listener unix only
|
2011-08-28 16:42:55 -05:00 |
Joe Groff
|
13d1a8b8c8
|
Merge remote-tracking branch 'github/merge-native-image-loader'
|
2011-08-28 13:37:11 -07:00 |
John Benediktsson
|
39b800907c
|
io.files.windows: add some tests cases for UNC paths. Fixes #44.
|
2011-08-28 12:55:09 -07:00 |
John Benediktsson
|
3949c53343
|
Merge remote-tracking branch '8byte-jose/win32-unc-fix'
|
2011-08-28 11:46:43 -07:00 |
Joe Groff
|
6fc2c32c4a
|
gobject.ffi, glib.ffi: move GError over to gobject.ffi since that appears to be the gir that actually describes it
|
2011-08-27 20:58:42 -07:00 |
John Benediktsson
|
e2cca82fca
|
sets: fix cardinality of sequences, and speed up subset?.
|
2011-08-27 20:20:56 -07:00 |
John Benediktsson
|
fdf7c91ebc
|
Merge remote-tracking branch 'factorcode/master'
|
2011-08-27 19:01:02 -07:00 |
John Benediktsson
|
1f830cfc2a
|
Merge remote-tracking branch 'erg/master'
|
2011-08-27 19:00:27 -07:00 |
Slava Pestov
|
11af1b0962
|
gdk.pixbuf.ffi, glib.ffi: fix load errors
|
2011-08-27 18:26:21 -07:00 |
Joe Groff
|
3d2f731aab
|
Merge branch 'master' of factorcode.org:/git/factor
|
2011-08-27 18:03:17 -07:00 |
Joe Groff
|
8e873c380c
|
glib.ffi: try merging gtk-image-loader again
|
2011-08-27 18:02:22 -07:00 |
John Benediktsson
|
dff5dc8efd
|
Merge remote-tracking branch 'factorcode/master'
|
2011-08-27 17:39:49 -07:00 |
John Benediktsson
|
2add84176e
|
core-text: rename "render-info" to "rendered-line". Fixes #47.
|
2011-08-27 17:38:07 -07:00 |
sheeple
|
5a38ddc31c
|
graphviz: fix load errors
|
2011-08-27 18:35:00 -06:00 |
John Benediktsson
|
dba4b65aac
|
core-text: lazy text render (inspired by klazuka).
|
2011-08-27 17:33:21 -07:00 |
Joe Groff
|
ba416afd61
|
images.tessel(l)ation: spelling
|
2011-08-27 17:30:45 -07:00 |
Joe Groff
|
57bcd3a039
|
images: move pure Factor image format implementations to extra/
|
2011-08-27 17:30:45 -07:00 |
John Benediktsson
|
cc68afddce
|
Merge remote-tracking branch 'factorcode/master'
|
2011-08-27 17:26:11 -07:00 |
Hugo Schmitt
|
f5e9ac71a4
|
Swapping call order of 'hook' and 'action' row actions
|
2011-08-27 17:25:45 -07:00 |
Slava Pestov
|
b3a2823652
|
graphviz.ffi: fix help lint
|
2011-08-27 17:20:30 -07:00 |
Slava Pestov
|
fd08f9ad8f
|
Fixes #33 - ui.gadgets.glass had a scoping issue, so text selection would stop working after opening a popup
|
2011-08-27 17:14:56 -07:00 |
Slava Pestov
|
1f4da36b4b
|
Fixes #32 - double clicks were not handled properly in ui.backend.gtk
|
2011-08-27 17:06:53 -07:00 |
Joe Groff
|
a67a59d5a1
|
Merge branch 'master' of factorcode.org:/git/factor
|
2011-08-27 17:04:43 -07:00 |
Slava Pestov
|
48dfa97f97
|
nibble-arrays: -1 <nibble-array> should throw an error
|
2011-08-27 16:44:59 -07:00 |
Slava Pestov
|
385a51b3ef
|
Fixes #35 - -1 <bit-array> should throw an error
|
2011-08-27 16:44:48 -07:00 |
Joe Groff
|
baeb8a45fe
|
images.gdiplus, windows.gdiplus, windows.streams: update for change to with-out-parameters
|
2011-08-27 15:53:07 -07:00 |
Doug Coleman
|
05de404801
|
Make coverage. use each-word, only put coverage on non-primitive/symbol words
|
2011-08-27 16:12:41 -05:00 |
Slava Pestov
|
39b00a1b39
|
graphviz.ffi: refactor it to not make FFI calls at parse time
|
2011-08-27 14:08:54 -07:00 |
Joe Groff
|
9040ee37e0
|
Merge remote-tracking branch 'Blei/gtk-image-loader'
Conflicts:
basis/alien/enums/enums-tests.factor
basis/alien/enums/enums.factor
basis/alien/parser/parser.factor
basis/gdk/pixbuf/ffi/ffi.factor
basis/glib/ffi/ffi.factor
basis/tools/deploy/shaker/shaker.factor
basis/ui/backend/gtk/gtk.factor
basis/windows/nt/nt.factor
|
2011-08-27 14:07:18 -07:00 |
Doug Coleman
|
2e7935d66e
|
Change the way %coverage works, make coverage word use map-words to hit private vocabs, make %coverage only work on vocabs.
|
2011-08-27 15:54:25 -05:00 |
Joe Groff
|
3616f93250
|
windows: merge library manifest from old windows.nt in Blei/gtk-image-loader
|
2011-08-27 13:52:20 -07:00 |
Joe Groff
|
a820c1091d
|
alien: merge enum improvements from Blei/gtk-image-loader
|
2011-08-27 13:48:30 -07:00 |
Doug Coleman
|
87e64b3a59
|
Document some words, move words around to be private
|
2011-08-27 12:52:01 -05:00 |
Doug Coleman
|
472fe7fa4b
|
Better name for combinator -- each-word, each-map to iterate over all words in vocab and its private vocab. Add count-callables and %coverage words.
|
2011-08-27 12:34:05 -05:00 |
Doug Coleman
|
571d619442
|
Use change-vocabulary-coverage word for toggle-coverage too to handle .private vocabs
|
2011-08-27 01:04:02 -05:00 |
Doug Coleman
|
c062c24ead
|
Add toggle-coverage word and make coverage-on/off work on .private vocabs too.
|
2011-08-27 00:56:02 -05:00 |
Doug Coleman
|
199435f11a
|
Fix the docs for tools.coverage
|
2011-08-27 00:14:56 -05:00 |
John Benediktsson
|
e5b6e46702
|
parser: fix a typo in the docs.
|
2011-08-26 21:07:16 -07:00 |
John Benediktsson
|
6a085abd7d
|
Merge remote-tracking branch 'malu/semantic-versioning'
|
2011-08-26 20:48:18 -07:00 |
John Benediktsson
|
38c5652093
|
boids makes a good demo.
|
2011-08-26 20:33:21 -07:00 |
John Benediktsson
|
07454e2584
|
curses: update for alien api change.
|
2011-08-26 20:18:23 -07:00 |
John Benediktsson
|
b40e787556
|
Merge remote-tracking branch 'blei/curses' into curses
|
2011-08-26 20:13:24 -07:00 |
John Benediktsson
|
78998f6971
|
path-finding: add test for abeaumont's fix.
|
2011-08-26 19:58:07 -07:00 |
John Benediktsson
|
12d5d61179
|
Merge remote-tracking branch 'abeaumont/master'
|
2011-08-26 19:53:11 -07:00 |
John Benediktsson
|
a429f67b87
|
Merge remote-tracking branch 'philip-searle/master'
|
2011-08-26 19:42:04 -07:00 |
John Benediktsson
|
7225ce1f5e
|
Merge remote-tracking branch 'ajvondrak/graphviz'
|
2011-08-26 19:31:47 -07:00 |
John Benediktsson
|
96347f9e99
|
Merge remote-tracking branch 'mattknox/master'
|
2011-08-26 19:07:00 -07:00 |