gingerBill
|
d165de0d4d
|
Move thread initialization variables in thread_unix.odin
|
2021-10-26 11:46:31 +01:00 |
|
gingerBill
|
5fb70c4c94
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-10-26 11:44:32 +01:00 |
|
gingerBill
|
72cc92dc5c
|
Add llvm_get_inline_asm for future compatibility
|
2021-10-26 11:44:25 +01:00 |
|
gingerBill
|
de0fbb0445
|
Merge pull request #1243 from ProkopRandacek/patch-1
glfw.WindowShouldClose should return a bool
|
2021-10-25 19:41:58 +01:00 |
|
gingerBill
|
c9e6862332
|
Add id to thread.Thread
|
2021-10-24 12:30:25 +01:00 |
|
Prokop Randacek
|
b77e2f59ed
|
The better option
|
2021-10-24 13:07:13 +02:00 |
|
Prokop Randáček
|
cac8582de1
|
WindowShouldClose should return a bool
|
2021-10-24 12:52:54 +02:00 |
|
gingerBill
|
06f4762144
|
Allow parsing for [^]T{} to improve error messages
|
2021-10-23 19:22:08 +01:00 |
|
gingerBill
|
2a50f9c8d4
|
Rename -ignore-lazy to -internal-ignore-lazy
|
2021-10-23 17:41:11 +01:00 |
|
gingerBill
|
d54b708ba8
|
Unify memory_equal and string_eq
|
2021-10-23 17:18:40 +01:00 |
|
gingerBill
|
fba20c9bd3
|
Improve runtime.string_eq
|
2021-10-23 17:10:30 +01:00 |
|
gingerBill
|
18ed444a63
|
Strip semicolons
|
2021-10-23 17:10:12 +01:00 |
|
gingerBill
|
2d6c43c260
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-10-23 16:52:50 +01:00 |
|
gingerBill
|
71932da7e3
|
Add intrinsics.unaligned_store intrinsics.unaligned_load
|
2021-10-23 16:52:43 +01:00 |
|
Jeroen van Rijn
|
eebf49ba72
|
Merge pull request #1238 from awwdev/master
rename sdl2 KeyCode to Keycode
|
2021-10-23 03:58:32 -07:00 |
|
awwdev
|
faa9df8735
|
changed KeyCode to Keycode
|
2021-10-23 12:46:09 +02:00 |
|
Jeroen van Rijn
|
8113182d5c
|
Merge pull request #1237 from awwdev/master
memleak fix on destroy_multi_logger()
|
2021-10-23 03:38:54 -07:00 |
|
André
|
3323c2730f
|
memleak fix on destroy_multi_logger()
data.loggers were never deleted
|
2021-10-23 12:24:53 +02:00 |
|
Mikkel Hjortshøj
|
7218a68e89
|
Update nightly.yml
Downgrading python version in nightly to use same version as local
|
2021-10-22 22:42:20 +02:00 |
|
Mikkel Hjortshøj
|
7375074d2d
|
Update nightly.yml
|
2021-10-22 22:34:42 +02:00 |
|
gingerBill
|
c9effb9b9f
|
Correct ternary if expression type determination
|
2021-10-22 14:37:27 +01:00 |
|
gingerBill
|
ef73a284e3
|
Fix check_remove_expr_info
|
2021-10-22 14:12:48 +01:00 |
|
gingerBill
|
28af376d10
|
Quick fix
|
2021-10-22 13:17:49 +01:00 |
|
gingerBill
|
48de1a01a9
|
Correct update propagation of type for ternary if expressions
|
2021-10-22 13:14:19 +01:00 |
|
gingerBill
|
1405420935
|
Support TenraryIfAddr in lb_build_addr
|
2021-10-21 11:46:32 +01:00 |
|
gingerBill
|
7aac8df2f2
|
Add runtime._cleanup_runtime internal call
|
2021-10-18 12:28:46 +01:00 |
|
gingerBill
|
e98e62ec13
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-10-16 23:39:23 +01:00 |
|
gingerBill
|
eb3c1506f0
|
Remove explicit link name from runtime.memset
|
2021-10-16 23:39:14 +01:00 |
|
gingerBill
|
5bd4536372
|
Merge pull request #1220 from zhibog/master
Add crypto library. Additional information is included in the README.md
|
2021-10-16 22:42:42 +01:00 |
|
zhibog
|
7fa05238b8
|
Added note due address thread safety
|
2021-10-16 19:37:23 +02:00 |
|
zhibog
|
dd7449b8b5
|
Fixed some typos in proc names
|
2021-10-16 19:20:43 +02:00 |
|
zhibog
|
b7a0627d09
|
Remove the read_entire_file from the crypto utils and now use the one within core:os
|
2021-10-16 18:46:18 +02:00 |
|
zhibog
|
c632125d82
|
Added a read_entire_file proc that only takes a handle and turned it into a proc group with the one, that takes a path
|
2021-10-16 18:45:25 +02:00 |
|
Jeroen van Rijn
|
a509e112ea
|
Merge pull request #1224 from helloguysmaster/patch-1
add GetModuleHandleA
|
2021-10-16 07:53:00 -07:00 |
|
Jonas Welle
|
7c26b0abdb
|
add GetModuleHandleA
|
2021-10-16 10:43:33 -04:00 |
|
zhibog
|
f48ee00c2f
|
Improved API. hash_file procs now just take a file handle instead of a path
|
2021-10-15 20:29:25 +02:00 |
|
zhibog
|
ced0ea515c
|
Added note for the botan.dll to README.md
|
2021-10-14 23:08:21 +02:00 |
|
zhibog
|
8876328e4d
|
Move botan.dll to correct directory
|
2021-10-14 23:03:55 +02:00 |
|
zhibog
|
f4ff11a7ff
|
Added botan.dll for tests
|
2021-10-14 22:58:20 +02:00 |
|
zhibog
|
77be7144c3
|
Add crypto library. Additional information is included in the README.md
|
2021-10-14 22:20:55 +02:00 |
|
gingerBill
|
3337d38651
|
Add comments to procedure groups
|
2021-10-13 23:39:17 +01:00 |
|
gingerBill
|
fc3b0dcc80
|
Update sync_util.odin
|
2021-10-13 23:36:42 +01:00 |
|
gingerBill
|
fc33cf6846
|
Set VertexAttribPointer related calls to use uintptr instead of rawptr for the byte offset parameter
|
2021-10-13 16:15:01 +01:00 |
|
gingerBill
|
2c469a39c7
|
Simplify TIME_SECTION code
|
2021-10-12 15:09:57 +01:00 |
|
gingerBill
|
d0001dc11d
|
Increase system_exec_command_line_app buffer from 4 KiB to 64 MiB, and unify some logic
|
2021-10-12 13:56:36 +01:00 |
|
gingerBill
|
68719779d7
|
Fix typo
|
2021-10-12 11:08:57 +01:00 |
|
gingerBill
|
2ad6aa7886
|
Copying file contents rather than memory mapping
|
2021-10-12 11:06:39 +01:00 |
|
gingerBill
|
75e3df6da2
|
Add utility procedure groups for sync primitives
|
2021-10-12 11:03:52 +01:00 |
|
gingerBill
|
753acc6971
|
Add wait_group_wait_with_timeout; Allow Sema to be implemented as a Wait_Group
|
2021-10-11 20:14:26 +01:00 |
|
gingerBill
|
0d258e8b55
|
Make many package time procedures use "contextless" calling convention
|
2021-10-11 20:08:38 +01:00 |
|