Jeroen van Rijn
|
a641ef95c0
|
Add XXH3-64 + tests.
|
2021-09-13 20:58:26 +02:00 |
|
Jeroen van Rijn
|
a9f4c90c79
|
sys: Add Windows Bluetooth APIs.
|
2021-09-13 14:31:52 +02:00 |
|
Jeroen van Rijn
|
6ca58dd64e
|
Merge pull request #1162 from rasa-silva/fix_osx_readdir
Fix read_dir on OSX
|
2021-09-13 13:51:24 +02:00 |
|
Ricardo Silva
|
01aa0c4151
|
Fix read_dir on OSX
|
2021-09-13 12:34:36 +01:00 |
|
Jeroen van Rijn
|
00c1d34108
|
xxhash: Extra (generated) tests.
|
2021-09-11 23:45:08 +02:00 |
|
gingerBill
|
344abf2cb2
|
Make core and vendor adhere to -vet, -strict-style, and -disallow-do
|
2021-09-11 16:40:19 +01:00 |
|
gingerBill
|
93593f4721
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-11 16:33:12 +01:00 |
|
gingerBill
|
ab85571ae6
|
Minor improvements to mem.odin
|
2021-09-11 16:33:05 +01:00 |
|
Jeroen van Rijn
|
5f920414d7
|
xxhash: Disable prefetch on Linux.
|
2021-09-11 15:45:17 +02:00 |
|
Jeroen van Rijn
|
72782d9035
|
xxhash: Fix test on Linux.
|
2021-09-11 15:39:11 +02:00 |
|
Jeroen van Rijn
|
eaefbc43cb
|
xxhash: Add XXH3_128 + test vectors.
|
2021-09-11 15:28:49 +02:00 |
|
gingerBill
|
b712c84afb
|
Fix typo
|
2021-09-10 16:37:43 +01:00 |
|
gingerBill
|
9980f81062
|
Add other constants to c and libc
|
2021-09-10 16:14:39 +01:00 |
|
gingerBill
|
297cdde144
|
Change defaults of c.int_fast16_t on other platforms
|
2021-09-10 16:08:39 +01:00 |
|
gingerBill
|
461ca40848
|
Add procs.odin
|
2021-09-10 16:01:17 +01:00 |
|
gingerBill
|
12af657369
|
Unify memset usage across platforms and core:c/libc
|
2021-09-10 15:59:14 +01:00 |
|
gingerBill
|
c519ab9401
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-10 15:42:00 +01:00 |
|
gingerBill
|
99df0f1b12
|
libc changes: unify c and libc types; Add [^]T where appropriate
|
2021-09-10 15:41:51 +01:00 |
|
Ricardo Silva
|
87408aedb5
|
replace lstat/fstat with lstat64/fstat64 since they return the correct values
|
2021-09-10 14:18:08 +01:00 |
|
Jeroen van Rijn
|
809b3a87af
|
Merge pull request #1150 from rasa-silva/fix_osx_absolute_path_from_handle
Fix `absolute_path_from_handle` on OSX
|
2021-09-09 18:19:36 +02:00 |
|
Ricardo Silva
|
43c578d8b7
|
Fix absolute_path_from_handle on OSX
|
2021-09-09 17:12:26 +01:00 |
|
Jeroen van Rijn
|
05e303e9a0
|
Make QPC thread local again.
|
2021-09-09 16:16:06 +02:00 |
|
Jeroen van Rijn
|
f04614b1f1
|
Make -vet happy.
|
2021-09-09 16:05:59 +02:00 |
|
Jeroen van Rijn
|
637685316d
|
Add xxhash tests to CI.
|
2021-09-09 16:01:44 +02:00 |
|
Jeroen van Rijn
|
f16e98b074
|
Add xxhash benchmark.
|
2021-09-09 15:26:57 +02:00 |
|
Jeroen van Rijn
|
f5d5417af7
|
xxhash: Initial implementations.
|
2021-09-09 15:26:57 +02:00 |
|
gingerBill
|
56bd1e2d70
|
Simplify strings.write_byte and strings.write_bytes
|
2021-09-09 00:38:16 +01:00 |
|
gingerBill
|
bff66ff600
|
Remove unnecessary operations
|
2021-09-08 19:07:25 +01:00 |
|
gingerBill
|
e5fbf45c42
|
Add vendor:raylib (core only)
|
2021-09-08 18:04:05 +01:00 |
|
gingerBill
|
8ff898079f
|
Minor correct for freebsd
|
2021-09-08 13:14:23 +01:00 |
|
gingerBill
|
5006674a9b
|
Correct math/big
|
2021-09-08 13:14:13 +01:00 |
|
gingerBill
|
ca33cb990b
|
Strip semicolons in core which were missing
|
2021-09-08 13:12:38 +01:00 |
|
gingerBill
|
3754af62d6
|
Correct "contextless" stuff in mem
|
2021-09-08 11:43:00 +01:00 |
|
gingerBill
|
12296cec2c
|
Fix typo
|
2021-09-08 11:38:22 +01:00 |
|
gingerBill
|
a9f4273514
|
Make many mem procedures "contextless"
|
2021-09-08 11:18:05 +01:00 |
|
Jeroen van Rijn
|
f7601a759b
|
Move math/big tests under tests/.
|
2021-09-07 19:51:56 +02:00 |
|
Ricardo Silva
|
f6d496c81d
|
Fix strings.index_any on small strings
|
2021-09-07 18:38:10 +01:00 |
|
Ricardo Silva
|
cce76ed614
|
printer default_style should not add semicolons
|
2021-09-07 14:18:55 +01:00 |
|
Jeroen van Rijn
|
97a46f664d
|
testing: Strip ; from test runner.
|
2021-09-07 14:46:53 +02:00 |
|
Jeroen van Rijn
|
fbebf4bc4e
|
big: Add Python implementation of LCM.
|
2021-09-07 14:17:14 +02:00 |
|
Jeroen van Rijn
|
abb15ddb38
|
big: Implement isqrt in Python for the tests.
|
2021-09-07 13:55:37 +02:00 |
|
Jeroen van Rijn
|
c4ec459d28
|
bit: Force Python3 for CI.
|
2021-09-07 13:26:34 +02:00 |
|
Jeroen van Rijn
|
86cfb2ea82
|
big CI: Set relative path to Odin.
|
2021-09-07 13:22:44 +02:00 |
|
Jeroen van Rijn
|
0605a9f239
|
big: Run tests under CI.
|
2021-09-07 13:17:47 +02:00 |
|
Jeroen van Rijn
|
008048e199
|
big: Move tests into their own package.
|
2021-09-07 12:06:58 +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 |
|
Jeroen van Rijn
|
2c13315e72
|
compress: Update BSD-3 license + remove semicolons from compressed example.
|
2021-09-06 21:33:40 +02:00 |
|
gingerBill
|
0434281f73
|
Strip semicolons; Make odin strip-semicolon replace .. with ..= if used as a binary operator
|
2021-09-06 20:15:59 +01:00 |
|
gingerBill
|
2800d4b8d0
|
Merge branch 'master' into optional-semicolons
|
2021-09-06 16:46:57 +01:00 |
|
gingerBill
|
bc15ce302c
|
Add dummy docs for intrinsics.syscall on Linux and Darwin
|
2021-09-06 15:49:51 +01:00 |
|