gingerBill
ae6441182d
Add core:unicode/utf8/utf8string to examples/all
2022-03-18 23:32:37 +00:00
gingerBill
ffe6d81ecd
Remove comments
2022-03-14 12:24:10 +00:00
gingerBill
9fa69c3d3b
Merge pull request #1599 from gitlost/fract_trunc_classify_#1574
...
Fix for trunc_f16/32/64 (#1574 )
2022-03-14 11:37:11 +00:00
Jeroen van Rijn
7a7b87181d
[examples] Add core:encoding/varint to examples/all.
2022-03-11 11:09:58 +01:00
gitlost
b94a7a87fa
Fix issue #1574 "fract in linalg/glm is broken" by fixing
...
trunc_f16/32/64 in "math.odin" (~ typos on expressions)
Fix classify_f16 Inf test (would fail for subnormal 0h0001)
by changing multiplier 0.5 -> 0.25
Add some useful consts to "math.odin" (INF_F16 etc)
Add comment to "demo.odin" mentioning that -0.0 must be used
to specify negative zero
2022-03-08 18:06:25 +00:00
Sébastien Marie
562901aedf
split all_vendor.odin
...
create 3 files:
- all_vendor.odin : no specific OS
- all_vendor_directx.odin : directx vendor, windows-only
- all_vendor_stb.odin : stb vendor, windows and linux only
stb could technically be used on others OS. but it is shipped upstream as set of c-files without unified library name.
2022-03-02 19:21:22 +00:00
gingerBill
276e014d18
Update comment in demo.odin
2022-02-19 15:45:01 +00:00
gingerBill
197b832992
Add vendor:directx and vendor:darwin packages for documentation generation
2022-02-18 15:56:53 +00:00
gingerBill
d45ff0694d
Merge pull request #1438 from odin-lang/odin-global-constants-as-enums
...
Odin global constants as enums
2022-02-15 16:18:07 +00:00
gingerBill
0380a288a9
Minor fix for -vet
2022-02-15 15:58:44 +00:00
gingerBill
f5697dd7f2
Merge branch 'master' into odin-global-constants-as-enums
2022-02-15 15:47:24 +00:00
gingerBill
6418ec3b21
Correct #sparse usage and error messages
2022-02-05 13:09:16 +00:00
gingerBill
a04d849e30
core:container/lru
2022-02-01 15:24:37 +00:00
gingerBill
44ec95a983
Fix all_main.odin
2022-01-30 21:55:55 +00:00
gingerBill
1502066303
Correct CI
2022-01-30 21:43:42 +00:00
gingerBill
dd3322ac1f
Update all_main.odin to include all the crypto packages
2022-01-25 14:34:48 +00:00
gingerBill
fe6539fad9
Add more to examples/all/all_vendor.odin
2022-01-22 17:03:55 +00:00
gingerBill
f2f20def37
Update demo.odin
2022-01-20 20:02:41 +00:00
gingerBill
95620aaf2a
Update examples/all
2022-01-17 11:48:15 +00:00
gingerBill
83be954efd
Minor spelling change
2021-11-07 14:16:05 +00:00
gingerBill
23c74bc67b
Update all_main.odin to include core:math/linalg/hlsl
2021-11-04 19:30:46 +00:00
gingerBill
2718ade2bc
Add core:math/linalg/glsl to all_main.odin
2021-11-04 14:56:16 +00:00
gingerBill
1980f32bd6
Correct demo.odin
2021-11-04 00:50:48 +00:00
gingerBill
9ab71ca0da
Add ODIN_NO_CRT global constant
2021-11-04 00:50:28 +00:00
gingerBill
e2e9b5d3b0
Remove comments
2021-11-01 23:04:00 +00:00
gingerBill
b01e0fbbc2
Correct typo in soa data type debug information generation
2021-11-01 23:00:42 +00:00
Jeroen van Rijn
2a0311797c
Don't run demo's soa_struct when under -debug.
2021-11-01 17:57:35 +01:00
gingerBill
70793236ab
Support llvm_vector_reduce_add if the LLVM intrinsic is not supported
2021-10-28 00:57:10 +01:00
gingerBill
0a1ef1e59d
Improve comment
2021-10-28 00:50:03 +01:00
gingerBill
5b7f273165
Add matrix_type to demo.odin
2021-10-28 00:49:09 +01:00
gingerBill
ce8ddd0c3f
Add vendor:ENet to all_vendor.odin
2021-10-26 12:50:48 +01:00
gingerBill
92a0ce991e
Update examples/all
2021-10-02 14:06:11 +01:00
gingerBill
4acb4c4ee2
Split examples/all into different files
2021-09-29 13:41:29 +01:00
strager
31daf80aea
Fix indentation typo
2021-09-21 23:02:15 -07:00
gingerBill
e5fbf45c42
Add vendor:raylib (core only)
2021-09-08 18:04:05 +01:00
Jeroen van Rijn
48bfce2efc
demo: Fix typo.
2021-09-06 23:32:32 +02:00
Jeroen van Rijn
5619b349be
big: Remove core:fmt usage + Add a little demo to examples/demo.
2021-09-06 23:26:19 +02:00
gingerBill
3bf005bfc5
Remove redundant semicolons from comments
2021-09-06 20:05:41 +01:00
gingerBill
b63d49aafa
Merge pull request #1112 from odin-lang/optional-semicolons
...
Optional Semicolons
2021-09-06 19:29:08 +01:00
Jeroen van Rijn
3ac12a4edf
examples: Add libc to examples/all.
2021-09-06 18:42:26 +02:00
gingerBill
72a741554c
Remove unneeded semicolons from demo
2021-08-31 22:45:26 +01:00
gingerBill
cd4687cb13
Delete unneeded demo
2021-08-31 22:34:22 +01:00
gingerBill
b810781368
Remove unneeded semicolon from examples/demo and examples/all
2021-08-31 22:33:53 +01:00
gingerBill
01a888fced
Update import path
2021-08-21 14:09:48 +01:00
gingerBill
e023b96737
Remove json import from demo
2021-08-18 22:33:18 +01:00
gingerBill
0996cc82a7
Keep -vet happy
2021-08-15 23:17:12 +01:00
gingerBill
3e2788afdc
Add extra example to or_return_operator
2021-08-15 18:51:20 +01:00
gingerBill
1a7f508dd9
Improve comment
2021-08-15 18:44:50 +01:00
gingerBill
dc8cfcf92a
Fix typos and improve clarity of or_return_operator
2021-08-15 18:36:34 +01:00
gingerBill
ac08d37ca0
Add or_return_operator to examples/demo
2021-08-15 18:29:49 +01:00