Idris-dev/rts
2015-08-26 02:35:00 +02:00
..
arduino Added rts/arudino/idris_main.c. It is similar to the standard idris_main.c except it does not attempt to handle argv/argc and it also calls the Arduino init() function. 2014-07-16 15:28:20 -05:00
windows fix building for windows/idris_stdfgn.c 2015-07-03 16:24:14 +04:00
getline.c Added BSD licensed getline and used that to read string from file 2015-03-30 21:57:34 +02:00
getline.h Added BSD licensed getline and used that to read string from file 2015-03-30 21:57:34 +02:00
idris_bitstring.c Remove Buffer/BitVectors from compiler/C rts 2015-03-28 18:29:59 +00:00
idris_bitstring.h Remove Buffer/BitVectors from compiler/C rts 2015-03-28 18:29:59 +00:00
idris_gc.c Add a new Closure type for raw data and have that be allocated 2015-04-10 10:12:31 +02:00
idris_gc.h Type safe message passing concurrency 2012-10-31 18:03:17 +00:00
idris_gmp.c Message passing fixes in VM 2015-02-07 22:31:51 +00:00
idris_gmp.h Use idris_alloc for GMP allocation 2014-12-18 00:09:25 +00:00
idris_heap.c Merge pull request #1968 from Chobbes/heap_fixes 2015-03-19 19:30:56 +00:00
idris_heap.h Generalized alloc_heap so it could be reused for garbage collection. 2015-02-28 14:41:22 -07:00
idris_main.c Use idris_alloc for GMP allocation 2014-12-18 00:09:25 +00:00
idris_net.c Fix typo in Idris network C code 2014-06-30 00:02:44 -04:00
idris_net.h Unbreak windows build of idris_net.c 2014-06-17 09:30:20 +02:00
idris_opts.c Merge branch 'feature/cwarnings-removal' of https://github.com/ahmadsalim/Idris-dev into ahmadsalim-feature/cwarnings-removal 2013-11-20 08:20:44 +00:00
idris_opts.h Minor fix: print rts opts help to stdout instead of stderr. 2013-03-15 01:31:51 +04:00
idris_rts.c Show Double with full precision on C backend 2015-08-26 02:35:00 +02:00
idris_rts.h Check messages are passed to active VMs 2015-07-11 23:11:59 +01:00
idris_stats.c Fix GC statistics overflow 2014-11-30 21:58:20 +01:00
idris_stats.h uint32_t type needed even if stats are not enabled. 2015-02-25 21:42:43 -07:00
idris_stdfgn.c Fix 'time' to return Integer rather than Int 2015-07-01 13:56:57 +01:00
idris_stdfgn.h Fix 'time' to return Integer rather than Int 2015-07-01 13:56:57 +01:00
idris_utf8.c String in C is now UTF8 encoded 2015-03-28 17:13:59 +00:00
idris_utf8.h String in C is now UTF8 encoded 2015-03-28 17:13:59 +00:00
libtest.c Added simple library packaging system 2012-09-25 17:34:50 +01:00
Makefile Add AR and RANLIB envs for exherbo multiarch. 2015-05-21 16:52:00 +01:00
mini-gmp.c Make GMP optional (default off) 2013-11-25 17:42:15 +00:00
mini-gmp.h Make GMP optional (default off) 2013-11-25 17:42:15 +00:00