Commit Graph

20554 Commits (46864a2c92151afb8d9912b9ad0763b8d1829cec)

Author SHA1 Message Date
Joe Groff 2a4c66ded9 cuda.ptx: some unit tests 2010-04-18 11:59:37 -07:00
Erik Charlebois a64f267a84 Merge branch 'master' of github.com:erikcharlebois/factor 2010-04-17 17:49:31 -07:00
Erik Charlebois 01641bde11 Merge branch 'master' of git://factorcode.org/git/factor 2010-04-17 17:48:40 -07:00
Erik Charlebois 8bd7664d64 Merge branch 'master' of git://github.com/slavapestov/factor 2010-04-17 17:45:07 -07:00
Joe Groff fcd7f8efbe cuda.ptx: rearrange maybe types so that tuple slots default to f properly, and adjust output of some insns 2010-04-17 16:10:53 -07:00
Joe Groff 316377972e Merge branch 'master' of factorcode.org:/git/factor 2010-04-17 15:59:37 -07:00
Joe Groff 33c358d2b9 cuda: AST representation for PTX code 2010-04-17 15:58:51 -07:00
Daniel Ehrenberg ab0bd7b88f Attempting to make require-when work with multiple vocabs 2010-04-17 17:19:37 -05:00
Daniel Ehrenberg 30e0471ade Adding null? word to test if a set is empty 2010-04-17 16:25:51 -05:00
Slava Pestov efc93cfabb webapps.mason.package: fix 2010-04-17 15:52:40 -05:00
Slava Pestov e4330b5778 mason: use web service instead of shell script for status notifications, to scale better in the cloud 2010-04-17 14:51:29 -05:00
Slava Pestov e0f36f1bde binary-search: better tests 2010-04-17 01:04:17 -05:00
Slava Pestov 05dba2ba81 sequences: remove stupid <flat-slice> word 2010-04-17 00:58:30 -05:00
Slava Pestov 2aced07c55 binary-search: faster and cleaner implementation using locals 2010-04-17 00:58:12 -05:00
Slava Pestov 4dfa99b8db benchmark.binary-search: cleanup 2010-04-17 00:57:53 -05:00
Slava Pestov 35cdade6e1 webapps.mason: fix template again 2010-04-16 23:49:56 -05:00
Slava Pestov f9cb3a7a4d webapps.mason: fix heartbeat field in template 2010-04-16 23:48:06 -05:00
Slava Pestov 6d2c78a984 Bump version number to 0.94 2010-04-16 23:41:50 -05:00
Slava Pestov 04bf39a0e4 Merge branch 'master' of git://factorcode.org/git/factor 2010-04-16 23:40:52 -05:00
Slava Pestov afed64efcd Merge branch 'boyer-moore' of git://github.com/dmsh/factor 2010-04-16 23:40:36 -05:00
Slava Pestov da3c3b57b4 Merge branch 'fuel' of git://github.com/dmsh/factor 2010-04-16 23:40:13 -05:00
Joe Groff aecbf99753 Merge branch 'master' of factorcode.org:/git/factor 2010-04-16 16:42:57 -07:00
Joe Groff 6466d928c9 cuda: add a single-block prefix sum sample kernel (so doug has a more substantive kernel to test with) 2010-04-16 16:42:46 -07:00
Dmitry Shubin 95ecdea8dc FUEL: do not fail if there is no file associated with current buffer 2010-04-17 03:27:00 +04:00
Slava Pestov 182ad7a952 webapps.mason: fix typo 2010-04-16 17:32:19 -05:00
Slava Pestov f330d08c72 mason.version: fixes 2010-04-16 17:27:15 -05:00
Erik Charlebois 2eff77b77d Merge branch 'master' of git://factorcode.org/git/factor 2010-04-16 13:55:56 -07:00
Erik Charlebois 5fa94f68d3 FUEL: Syntax highlight CONSULT: and PROTOCOL: 2010-04-16 13:41:16 -07:00
Slava Pestov 2158c6c699 Merge branch 'macho' of git://github.com/erikcharlebois/factor 2010-04-15 22:51:50 -05:00
Dmitry Shubin 7658dfaf2e boyer-moore: fixed indentation, typos 2010-04-16 04:44:37 +04:00
Dmitry Shubin 2d250f4686 Add: Boyer-Moore string search algorithm 2010-04-16 03:49:55 +04:00
Erik Charlebois c2f66955ee Don't run mach-o and elf tests on ppc until endian issue sorted out 2010-04-15 16:31:37 -07:00
Slava Pestov 1f382c0019 benchmark.fasta: tweak it a bit 2010-04-15 17:19:38 -05:00
Joe Groff 3b6537f5bd Merge branch 'master' of factorcode.org:/git/factor 2010-04-15 14:46:42 -07:00
Joe Groff 1fbd4e5c20 cuda.ffi: add CUDA versions of double, longlong, ulonglong that always 8-byte align, and a >cuda-param-type function we can use to make structs that match kernel param space layout 2010-04-15 14:46:13 -07:00
Slava Pestov 1616bcd162 formatting: remove platform-specific example 2010-04-15 16:14:29 -05:00
Joe Groff 78d252452a Merge branch 'master' of factorcode.org:/git/factor 2010-04-15 13:48:31 -07:00
Joe Groff 5053bea22b missing USING: for system-info.linux 2010-04-15 13:48:14 -07:00
Slava Pestov c7035d987f formatting: fix unit tests on Windows; libc's float formatting produces different output there 2010-04-15 13:49:16 -05:00
Joe Groff 6d280d2e26 Merge branch 'master' of factorcode.org:/git/factor 2010-04-15 11:27:54 -07:00
Joe Groff dad706fa70 db.sqlite.ffi: remove leftover stack effects from converted FUNCTION-ALIAS:es 2010-04-15 11:27:33 -07:00
Erik Charlebois fadc7e81e8 Fat binary loading 2010-04-15 01:20:57 -07:00
Slava Pestov 3466b75f94 unix.process: use if-zero instead of re-inventing it 2010-04-14 22:45:30 -07:00
Slava Pestov 445381c003 mason: fix 2010-04-14 22:09:52 -07:00
Joe Groff 234fb5838f unix: don't hack _exit to have a terminating effect; just use FUNCTION: 2010-04-14 22:04:04 -07:00
Joe Groff 8e064e69ca db.sqlite.ffi: use FUNCTION-ALIAS: 2010-04-14 21:58:52 -07:00
Joe Groff f9f6154319 Merge branch 'master' of factorcode.org:/git/factor 2010-04-14 21:52:18 -07:00
Slava Pestov 2dd91c0b03 elf.nm: fix load error 2010-04-14 21:51:01 -07:00
Slava Pestov f58b35361b benchmark.spectral-norm: use unsafe sequence ops again, use TYPED: instead of HINTS: 2010-04-14 21:51:01 -07:00
Slava Pestov d05dcf367e benchmark.knucleotide: small performance improvement from using virtual sequences 2010-04-14 21:51:00 -07:00