Anton Gorenko
8f297055d6
Merge branch 'master' of git://github.com/slavapestov/factor
2011-01-16 13:38:04 +06:00
John Benediktsson
5dcd6b36d4
Merge branches 'master' and 'cleanup' into cleanup
2011-01-05 18:35:13 -08:00
Slava Pestov
75560699ea
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
2010-12-25 16:55:36 -08:00
John Benediktsson
cd3ee55fb8
Merge branches 'master' and 'cleanup' into cleanup
2010-11-25 23:57:54 -08:00
Anton Gorenko
8352fdf59a
clutter: update;
2010-11-20 21:27:47 +06:00
Anton Gorenko
1ac8afc236
move gtk samples from extra/gir/samples/lowlevel to gtk-samples;
...
fix gtk-samples;
2010-11-20 21:20:47 +06:00
Slava Pestov
c412237dc4
path-finding: fix help lint
2010-11-14 19:29:37 -08:00
Samuel Tardieu
6994e6c8ee
path-finding: add Dijkstra algorithm
...
Dijkstra algorithm is a particular case of the A* algorithm with
the heuristic being set to 0.
2010-11-14 15:33:37 -08:00
Philip Searle
e83cc32b14
Add palette and odd-sized PNG unit tests. Fix loading interlaced PNGs < 8x8 in size.
2010-11-13 23:52:13 +00:00
Philip Searle
a22f5611de
Fix support for interlaced 1/2/4/8/16-bit greyscale and interlaced 8-bit truecolour PNG files.
2010-11-13 21:45:11 +00:00
Philip Searle
0c70f74abe
Correct greyscale PNG scaling factor. Non-interlaced greyscale PNG tests now pass.
2010-11-13 19:29:26 +00:00
Slava Pestov
974f4cfda4
game.loop: remove unneeded dependency on tools.memory vocab
2010-10-31 22:50:37 -05:00
Doug Coleman
67c37591ca
Remove <uint> *uint and friends. Hopefully remove the last usages of these words
2010-10-25 15:54:42 -05:00
Doug Coleman
4ca9bd0bba
Remove usages of <void*> and *void*
2010-10-25 13:22:50 -05:00
Doug Coleman
edba5f2bbe
Fix bug in html.parser.analyzer
2010-10-25 12:50:43 -05:00
Doug Coleman
1f57dc326e
Remove many uses of <int> and *int etc
2010-10-25 12:49:12 -05:00
Slava Pestov
b10897334c
io.sockets.secure: add ssl-supported? hook, and make furnace.auth and twitter vocabs use it. This makes furnace work on Windows
2010-10-24 15:54:19 -07:00
Slava Pestov
36785f4625
benchmark.ui-panes: clean up
2010-10-23 17:15:23 -07:00
Slava Pestov
76344f6bc2
benchmark.ui-panes: deploy without prettyprinter
2010-10-23 17:09:26 -07:00
Slava Pestov
a400b39fa1
alien.enums: enum>number didn't work in deployed images, add a test which deploys and runs benchmark.ui-panes to catch this in the future
2010-10-17 21:02:42 -04:00
Slava Pestov
7414b2797f
extra/central: remove unused vocabulary
2010-10-17 17:41:21 -07:00
Doug Coleman
efbbe3591e
Rename combinator in dns
2010-10-09 12:49:47 -07:00
Doug Coleman
15226d8bc3
Minor cleanups in trees
2010-10-09 11:21:11 -07:00
Doug Coleman
51f9d97753
Support openbsd's resolv.conf syntax
2010-10-08 19:13:03 -07:00
Slava Pestov
38ceef3ab8
morse: cleanup
2010-10-08 18:55:23 -07:00
Slava Pestov
fbbaef70c4
Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction
2010-10-08 18:55:13 -07:00
Doug Coleman
1179eefefa
Minor typo in euler 006
2010-10-08 06:34:20 -07:00
Doug Coleman
5a6f93bc84
Minor cleanups in dns
2010-10-08 06:34:20 -07:00
Doug Coleman
d462355035
Implement and document stream-peek
2010-10-08 06:34:19 -07:00
Doug Coleman
6dcb259b73
Move the host word from dns to tools.dns
2010-10-08 06:34:18 -07:00
Doug Coleman
1e6ea11ba2
Clean up a few lines of resolv.conf parser
2010-10-08 06:34:18 -07:00
Doug Coleman
f7af445625
Add stream-peek1 and remove it from images.gif and dns. Add sequence-peek but not stream-peek (yet?)
2010-10-08 06:34:17 -07:00
Slava Pestov
4376173e83
webapps.mason: fix broken link
2010-10-06 21:54:00 -07:00
Doug Coleman
5bc2128d6d
Write a real resolv.conf parser
2010-10-05 21:44:22 -05:00
Doug Coleman
ad740f3413
Remove blank lines from resolve.conf just in case
2010-10-05 15:33:42 -05:00
Doug Coleman
24abb667fe
Special-case "localhost" in dns queries
2010-10-05 09:56:29 -05:00
Doug Coleman
676f6b6e06
Implement resolve-host for dns vocab
2010-10-05 09:56:29 -05:00
Slava Pestov
52b11a88a6
webapps.mason.docs-update: recover properly if previous update attempt fails
2010-10-04 21:29:29 -07:00
Slava Pestov
b5ed5b8821
websites.factorcode: add license
2010-10-04 21:09:23 -07:00
Slava Pestov
62645adff5
websites.factorcode: add screenshots
2010-10-04 21:07:30 -07:00
Slava Pestov
dab42457d0
webapps.mason: update for factorcode.org changes
2010-10-04 20:39:37 -07:00
Philipp Brüschweiler
f52246b3ff
curses: simplifications, prepare for menu support
2010-10-03 13:18:31 +02:00
Philipp Brüschweiler
532010a673
curses.listener: very basic curses-based listener
2010-10-03 13:17:43 +02:00
Philipp Brüschweiler
15eeb0391e
curses: simplification, implement coordinate queries
2010-10-03 13:17:43 +02:00
Philipp Brüschweiler
1819da7f41
curses: simplification, use wide character library to print utf8 strings
2010-10-03 13:17:43 +02:00
Philipp Brüschweiler
c5b46d0be4
curses: fix colors, add unit test
2010-10-03 13:16:31 +02:00
Philipp Brüschweiler
e674081a06
curses: cleanup, remove unfinished screen support
2010-10-03 13:16:31 +02:00
Philipp Brüschweiler
b26c88aef3
curses: more mouse event work
2010-10-03 13:16:31 +02:00
Philipp Brüschweiler
54d846e38a
curses: start mouse input implementation
2010-10-03 13:16:31 +02:00
Philipp Brüschweiler
6c31c49cad
curses: add box word, rearrange some code
2010-10-03 13:16:31 +02:00
Philipp Brüschweiler
f768bbe59e
curses: change echo to be f as default
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
bb89b92a98
curses: start support for mouse events
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
e1a9d597b0
curses: seperated echo and raw/cbreak options from window-setup
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
52af310055
curses: added key codes
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
697d846912
curses: add attributes
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
0e9572bf85
curses: fix test
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
47ee6ddfef
curses: renamed to shorter words
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
717f036e52
curses: beginning of screen support
2010-10-03 13:16:30 +02:00
Philipp Brüschweiler
f2e5b168a7
curses: partial rewrite
2010-10-03 13:16:30 +02:00
Slava Pestov
dcf87ddf97
websites.concatenative: run builder check here
2010-10-02 20:54:56 -07:00
Slava Pestov
cfbbe37e38
webapps.planet: workaround
2010-10-02 20:00:54 -07:00
Slava Pestov
0811f7b244
bunny, gpu.demos.bunny: bunny has moved
2010-10-02 19:54:57 -07:00
Slava Pestov
6550a96e03
webapps.planet: include its own icon
2010-10-02 19:54:12 -07:00
Slava Pestov
0945aac30d
websites.concatenative: more tweaks
2010-10-02 19:42:10 -07:00
Slava Pestov
8a95b763dd
webapps.mason.docs-update: make docs path configurable
2010-10-02 19:05:11 -07:00
Slava Pestov
8f44a059f5
websites.concatenative: change DB path
2010-10-02 19:04:06 -07:00
Slava Pestov
ddd589cdee
websites.concatenative, factorcode: move a few things into config file
2010-10-02 18:56:21 -07:00
Doug Coleman
ea9918e099
Set the dns server based on the platform
2010-10-01 01:23:31 -05:00
Anton Gorenko
0ad5f6bd44
Merge branch 'master' of git://factorcode.org/git/factor
2010-10-01 10:13:19 +06:00
Slava Pestov
e6de81706b
webapps.mason: fix counter and dashboard actions, add more comprehensive tests
2010-09-30 20:49:03 -07:00
Anton Gorenko
711e3336fa
Merge branch 'master' of git://factorcode.org/git/factor
2010-09-29 18:40:21 +06:00
Doug Coleman
62e85195f7
Remembered append-outputs-as combinator for dns
2010-09-29 06:34:13 -05:00
Anton Gorenko
f7573bf329
Merge branch 'master' of git://factorcode.org/git/factor
2010-09-29 12:22:09 +06:00
Doug Coleman
c674fa996b
Add a DNS vocabulary
2010-09-28 20:59:27 -05:00
Doug Coleman
3f52cb1cb4
Fix using in slots.syntax
2010-09-28 20:40:48 -05:00
Doug Coleman
f495fc0d8c
Add set-slots{ and set-slots[ words in slots.syntax and document them.
2010-09-28 15:15:56 -05:00
Sascha Matzke
0939590955
fixed ismaster result eval
2010-09-28 15:15:55 -05:00
Sascha Matzke
0a9ca2124e
added with-mdb-pool, rewrote with-mdb-connection
2010-09-28 15:15:54 -05:00
Sascha Matzke
942fbe2666
added each-chunk, find-all and select-all-tuples words
2010-09-28 15:15:54 -05:00
Anton Gorenko
4e6fc292b9
Merge branch 'master' of git://factorcode.org/git/factor
2010-09-28 18:23:36 +06:00
Slava Pestov
2374126ed8
websites.factorcode: FIX TYPO
2010-09-27 21:46:40 -07:00
Slava Pestov
55c98bbf70
websites.factorcode: update index.fhtml
2010-09-27 21:45:46 -07:00
Slava Pestov
5b60d592c0
websites.factorcode: add examples
2010-09-27 21:17:29 -07:00
Slava Pestov
06684f0414
websites.factorcode: enable .fhtml
2010-09-27 21:15:08 -07:00
Slava Pestov
acdcc9ac26
websites.factorcode: new factorcode.org site, just like the old factorcode.org site
2010-09-27 21:14:22 -07:00
Slava Pestov
6f7b58f6c9
mason.release.branch: fix test failure
2010-09-27 20:12:44 -07:00
Doug Coleman
0bbfa64b24
Squashed commit of the following:
...
commit 54b3e19c7407707fabddd53872559c58cd5143d2
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:10:15 2010 -0500
Fix typo
commit 3207516dc93e0e1edc9f119efcc79f4484eab244
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Mon Sep 27 19:08:30 2010 -0500
Rename io.servers.connection to io.servers
2010-09-27 19:12:33 -05:00
Anton Gorenko
d5a7f99bea
Merge branch 'master' of git://factorcode.org/git/factor
...
Conflicts:
basis/cairo/ffi/ffi.factor
basis/pango/cairo/cairo.factor
basis/pango/layouts/layouts.factor
2010-09-26 23:24:30 +06:00
Slava Pestov
d43d703b36
mason.release.branch: pass -f argument to git push to help clean up the mess on the floor
2010-09-23 23:02:34 -07:00
Chris Double
5c30c3db1c
Client for bitcoin json-rpc API
2010-09-22 22:14:35 +12:00
Doug Coleman
21aca5c2ec
platforms.txt likes things on their own lines.
2010-09-21 22:10:21 -05:00
Doug Coleman
2c42e616b4
Implement a raw port. Make ping only run on Windows and Mac because the other platforms require root privs.
2010-09-21 22:00:18 -05:00
Doug Coleman
2e72e91f92
Make sure the ping comes from the correct ip.
2010-09-21 11:16:05 -05:00
Doug Coleman
7b0a50e7d2
Squashed commit of the following:
...
commit 90deaafa9db083ecdb9e0e30ad3694317e616399
Merge: f392dfd
32cf7bb
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Tue Sep 21 00:33:37 2010 -0500
Merge branch 'icmp-ping' of git://github.com/mrjbq7/factor into icmp-ping2
commit 32cf7bb0e0b876309bce248944dfeca243f02594
Author: John Benediktsson <mrjbq7@gmail.com>
Date: Fri Sep 10 14:01:47 2010 -0700
ping: Adding a simple IPv4 ping implementation.
commit da0c5ce7acf1407256c3ac2b98ac5b68858878c1
Author: John Benediktsson <mrjbq7@gmail.com>
Date: Fri Sep 10 14:01:15 2010 -0700
io.sockets.icmp: Adding ICMP support.
commit 60fdf7e7d995d63c11be87e8e1398f7bdd593833
Author: John Benediktsson <mrjbq7@gmail.com>
Date: Fri Sep 10 14:00:48 2010 -0700
io.sockets: Adding protocol support for sockets.
commit 2f130f1f9e0e2ea44d798beaad244a9c33b0d86a
Author: John Benediktsson <mrjbq7@gmail.com>
Date: Fri Sep 10 14:00:28 2010 -0700
Adding getprotobyname().
2010-09-21 11:15:33 -05:00
Doug Coleman
1f366c8b1d
Move math.transforms.fft to unmaintained since it's broken and there are no unit tests
2010-09-21 00:20:23 -05:00
Slava Pestov
b361e1b694
webapps.mason.version.source: fix bugs discovered during 0.94 release
2010-09-20 21:36:24 -07:00
Doug Coleman
d97bf9f890
Move <rgb-image> to images.testing, add randomize-image word
2010-09-19 21:54:04 -05:00
Doug Coleman
aa8c12a84b
Squashed commit of the following:
...
commit 8a15381d30508b8f36a9e36dc3a0afc3c962c853
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 11 14:32:30 2010 -0500
Squash threaded-server branch
2010-09-19 13:38:02 -05:00
Slava Pestov
f013f9aa2f
Rename mason.server to webapps.mason.backend, rename mason.version to webapps.mason.version, for cleaner client-server separation
2010-09-17 19:46:55 -07:00
Slava Pestov
c4d717a49a
mason: add new idle, upload, finish states to make status display more helpful
2010-09-17 19:46:55 -07:00
Slava Pestov
b3c5097862
mason: send a heartbeat even while a build is running, and tighten deadline for crashed machine in mason.server
2010-09-16 21:27:17 -07:00
Slava Pestov
77db248759
mason: make upload timeout configurable, bump default to 1 hour for erg's mom's dialup
2010-09-15 22:53:54 -07:00
Slava Pestov
7b6f84ad0e
mason.server.watchdog: new tool to send e-mails when build machines go down
2010-09-14 21:54:33 -07:00
Doug Coleman
d00cc766a4
Fix using list
2010-09-12 00:26:14 -05:00
Slava Pestov
590586e551
benchmark.sockets: yield between spawning clients so we don't backlog requests (we call accept with a limit of 128)
2010-09-11 18:43:47 -07:00
John Benediktsson
cd27d1337b
math.floating-point: adding double>ratio.
2010-09-11 19:41:06 -05:00
John Benediktsson
61d0a7ab94
math.finance: Removing an instance of "spin".
2010-09-10 13:30:01 -07:00
John Benediktsson
dcc5ea89c7
math.floating-point: adding double>ratio.
2010-09-10 13:28:57 -07:00
Slava Pestov
0f26b660bb
openal.alut fix from Chris Double
2010-09-09 20:36:35 -07:00
Slava Pestov
976c4230cd
twitter: don't use https on Windows since Factor doesn't support https there
2010-09-08 20:54:31 -07:00
Slava Pestov
d43802bea2
benchmark.sockets: fix race by using promises instead of super-dodgy random calls to yield
2010-09-08 20:54:30 -07:00
Slava Pestov
a19428fa72
webapps.mason: fix templates for boilerplate wrapping
2010-09-07 22:36:46 -07:00
Slava Pestov
1ab2d347a7
mason: fix load errors
2010-09-06 21:44:16 -07:00
Slava Pestov
9c87687b7f
mason: notify server after uploading docs so that docs.factorcode.org can update immediately
2010-09-06 19:00:10 -07:00
Slava Pestov
e395a8fb60
webapps.mason.docs-update: fix using list
2010-09-06 17:52:04 -07:00
Slava Pestov
98d1407f8f
webapps.mason: kick off docs update in a new thread so that client doesn't time out
2010-09-06 17:50:50 -07:00
Slava Pestov
04d1bbb0ca
webapps.mason: fixes
2010-09-06 17:47:39 -07:00
Slava Pestov
9b6db6b0e3
webapps.mason: add action to update docs
2010-09-06 17:30:08 -07:00
Slava Pestov
db61c9341b
geo-ip: new download link
2010-09-06 16:47:12 -07:00
Slava Pestov
ee2169eb6c
irc.gitbot: fix load error
2010-09-05 17:55:22 -07:00
Slava Pestov
feffc260d6
mason: various assorted improvements
...
- put disk usage in build report
- bump minimum disk space required before starting a build from 300mb to 1gb
- check repository consistency before pulling; if there are untracked files, or if the pull fails, blow away the repo and clone it again
2010-09-05 15:22:02 -07:00
Slava Pestov
3c4cf722f4
webapps.mason: show build machines that didn't upload binaries despite building clean
2010-09-05 13:15:40 -07:00
Slava Pestov
3fe4992992
mason.server: fix unit test
2010-09-05 13:11:17 -07:00
Slava Pestov
67e6b456b5
mason.updates: fix typo
2010-09-05 12:59:28 -07:00
Slava Pestov
d3992ff611
webapps.mason: fix typo
2010-09-04 18:58:57 -07:00
Slava Pestov
12b63c5957
webapps.mason: more bikeshedding
2010-09-04 18:32:46 -07:00
Slava Pestov
cc1b1ea381
webapps.mason: make the dashboard public and only protect the build actions
2010-09-04 18:30:07 -07:00
Slava Pestov
b81c37e1d0
webapps.mason.status-update: don't force SSL (merge local change from concatenative.org)
2010-09-04 18:23:04 -07:00
Slava Pestov
29fb8d39f9
webapps.mason: add broken builder display to dashboard
2010-09-04 18:22:00 -07:00
Slava Pestov
608a9261f1
webapps.mason: change wording
2010-09-04 18:09:07 -07:00
Slava Pestov
44ffd6a707
Missing files from last patch, oops
2010-09-04 18:05:28 -07:00
Slava Pestov
2cba7fd727
mason: add support for forcing a build across the farm by reading a counter value from the server
2010-09-04 18:00:33 -07:00
Slava Pestov
67a828f0f7
webapps.mason: add dashboard showing crashed machines, add a mechanism for forcing a build across the farm
2010-09-04 17:59:18 -07:00
Slava Pestov
5df4edc14f
mason: when checking if we need to build, compare source for last finished (clean/dirty/error) build with the latest source hashes, instead of the last *downloaded* source hashes. This ensures that if a build is terminated due to machine failure, we start building again next time
2010-09-04 16:58:10 -07:00
Slava Pestov
8e98a238ff
mason: check free disk space, and don't send too many e-mails within a short period if the local git repo becomes corrupted, etc
2010-09-04 16:26:32 -07:00
Doug Coleman
1e9afc927f
Simplify combinator with joe's suggestion, unit test
2010-08-29 15:24:55 -05:00
Doug Coleman
bd3fccfd4a
Clean up html.parser.analyzer, apply blei's fix for find-between*
2010-08-29 13:22:11 -05:00
Doug Coleman
74f3579644
Fix the max-depth variable in spider
2010-08-29 13:21:50 -05:00
Slava Pestov
2ba279d689
webapps.wiki: fix wording of rollback message to be more accurate
2010-08-22 21:58:13 -07:00
Slava Pestov
6079a3c78d
webapps.mason: remove XML prolog from downloads.xml since the output of this template gets included in another page
2010-08-22 21:56:57 -07:00
Slava Pestov
aaace74616
webapps.mason: update links
2010-08-22 21:30:19 -07:00
Doug Coleman
8b0a95e4a0
Refactor spider vocab to fix a bug and remove a rot
2010-08-18 11:35:08 -05:00
Slava Pestov
4b6e78709a
twitter: remove obsolete comment
2010-08-17 19:25:24 -07:00
Joe Groff
fa65635e6f
gpu.shaders: typo in docs reported by typemore
2010-08-17 17:14:05 -07:00
Slava Pestov
92c8d42bb7
mason.child: remove PPC unit tests
2010-08-15 22:24:28 -07:00
Slava Pestov
d2dd184d58
Officially drop PowerPC port
2010-08-15 20:10:11 -07:00
Slava Pestov
74af9abf20
Update code for brave new world where alien.parser doesn't special-case void, and instead looks it up like any other word
2010-08-15 02:32:13 -07:00
Philipp Brüschweiler
99a37fd571
html.parser.analyzer: find-between* didn't always return a sequence, which in turn broke find-hrefs (reported by randy7)
2010-08-13 22:53:37 +02:00
Slava Pestov
7d4b64e361
rename benchmark.struct to tools.time.struct since it is not a benchmark
2010-08-11 21:51:19 -07:00
Jose A. Ortega Ruiz
cb96c33838
FUEL: fix for error reporting in remote listeners.
2010-08-02 23:12:57 -04:00
Philipp Brüschweiler
b4d23a9d3b
javascriptcore: added some platform.txt files
2010-08-01 13:59:37 +02:00
Philipp Brüschweiler
b58c93ddbd
Merge remote branch 'origin/native-image-loader' into my-gtk
2010-08-01 11:09:39 +02:00
Slava Pestov
46f8492c09
mongodb.driver: fix help lint
2010-07-31 18:34:43 -04:00
Slava Pestov
4ab1950219
time-server: main word should not return immediately (reported by Alec Barryman)
2010-07-31 18:33:39 -04:00
Joe Groff
c758b3d8f1
Merge remote branch 'Blei/Native-image-loader' into native-image-loader
2010-07-31 11:53:18 -07:00
Philipp Brüschweiler
4c7a88c8a4
images: fix some tests that broke due to an additional slot in image
2010-07-31 20:37:45 +02:00
Sascha Matzke
aab5db42d9
fixed usages
2010-07-31 19:54:36 +02:00
Sascha Matzke
69027378cb
fixed docs
2010-07-31 19:50:29 +02:00
Sascha Matzke
19c78de60f
better error handling when mongod can not be reached
2010-07-31 14:16:11 +02:00
Sascha Matzke
f9b3c1d59d
added query and delete options
2010-07-31 11:41:07 +02:00
Sascha Matzke
7295a04519
added >multi word, removed unused singletons, fixed tuple example in docs
2010-07-31 10:49:15 +02:00
Sascha Matzke
e42479b257
use encode-string to write utf8 strings to the stream
2010-07-31 10:49:15 +02:00
Slava Pestov
1945d62dd5
gdbm.ffi: fix DLL name on Windows
2010-07-26 15:35:12 -05:00
Philipp Brüschweiler
ab29ed3892
Merge branch 'gtk' into gtk-image-loader
2010-07-26 19:29:17 +02:00
Philipp Brüschweiler
fde0321f44
ui.backend.gtk: don't initialize io event source when deploying with io level 1 and 2
2010-07-26 19:27:27 +02:00
Philipp Brüschweiler
f3f8b3b35b
Merge remote branch 'ex-rzr/master' into gtk
2010-07-26 18:54:46 +02:00
Anton Gorenko
0b02a6b4d7
add clutter (clutter, cogl and json) and clutter-gtk bindings
2010-07-25 22:20:43 +06:00
Anton Gorenko
d82a78f89b
gobject-introspection: add REPLACE-C-TYPE: parsing word
2010-07-25 22:18:32 +06:00
Anton Gorenko
0f9a2265a7
gstreamer: remove gstreamer.check because it is "Common code for GStreamer unit tests"
2010-07-25 19:46:11 +06:00
Anton Gorenko
3989f0b406
Merge branch 'master' of git://factorcode.org/git/factor
2010-07-25 17:58:56 +06:00
Anton Gorenko
66da664a99
move gstreamer from basis to extra
2010-07-24 12:51:57 +06:00
Slava Pestov
3dbb8e6153
math.matrices: move normal word from gpu.demos.bunny and reverse sign
2010-07-23 20:41:08 -07:00
Slava Pestov
b0ec82c64e
gdbm: fix tests
2010-07-22 17:29:20 -07:00
Philipp Brüschweiler
926d1540c5
Merge branch 'gtk' into gtk-image-loader
...
Conflicts:
basis/glib/ffi/ffi.factor
basis/ui/backend/gtk/gtk.factor
2010-07-22 23:51:17 +02:00
Philipp Brüschweiler
832b55fe89
ui.backend.gtk: only set up event sources when we are deploying with io level 3
2010-07-22 23:45:08 +02:00
Slava Pestov
abf9efe731
gdbm: don't run tests on 64-bit Windows since there's no gdbm there
2010-07-22 14:34:59 -07:00
Philipp Brüschweiler
39d475e996
ui.backend.gtk: use png instead of ico to represent icons
2010-07-22 22:48:18 +02:00
Joe Groff
80aa0d54c2
Merge branch 'master' of git://factorcode.org/git/factor into native-image-loader
2010-07-18 13:26:52 -07:00
Anton Gorenko
e70e2ca073
rename gst -> gstreamer
2010-07-18 11:44:49 +06:00
Philipp Brüschweiler
d2530a4365
Merge remote branch 'origin/native-image-loader' into gtk-image-loader
2010-07-17 11:26:45 +02:00
Anton Gorenko
65362a67e8
Merge branch 'master' of git://factorcode.org/git/factor
...
Conflicts:
basis/pango/cairo/cairo.factor
2010-07-17 14:11:06 +06:00
Slava Pestov
73833ebb18
gdbm.ffi: fix add-library form
2010-07-13 17:36:14 -04:00
Joe Groff
3d9c1f9cd5
Merge branch 'master' into native-image-loader
2010-07-11 08:27:29 -07:00
Joe Groff
57fb4267ab
clear up roles docs
2010-07-09 13:30:15 -07:00
Doug Coleman
2ca509a8fe
Split off io.streams.throwing from io.streams.limited and update usages of limited streams
2010-07-09 13:32:09 -05:00
Doug Coleman
9dfed202ca
Add an article for roles
2010-07-09 13:32:08 -05:00
Doug Coleman
1a8e09116b
Allow variants to be spread across multiple parsing words with a VARIANT-MEMBER: word. Fix typo in docs
2010-07-09 13:32:08 -05:00
Joe Groff
8a7979da13
Merge branch 'master' into native-image-loader
2010-07-07 13:06:37 -07:00
Slava Pestov
23f2a82d47
twitter: use https to get request and access tokens now that http.client is up to spec
2010-07-05 22:55:32 -04:00
Slava Pestov
58b5c60886
mason: update for twitter vocab changes
2010-07-05 22:18:02 -04:00
Slava Pestov
77d7a92b9e
twitter: update to use OAuth
2010-07-05 22:17:16 -04:00
Slava Pestov
7e318bae57
oauth: basic implementation of an OAuth consumer
2010-07-05 22:14:06 -04:00
Slava Pestov
4d3b7179d7
Merge branch 'mongodb-changes' of git://github.com/x6j8x/factor
2010-07-05 20:40:09 -04:00
Slava Pestov
3159b66103
Merge branch 'gdbm' of http://github.com/dmsh/factor
2010-07-05 20:35:54 -04:00
Dmitry Shubin
18c93fa1bd
gdbm: add shorthands for common cases
2010-07-04 02:12:07 +04:00
Niklas.Waern
8321c7b559
libudev bindings in resource:extra
2010-06-29 19:25:26 +02:00
Dmitry Shubin
2446a59744
gdbm: move enums to main vocab
2010-06-28 03:50:06 +04:00
Dmitry Shubin
0c020a47d8
gdbm: each-key - higher order combinator for sequential access
2010-06-28 03:30:52 +04:00
Dmitry Shubin
6705f4f466
gdbm: drop "gdbm-" prefix
2010-06-28 02:17:11 +04:00
Dmitry Shubin
8790c73a26
gdbm: add metadata
2010-06-28 02:14:50 +04:00