Richard Feldman
|
a12b421e9a
|
Drop roc_fx_readAll
It's really not doing anything significant that roc_fx_open
and roc_fx_read aren't already.
|
2021-06-18 15:21:11 -04:00 |
|
Richard Feldman
|
804c00c899
|
Implement some file I/O stuff in cli host
|
2021-06-18 15:21:11 -04:00 |
|
Folkert
|
19db7515da
|
fix shadowing of layout
|
2021-06-14 21:03:17 +02:00 |
|
Folkert
|
8cbc8b0334
|
Merge remote-tracking branch 'origin/trunk' into name-functions-with-morphic
|
2021-06-13 17:21:47 +02:00 |
|
Richard Feldman
|
2fc3305423
|
Have hello-world example use C
|
2021-06-13 10:49:18 -04:00 |
|
Richard Feldman
|
3683f20838
|
Add hello-zig (clone of hello-world) example
|
2021-06-12 22:40:13 -04:00 |
|
Folkert
|
86f35c33cd
|
work on higher order lowlevels
|
2021-06-12 23:05:06 +02:00 |
|
Folkert
|
3c8d675378
|
get most cli tests to pass
|
2021-06-09 19:05:37 +02:00 |
|
Folkert
|
4151dac452
|
Merge branch 'update_zig' into name-functions-with-morphic
|
2021-06-09 14:57:25 +02:00 |
|
Folkert
|
20f6e03cfb
|
Merge remote-tracking branch 'origin/trunk' into name-functions-with-morphic
|
2021-06-09 14:57:09 +02:00 |
|
Folkert
|
e85ddc3506
|
fix examples
|
2021-06-07 20:29:16 +02:00 |
|
Folkert
|
0754b8e3ce
|
WIP
|
2021-06-07 18:17:45 +02:00 |
|
Anton-4
|
df8d4cd270
|
increased quicksort list size to 10k
|
2021-06-05 17:10:42 +02:00 |
|
Anton-4
|
960a4fddc5
|
added quicksort benchmark
|
2021-06-04 19:23:44 +02:00 |
|
Anton-4
|
d1948d99d0
|
Merge branch 'trunk' of github.com:rtfeldman/roc into benchmarks
|
2021-06-02 10:56:30 +02:00 |
|
Anton-4
|
05645088b7
|
run benchmarks with input
|
2021-05-28 15:08:46 +02:00 |
|
Richard Feldman
|
e8c3ff042c
|
Remove examples/balance
|
2021-05-27 18:08:35 -04:00 |
|
Folkert
|
9bbed89e6a
|
speed up cfold
|
2021-05-26 20:24:31 +02:00 |
|
Anton-4
|
6db9247509
|
setup for all benchmarks except quicksort
|
2021-05-26 19:51:18 +02:00 |
|
Richard Feldman
|
c8018a12fc
|
Merge pull request #1326 from rtfeldman/zig-list-set
Zig list set
|
2021-05-25 07:03:35 -04:00 |
|
Folkert
|
db9edda98b
|
fix problem, host was not updated
|
2021-05-25 09:13:10 +02:00 |
|
Folkert de Vries
|
5724f82667
|
Merge branch 'trunk' into zig-list-set
|
2021-05-25 09:05:18 +02:00 |
|
Richard Feldman
|
a72af28004
|
Fix custom-malloc example
|
2021-05-24 21:55:56 -04:00 |
|
Richard Feldman
|
0b3715ebee
|
Rearrange arg order for roc_alloc etc
|
2021-05-24 21:01:12 -04:00 |
|
Richard Feldman
|
7d7588ca19
|
Merge remote-tracking branch 'origin/trunk' into roc_alloc
|
2021-05-24 20:10:26 -04:00 |
|
Folkert
|
aa97abcdea
|
prevent decrement in quicksort
|
2021-05-24 19:42:33 +02:00 |
|
Folkert
|
91b49ecf98
|
Merge remote-tracking branch 'origin/roc_alloc' into zig-list-set
|
2021-05-24 18:25:18 +02:00 |
|
Folkert
|
d620005cf3
|
Merge remote-tracking branch 'origin/trunk' into zig-list-set
|
2021-05-24 18:24:22 +02:00 |
|
Folkert de Vries
|
513a624d28
|
Merge branch 'trunk' into roc_alloc
|
2021-05-24 18:22:47 +02:00 |
|
Folkert
|
fbb711b2ca
|
Merge remote-tracking branch 'origin/trunk' into specialize-lowlevel
|
2021-05-24 15:11:40 +02:00 |
|
Richard Feldman
|
b60988d63e
|
Merge branch 'trunk' into morphic-lib
|
2021-05-24 07:18:59 -04:00 |
|
Richard Feldman
|
18df7fd24f
|
Make alignment be a u32
|
2021-05-23 23:46:09 -04:00 |
|
Richard Feldman
|
24e22bc31b
|
Have roc_alloc return a nullable pointer
|
2021-05-23 23:46:09 -04:00 |
|
Richard Feldman
|
c89d022242
|
Fix custom-malloc example
|
2021-05-23 23:46:09 -04:00 |
|
Richard Feldman
|
9474e6c262
|
Drop some obsolete stuff
|
2021-05-23 23:46:09 -04:00 |
|
Richard Feldman
|
bfd8187d97
|
Try to specify roc_alloc etc in example Rust hosts
...but they're all broken for other reasons, so who knows
if it actually worked?
|
2021-05-23 23:46:09 -04:00 |
|
Richard Feldman
|
175115ee4e
|
Have examples with zig hosts use roc_alloc etc
|
2021-05-23 23:46:09 -04:00 |
|
Richard Feldman
|
3ea991f5a3
|
Fix typo in comment
|
2021-05-23 23:46:09 -04:00 |
|
Folkert
|
2e8a246095
|
Merge remote-tracking branch 'origin/trunk' into zig-list-set
|
2021-05-23 16:28:20 +02:00 |
|
Folkert
|
40c405c67b
|
don't generate code for decrement in Quicksort
|
2021-05-23 16:22:43 +02:00 |
|
Richard Feldman
|
7a408e44da
|
s/Pkg-Config/Package-Config/g
|
2021-05-22 15:29:18 -04:00 |
|
Folkert
|
180d162b13
|
Revert "update hosts"
This reverts commit 0bcedb53a3 .
|
2021-05-15 00:33:11 +02:00 |
|
Folkert
|
0bcedb53a3
|
update hosts
|
2021-05-15 00:32:42 +02:00 |
|
Folkert
|
8f95647c00
|
fix host.zig
|
2021-05-14 23:34:24 +02:00 |
|
Folkert
|
89ad21145b
|
get scratchpad to run
|
2021-05-14 20:53:47 +02:00 |
|
Folkert
|
4e57b3b0d7
|
refactor quicksort example
|
2021-05-08 23:18:59 +02:00 |
|
Folkert
|
1ac66a8fee
|
attempt to make examples more generic
|
2021-05-05 16:00:30 +02:00 |
|
Richard Feldman
|
5ca3423ade
|
Fix custom free
|
2021-05-01 21:27:47 -04:00 |
|
Richard Feldman
|
3058cdd50a
|
Add custom-malloc example
|
2021-05-01 20:59:56 -04:00 |
|
Folkert
|
7b3fa2b57b
|
we can import aliases now!
|
2021-04-25 17:44:09 +02:00 |
|