gingerBill
|
763de44853
|
Merge pull request #1461 from AquaGeneral/master
Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSL
|
2022-01-30 10:46:13 +00:00 |
|
Jesse Stiller
|
62cc752066
|
Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSL
|
2022-01-30 13:57:01 +10:00 |
|
gingerBill
|
965b962b29
|
Merge pull request #1459 from powerc9000/clay-macos-fixes
Fix mutex and conditions trying to be destroyed twice in unix
|
2022-01-28 00:24:29 +00:00 |
|
powerc9000
|
2f3c5336d9
|
Fix mutex and conditions trying to be destroyed twice in unix
|
2022-01-27 15:38:16 -07:00 |
|
gingerBill
|
3824937295
|
Remove debug code
|
2022-01-27 16:30:22 +00:00 |
|
gingerBill
|
fc8ddcef5c
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-01-27 16:09:44 +00:00 |
|
gingerBill
|
3165b7cf95
|
Add rand.exp_float64
|
2022-01-27 16:09:33 +00:00 |
|
gingerBill
|
5eea23cf76
|
Fix typo
|
2022-01-27 16:09:05 +00:00 |
|
gingerBill
|
2aa783179e
|
Update doc_format.odin
|
2022-01-27 16:08:58 +00:00 |
|
gingerBill
|
24e7356825
|
Add #no_type_assert and #type_assert to disable implicit type assertions with x.(T)
|
2022-01-27 16:08:47 +00:00 |
|
Jeroen van Rijn
|
2fcba25e50
|
Merge pull request #1458 from Kelimion/zlib_fix
Fix DEFLATE stored block handling.
|
2022-01-27 15:10:33 +01:00 |
|
Jeroen van Rijn
|
28bc274449
|
Fix DEFLATE stored block handling.
|
2022-01-27 14:58:45 +01:00 |
|
gingerBill
|
16786aac78
|
Correct int31_max etc
|
2022-01-27 12:33:34 +00:00 |
|
gingerBill
|
32b37f3429
|
Support built-in procedures for doc format
|
2022-01-27 00:08:05 +00:00 |
|
gingerBill
|
5808793cae
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-01-26 23:31:53 +00:00 |
|
gingerBill
|
7e11f3cc4b
|
Update doc format to allow for aliases
|
2022-01-26 23:31:47 +00:00 |
|
gingerBill
|
714ab516c5
|
Merge pull request #1454 from jasonKercher/fix_segfault
avoid segfault in llvm_backend_general.cpp on map resize
|
2022-01-26 19:56:59 +00:00 |
|
CiD-
|
498f68c06b
|
avoid segfault on map resize
|
2022-01-26 14:37:15 -05:00 |
|
gingerBill
|
070b450768
|
Add ODIN_ERROR_POS_STYLE constant and change runtime.print_caller_location based on that constant
|
2022-01-26 17:34:39 +00:00 |
|
gingerBill
|
74174eb4ae
|
Remove spurious )
|
2022-01-26 16:38:12 +00:00 |
|
gingerBill
|
b190404b21
|
Fix double map dereference indexing
|
2022-01-26 16:37:16 +00:00 |
|
gingerBill
|
081a5a52a6
|
Add ODIN_ERROR_POS_STYLE environment variable
Allowing for two different error message styles:
default or odin
path(line:column) message
unix
path:line:column: message
|
2022-01-26 16:09:22 +00:00 |
|
gingerBill
|
fb86c23dbd
|
Keep -vet happy
|
2022-01-25 16:41:31 +00:00 |
|
gingerBill
|
cb6a4ebf60
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-01-25 16:40:31 +00:00 |
|
gingerBill
|
1bf8328606
|
Strip unneeded semicolons
|
2022-01-25 16:40:25 +00:00 |
|
Jeroen van Rijn
|
6a7f39453b
|
Merge pull request #1450 from Kelimion/bit_array
bit_array: Fix initial size.
|
2022-01-25 17:14:42 +01:00 |
|
Jeroen van Rijn
|
515fd2a228
|
bit_array: Fix initial size.
|
2022-01-25 17:08:32 +01:00 |
|
gingerBill
|
dd3322ac1f
|
Update all_main.odin to include all the crypto packages
|
2022-01-25 14:34:48 +00:00 |
|
gingerBill
|
f16f1d932e
|
Fix #1448
|
2022-01-25 14:24:15 +00:00 |
|
gingerBill
|
a3e7b2baa1
|
Revert change
|
2022-01-25 12:42:45 +00:00 |
|
gingerBill
|
fadf9b5309
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-01-25 12:39:12 +00:00 |
|
gingerBill
|
f6a087775e
|
Disable early return from check_proc_info
|
2022-01-25 12:39:06 +00:00 |
|
Jeroen van Rijn
|
d5f7e181a0
|
Merge pull request #1449 from Kelimion/zlib_change
zlib: update Huffman builder.
|
2022-01-25 12:23:34 +01:00 |
|
Jeroen van Rijn
|
65f8722afc
|
zlib: update Huffman builder.
|
2022-01-25 12:18:10 +01:00 |
|
gingerBill
|
c0479f1564
|
Handle line comment better
|
2022-01-24 23:42:04 +00:00 |
|
gingerBill
|
fe0b5bf4e2
|
Parse comments on enums fields
|
2022-01-24 23:28:59 +00:00 |
|
gingerBill
|
f20105ddfe
|
Update docs for packages fmt and io
|
2022-01-24 23:07:06 +00:00 |
|
gingerBill
|
42ab882db4
|
Remove debug code
|
2022-01-24 15:56:26 +00:00 |
|
gingerBill
|
dcc9e61362
|
Correct string_append_token
|
2022-01-24 14:52:43 +00:00 |
|
gingerBill
|
2554c72bb2
|
Update CommentGroup parsing for struct types
|
2022-01-24 14:47:33 +00:00 |
|
gingerBill
|
49872e40dc
|
Comment out calls
|
2022-01-24 14:46:56 +00:00 |
|
gingerBill
|
849fe01e70
|
Add lb_add_debug_local_variable call to procedure arguments
|
2022-01-24 14:13:24 +00:00 |
|
gingerBill
|
d269dbcd40
|
Add comment for the internals of assert
|
2022-01-23 22:01:54 +00:00 |
|
gingerBill
|
18e639f59b
|
Add strings.split_lines* procedures
|
2022-01-23 21:35:03 +00:00 |
|
gingerBill
|
6ad262c2df
|
Migrate odin-html-docs to pkg.odin-lang.org repo
|
2022-01-23 16:52:08 +00:00 |
|
gingerBill
|
10b97a1b39
|
Update style.css
|
2022-01-23 16:36:37 +00:00 |
|
gingerBill
|
56b4e0a3c3
|
Fix #1267
|
2022-01-23 15:40:46 +00:00 |
|
gingerBill
|
27dbe84f79
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-01-23 09:53:56 +00:00 |
|
gingerBill
|
0711d4e5fe
|
Correct bit_set printing
|
2022-01-23 09:53:50 +00:00 |
|
Jeroen van Rijn
|
1e46537959
|
Merge pull request #1443 from graphitemaster/patch-1
Fix fread definition
|
2022-01-23 09:39:43 +01:00 |
|