Jeroen van Rijn
|
d6bd56da2c
Merge pull request #1109 from Kelimion/makefile
|
4 years ago |
Jeroen van Rijn
|
17d31bfad6
Fix Makefile.
|
4 years ago |
Jeroen van Rijn
|
89ffd40d70
Merge pull request #1108 from Kelimion/bigint
|
4 years ago |
Jeroen van Rijn
|
737b4fde1c
big: Add `_private_int_mul_balance`.
|
4 years ago |
Jeroen van Rijn
|
2cfd6b7024
big: Add `_private_int_mul_high`.
|
4 years ago |
gingerBill
|
713cd728ba
Merge pull request #1107 from odin-lang/mv/libc-errors
|
4 years ago |
vassvik
|
f9bea5b791
Updated comment for Windows version of setjmp.
|
4 years ago |
Jeroen van Rijn
|
586641d77f
Merge pull request #1106 from Kelimion/bigint
|
4 years ago |
vassvik
|
8ca4286624
Add core:c/libc tests
|
4 years ago |
vassvik
|
165118c641
Fix runtime crash for setjmp in Windows related to an hidden second argument not normally accessible needing to be set to 0.
|
4 years ago |
Jeroen van Rijn
|
852643e6ba
Add tests for `internal_int_is_square'.
|
4 years ago |
vassvik
|
102d080a31
Fix core:c/libc Windows compilation errors by linking to the right libraries.
|
4 years ago |
Jeroen van Rijn
|
ec4cae4f04
big: Add `int_is_square`.
|
4 years ago |
Jeroen van Rijn
|
4153898c55
big: Add Montgomery Reduction.
|
4 years ago |
Jeroen van Rijn
|
33df335ec9
big: Add `internal_int_montgomery_calc_normalization`.
|
4 years ago |
Jeroen van Rijn
|
893cc013b5
big: Add Montgomery reduction.
|
4 years ago |
gingerBill
|
b88e945268
`ERROR_BLOCK()` any usages of "Did you mean?" like behaviour whilst iterating across a scope entry map
|
4 years ago |
gingerBill
|
bf56e3ea8d
Improve `strings.index_any` and `strings.last_index_any`
|
4 years ago |
gingerBill
|
284acc37f9
Update SDL scancodes to have the same C enums equivalent global values
|
4 years ago |
gingerBill
|
582559f7ac
Correct did you mean logic and make thread-safe-er
|
4 years ago |
gingerBill
|
53556d9bd2
Disable local mutex for the time being.
|
4 years ago |
gingerBill
|
da79124e5d
Use local mutex for each `AstFile.arena`
|
4 years ago |
gingerBill
|
2f34f1283a
Make `thread_join` be more correct
|
4 years ago |
gingerBill
|
f973d271cf
Add mutex around `condition_broadcast`
|
4 years ago |
gingerBill
|
4625b25287
Wrap linux specific code for `internal_thread_proc`
|
4 years ago |
gingerBill
|
8d8b3fd071
Add missing header
|
4 years ago |
gingerBill
|
a852c17614
Don't permit any signal delivery to threads on Linux
|
4 years ago |
gingerBill
|
b33bf3f704
Correct race condition and incorrect usage of `condition_signal` outside of a mutex lock
|
4 years ago |
gingerBill
|
726788a483
Treat `Type_Tuple` closer to a `Type_Struct` in `lb_type`
|
4 years ago |
gingerBill
|
cdd3560702
Merge pull request #1103 from odin-lang/new-thread-pool
|
4 years ago |