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 |
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 |
Slava Pestov
|
1c0fe12e9f
|
benchmark.fasta: make it about 2x faster
|
2010-04-14 21:51:00 -07:00 |
Slava Pestov
|
94cf6e1fec
|
sequences: 'accumulate' now outputs a sequence of the same type as its input
|
2010-04-14 21:51:00 -07:00 |
Joe Groff
|
71d2be1fcc
|
update libc to use FUNCTION: and FUNCTION-ALIAS:
|
2010-04-14 21:50:30 -07:00 |
Joe Groff
|
482850c7d1
|
rearrange stuff in alien.arrays and alien.data to eliminate libc dependency from alien.arrays, and by extension, alien.syntax
|
2010-04-14 21:40:29 -07:00 |
Joe Groff
|
4bd82971b5
|
x11.syntax: update X-FUNCTION: for FUNCTION: refactoring
|
2010-04-14 21:34:32 -07:00 |
Joe Groff
|
8db81fc0e9
|
Merge branch 'master' of factorcode.org:/git/factor
|
2010-04-14 19:37:54 -07:00 |
Doug Coleman
|
62e88476ec
|
Working on a CUDA api. Add a hello world program.
|
2010-04-14 21:10:28 -05:00 |
Slava Pestov
|
920bcb24e6
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-04-14 17:20:12 -07:00 |
Slava Pestov
|
07d6a1f20f
|
compiler.tree.propagation: fix scalability issue with constraints
|
2010-04-14 17:19:26 -07:00 |
Joe Groff
|
b0cd256b0f
|
document FUNCTION-ALIAS:
|
2010-04-14 16:14:33 -07:00 |
Joe Groff
|
2a57e67cd3
|
system-info.linux: use FUNCTION-ALIAS:
|
2010-04-14 16:00:11 -07:00 |
Joe Groff
|
9438530068
|
get symbols out of a dylib and map the C++ ones to their demangled names
|
2010-04-14 15:52:46 -07:00 |
Joe Groff
|
e567b7df6d
|
foundation for abi-generic demangling
|
2010-04-14 15:51:32 -07:00 |
Joe Groff
|
31c791f848
|
source file for testing c++ stuff
|
2010-04-14 15:46:23 -07:00 |
Joe Groff
|
fb8b61239a
|
alien.cxx.demangle.libstdcxx: better to use libstdc++ linked into VM
|
2010-04-14 15:11:59 -07:00 |
Joe Groff
|
4f887eac57
|
assocs: add effect declarations to assoc combinators
|
2010-04-14 15:08:32 -07:00 |
Joe Groff
|
f998e7c52e
|
macho: add utility for getting exported symbols from a dylib
|
2010-04-14 14:37:21 -07:00 |
Joe Groff
|
9b3be8ee7d
|
macho: use with-mapped-file-reader in with-mapped-macho
|
2010-04-14 13:38:41 -07:00 |
Joe Groff
|
8f520b6870
|
Merge git://github.com/erikcharlebois/factor
|
2010-04-14 13:21:03 -07:00 |