Idris-dev/rts
2015-03-19 20:46:24 +01: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 Windows RTS 2015-02-22 20:25:40 +01:00
idris_bitstring.c Add gc copy for bit vectors 2015-01-01 23:13:05 +01:00
idris_bitstring.h Add gc copy for bit vectors 2015-01-01 23:13:05 +01:00
idris_gc.c Merge pull request #1968 from Chobbes/heap_fixes 2015-03-19 19:30:56 +00: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 Merge remote-tracking branch 'refs/remotes/upstream/master' into ahmadsalim-testing/cstaticanalysis 2015-03-19 20:46:24 +01:00
idris_rts.h Generate interface files for C->Idris calls 2015-03-07 22:09:51 +00: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 Primitive type for world state 2015-01-18 00:14:38 +00:00
idris_stdfgn.h Primitive type for world state 2015-01-18 00:14:38 +00:00
libtest.c Added simple library packaging system 2012-09-25 17:34:50 +01:00
Makefile Fix Windows RTS 2015-02-22 20:25:40 +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