Joe Groff
|
aef979b552
|
alien.fortran: update tests to reflect new pointer c-type objects
|
2010-02-22 21:58:18 -08:00 |
Joe Groff
|
5955ba06df
|
use a "pointer" wrapper tuple to indicate pointer types instead of the current slipshod approach
|
2010-02-21 16:27:36 -08:00 |
Joe Groff
|
1ee05e38fb
|
missed an alien.fortran test
|
2010-02-02 00:13:13 -08:00 |
Joe Groff
|
f1bbeec198
|
wrap alien.fortran c-type conversion tests in with-manifest
|
2010-02-01 22:03:51 -08:00 |
Joe Groff
|
9adfda095f
|
alien.fortran: convert fortran types to word c-types
|
2010-02-01 12:06:10 -08:00 |
Joe Groff
|
3fbe722561
|
Merge branch 'master' of http://factorcode.org/git/factor
Conflicts:
basis/locals/locals.factor
basis/peg/peg.factor
extra/infix/infix.factor
|
2009-10-28 16:17:24 -05:00 |
Joe Groff
|
6e1bffb1c5
|
update existing code to use :> ( ) when possible
|
2009-10-28 16:11:33 -05:00 |
Doug Coleman
|
7ce4b746e5
|
parsed -> suffix!, add append!
|
2009-10-28 13:38:27 -05:00 |
Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Joe Groff
|
076ab42dc3
|
move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab
|
2009-09-17 22:36:05 -05:00 |
Joe Groff
|
8f336b4ec0
|
alien.fortran can't piggyback the alien.parser arg parser anymore
|
2009-09-16 21:24:10 -05:00 |
Joe Groff
|
4d16c569f0
|
struct classes now make their own C type without help from alien.structs. remove alien.structs dependencies from everywhere outside of alien and compiler, and have the FFI handle both alien.structs and classes.struct c-types
|
2009-09-15 17:38:49 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Joe Groff
|
a2fe9f1952
|
[ [ ... ] bi@ <=> ] sort => [ ... ] sort-with
|
2009-08-02 20:13:59 -05:00 |
Slava Pestov
|
b62630b5ac
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Slava Pestov
|
409b331716
|
Fix typo
|
2009-04-07 20:06:28 -05:00 |
Slava Pestov
|
41e3e0acb4
|
Fix alien.fortran for NetBSD x86.64
|
2009-04-07 18:49:54 -05:00 |
Joe Groff
|
432ff9b07f
|
Make math.blas library and ABI choice configurable
|
2009-04-01 14:52:43 -05:00 |
Doug Coleman
|
b771758ff7
|
fix load errors, help lint
|
2009-03-26 10:45:52 -05:00 |
Slava Pestov
|
ea60f8ae93
|
Changing : foo ; parsing to SYNTAX: foo ;
|
2009-03-21 01:27:50 -05:00 |
Doug Coleman
|
7a033876b6
|
use ?at instead of at*
|
2009-02-22 19:20:28 -06:00 |
Joe Groff
|
94a5582edc
|
tweak fortran-invoke so that unit tests can set fortran-abi without being shouted over
|
2009-02-11 14:05:57 -06:00 |
Joe Groff
|
a0421edf97
|
set fortran abi in fortran-invoke macro
|
2009-02-10 16:39:24 -06:00 |
Joe Groff
|
0279270dda
|
un-unportable the blas stuff
|
2009-02-10 15:11:39 -06:00 |
Joe Groff
|
8a144b7b94
|
support different fortran ABIs
|
2009-02-10 13:11:06 -06:00 |
Joe Groff
|
204f5195f7
|
mark blas libs unportable till i sort out all the fortran abis
|
2009-02-09 22:08:35 -06:00 |
Joe Groff
|
f7d9f2ab2e
|
typo in alien.fortran docs
|
2009-02-09 19:02:20 -06:00 |
Joe Groff
|
03f7a72d41
|
alien.fortran docs
|
2009-02-09 18:44:36 -06:00 |
Joe Groff
|
ebdd135d62
|
gfortran returns float for REAL functions, not double like f2c
|
2009-02-09 16:36:46 -06:00 |
Joe Groff
|
08b02fadc9
|
typos
|
2009-02-09 15:51:59 -06:00 |
Joe Groff
|
42265cbc62
|
start hacking on math.blas.vectors to switch to fortran
|
2009-02-09 14:35:44 -06:00 |
Joe Groff
|
0522f63e5f
|
alien.fortran metadata
|
2009-02-09 14:20:29 -06:00 |
Joe Groff
|
4dd500b5b1
|
fortran-invoke works(?)
|
2009-02-09 13:29:50 -06:00 |
Joe Groff
|
118f2de466
|
fortran-invoke sketch
|
2009-02-06 19:05:56 -06:00 |
Joe Groff
|
7e2ac604e7
|
some initial work on invoking fortran functions
|
2009-02-06 10:06:22 -06:00 |
Joe Groff
|
7b1f16ae5e
|
fortran records
|
2009-02-05 18:51:50 -06:00 |
Joe Groff
|
4429c17f63
|
implement fortran-arg-type>c-type and fortran-ret-type>c-type
|
2009-02-05 16:39:23 -06:00 |
Joe Groff
|
4f1dc5cd0c
|
implement fortran-name>symbol-name and fortran-type>c-type
|
2009-02-05 15:31:58 -06:00 |
Joe Groff
|
c24bc639d1
|
unit tests for alien.fortran
|
2009-02-05 15:29:59 -06:00 |