Folkert
66a1ba00eb
1.65 clippy fixes
2022-11-03 16:20:37 +01:00
Anton-4
85ce321c4d
Merge pull request #4347 from roc-lang/benchmarks-to-nix
...
moved earthly benchmarks to nix
2022-11-02 14:36:20 +01:00
Anton-4
4ec43d9964
Closes #4423 , link build command refactoring
2022-10-31 21:32:38 +01:00
Folkert
52404a4085
fix wrong flag passed to zig
2022-10-26 16:31:20 +02:00
Anton-4
64ae063022
strip debug before sha
2022-10-25 18:08:14 +02:00
Folkert
baeb585b45
some fixes for platform linking on windows
2022-10-23 20:05:24 +02:00
Richard Feldman
f734cc11c2
Merge pull request #4364 from travisstaloch/str-graphemes
...
Str graphemes
2022-10-22 22:31:50 -07:00
Travis Staloch
c2dbed2ff5
str-graphemes: rework and add some zig tests
...
- rework strGraphemes() to use a mutable slice and keep track of just
`last_codepoint_len`.
- add zig tests for empty string, ascii, utf8, ascii+utf8+emoji
2022-10-22 19:29:49 -07:00
Folkert
b23b53aa6f
disable -fPIE on windows
2022-10-18 18:45:38 +02:00
Folkert
d93902cd18
fix compilation on windows for windows
2022-10-17 21:22:13 +02:00
Luca Cervello
c39103d6d0
chore: replace panic! with internal_error!
2022-10-11 11:52:08 +02:00
Anton-4
1d9a751606
cli_run test fixes
2022-09-24 20:14:59 +02:00
Anton-4
076190a217
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples
2022-09-24 16:55:37 +02:00
Folkert
3131bd1a2f
Merge remote-tracking branch 'origin/pe-host-to-app' into windows-surgical-linker-first-roc-file
2022-09-23 20:17:42 +02:00
Folkert
f632e299cd
cross-compile C for windows with zig
2022-09-23 19:46:27 +02:00
Folkert
1c95fd3761
a functional windows surgical linker
2022-09-22 21:28:27 +02:00
Anton-4
04ea17e8a1
Merge branch 'main' into swiftuidemo
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-21 17:24:25 +02:00
Jan Van Bruggen
527f39b8f2
Move Roc CLI testing examples to crates/
2022-09-11 22:32:15 -06:00
Folkert
a274da62d3
use the windows builtins .obj when cross-compiling
2022-08-30 14:27:16 +02:00
Folkert
e8f6f69bff
make filenames cross-platform
2022-08-30 14:16:20 +02:00
Jelle Besseling
f7b2a73a75
Add SwiftUI demo
2022-08-28 13:34:42 +02:00
Folkert
428b1edf5d
cross-compile hello world (it runs in wine!)
2022-08-24 22:43:09 +02:00
Folkert
8ca7ee1e14
build zig builtins for windows
2022-08-24 16:59:06 +02:00
Richard Feldman
97e2900bf5
s/rtfeldman/roc-lang/g in links to GitHub repos
2022-08-12 15:24:09 -04:00
Anton-4
72e60bceea
valgrind fix for newer intel processors
2022-08-12 12:06:31 +02:00
Folkert de Vries
943216f4c0
specialize zig host building for windows
2022-08-03 22:23:19 +02:00
Folkert de Vries
0c72bf7e1f
formatting
2022-08-02 18:06:29 +02:00
Folkert de Vries
fc369ddebb
windows create dylibs for gen tests
2022-08-02 15:38:05 +02:00
Folkert de Vries
19159d170a
Merge remote-tracking branch 'origin/trunk' into windows-linking
2022-08-02 14:11:02 +02:00
Folkert de Vries
d62691406f
enable compiler rt
2022-08-02 14:09:53 +02:00
Folkert de Vries
6342729850
emit_bin is already in the string
2022-08-02 00:02:36 +02:00
Folkert de Vries
7df31619dd
add the concept of an OS to target info
2022-08-01 23:53:17 +02:00
Folkert de Vries
6f3c8477e6
link_windows
...
just uses zig
2022-08-01 23:21:51 +02:00
Folkert de Vries
06e5fe8cba
pick right host object name
2022-08-01 23:20:46 +02:00
Folkert de Vries
51fdd43838
explicitly indicate the output file
2022-08-01 23:12:53 +02:00
Anton-4
d6b62add36
fixed BUILTINS_HOST_OBJ_PATH not found
2022-08-01 18:54:16 +02:00
Anton-4
43f9e2a7c3
fixes to make default.nix work
2022-08-01 16:50:38 +02:00
Folkert
3017a14599
rename
2022-07-06 14:07:52 +02:00
Brendan Hansknecht
d9c651898b
clippy
2022-07-05 13:37:10 -07:00
Brendan Hansknecht
1dd8b16e12
grab str.zig path from lib folder relative to exe
2022-07-05 10:57:32 -07:00
Anton-4
4fc2d808f3
fix str.zig finding
2022-07-01 20:35:15 +02:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes
2022-07-01 17:37:43 +02:00