Commit Graph

19 Commits

Author SHA1 Message Date
David Christiansen
cf9d50faee Remove dynamically loaded RTS due to 32/64-bit issues on OS X 2013-04-08 15:19:13 +02:00
David Christiansen
ecd9ead0ce Merge remote-tracking branch 'upstream/master' into providers
Conflicts:
	Setup.hs
	config.mk
2013-04-05 17:47:18 +02:00
David Christiansen
27e3c6961c Use just-built dynamic RTS during library typecheck
Idris has been extended with a flag to choose which dynamic RTS library will
be loaded on startup. The build system has been updated to build the dynamic
RTS after Idris but before typechecking the stdlib. Typechecking the stdlib
now uses the just-build dynmic RTS in dist/.
2013-04-04 16:01:08 +02:00
Jan Bessai
b68a1a7a53 Flag to disable effects 2013-03-24 16:54:33 +01:00
Edwin Brady
c9d32af38b Change NoJava flag to Java, and make no java back end the default 2013-03-17 10:18:57 +01:00
Jan Bessai
a567873d1f Proper executable and object file creation via maven + need for run_java tests removed 2013-03-16 18:11:25 +01:00
Jan Bessai
1b46872756 Added compile flag support to deactivate creation of the java backend 2013-03-13 02:26:06 +01:00
Edwin Brady
0b5a5b33dc Added effects package and associated tests 2013-03-01 13:52:51 +00:00
Chetan T
fd5cddb529 More platform agnostic now
Cleaned up the paths, also added feof and ferror as functions (on
mingw32 they're macros that expand incorrectly in the C based backend
output.

Conflicts:
	src/Pkg/Package.hs
	src/Util/System.hs
2012-11-28 23:22:34 -08:00
chetant
fab5d73378 Adding support for Windows MingW32 2012-11-26 21:02:20 -05:00
Edwin Brady
ffc7b69a48 First baby steps towards a new RTS (and towards removing epic dependency) 2012-05-14 14:06:47 +01:00
Edwin Brady
232b6f610a Undo Setup.hs change 2012-04-27 12:59:49 +01:00
Edwin Brady
2316dc9b56 -i option added
(thanks to Dirk Ullrich)
2012-04-27 11:13:32 +01:00
Edwin Brady
e7906ba591 Added support/ directory so that library can use C support files 2012-04-10 14:49:03 +01:00
Tom Prince
74a25e896f Rewrite cabal config to be distribution friendly.
- Install library when doing 'cabal copy'.
- Install into '--destdir' when requested.
- Use just build idris rather than installed idris.
- Compile library and build rather than install time.
- Simplify logic.
2012-02-19 23:40:13 -05:00
Edwin Brady
12c93edcd5 Update to Setup,hs (via Dirk Ullrich) 2012-01-21 08:24:36 -05:00
Edwin Brady
4c3fb9b032 Another cabal fix 2012-01-17 16:56:11 +00:00
Edwin Brady
6611494d94 Fix for install with latest cabal 2012-01-17 13:18:00 +00:00
Edwin Brady
ec7c1b8e24 Get cabal to check library after install 2011-12-15 17:01:40 +00:00