strager
|
31daf80aea
|
Fix indentation typo
|
2021-09-21 23:02:15 -07:00 |
|
Jeroen van Rijn
|
76fa037ca7
|
Merge pull request #1186 from Kelimion/crc64
Add CRC-64 variants: ISO 3306, ECMA 182, XZ
|
2021-09-21 07:36:03 -07:00 |
|
Jeroen van Rijn
|
6e22a6dfa5
|
hash: Smaller CRC-64 ISO 3306 table.
|
2021-09-21 16:28:35 +02:00 |
|
Jeroen van Rijn
|
181eabcffc
|
hash: Add CRC-64 (ISO 3306) and inverse.
|
2021-09-21 16:17:01 +02:00 |
|
Jeroen van Rijn
|
b600ffba3b
|
Correct CRC-64 (ECMA 182) & add CRC-64 (XZ) and tests.
|
2021-09-21 15:17:23 +02:00 |
|
Jeroen van Rijn
|
b3dc3f5908
|
Merge pull request #1182 from DanielGavin/parser-fix
Make optional semicolons the default on odin/parser, and add parser test on demo.odin
|
2021-09-20 12:10:19 -07:00 |
|
Daniel Gavin
|
0a11a6e1f6
|
Merge remote-tracking branch 'upstream/master' into parser-fix
|
2021-09-20 20:56:07 +02:00 |
|
Daniel Gavin
|
46d99395ce
|
typo in filename
|
2021-09-20 20:53:39 +02:00 |
|
Daniel Gavin
|
50ee65ea9e
|
Make default_parser use the optional_semicolons and add odin parser test.
|
2021-09-20 20:50:01 +02:00 |
|
Jeroen van Rijn
|
5840bfba62
|
Merge pull request #1181 from DanielGavin/parser-fix
Fix parser errors
|
2021-09-20 11:23:42 -07:00 |
|
Daniel Gavin
|
a2a7647c90
|
Fix '>>' operand being tokenized correctly and switch statement with bare semicolon.
|
2021-09-20 20:12:13 +02:00 |
|
Jeroen van Rijn
|
70dff11b29
|
Merge pull request #1178 from Kelimion/new_clone
fix mem.new_clone
|
2021-09-19 13:19:42 -07:00 |
|
Jeroen van Rijn
|
eb9665f836
|
fix mem.new_clone
|
2021-09-19 22:19:06 +02:00 |
|
Jeroen van Rijn
|
bf15e63130
|
Revert "Merge pull request #1177 from Kelimion/new_clone"
This reverts commit efa513262e, reversing
changes made to daccfca11d.
|
2021-09-19 22:16:02 +02:00 |
|
Jeroen van Rijn
|
efa513262e
|
Merge pull request #1177 from Kelimion/new_clone
New clone
|
2021-09-19 13:13:44 -07:00 |
|
Jeroen van Rijn
|
64ce55944a
|
fix mem.new_clone
|
2021-09-19 22:10:19 +02:00 |
|
gingerBill
|
daccfca11d
|
Merge pull request #1166 from krux02/minor-fix-2
fix compiler crash in ast_end_token
|
2021-09-19 12:03:11 +01:00 |
|
gingerBill
|
ee876ad66b
|
Strip semicolons
|
2021-09-19 11:59:44 +01:00 |
|
gingerBill
|
ceebd7b23c
|
Correct context.allocator usage
|
2021-09-19 11:59:31 +01:00 |
|
Jeroen van Rijn
|
e760535dba
|
lz4: Start of implementation.
|
2021-09-19 12:51:07 +02:00 |
|
Jeroen van Rijn
|
2b77f5b72f
|
Merge pull request #1175 from Kelimion/defer_delete
Make sure to `delete` on the right allocator.
|
2021-09-19 03:19:33 -07:00 |
|
Jeroen van Rijn
|
72fe1e88a3
|
Make sure to delete on the right allocator.
|
2021-09-19 12:19:01 +02:00 |
|
gingerBill
|
505113ee2d
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-18 15:11:15 +01:00 |
|
gingerBill
|
71f2289c20
|
Fix #1174
|
2021-09-18 15:10:29 +01:00 |
|
gingerBill
|
21b6ef8757
|
Merge pull request #1156 from odin-lang/llvm-12.0.1-windows
Update Windows to LLVM 12.0.1
|
2021-09-18 13:03:29 +01:00 |
|
gingerBill
|
b427bd8105
|
Correct XXH_DISABLE_PREFETCH usage
|
2021-09-18 12:59:54 +01:00 |
|
gingerBill
|
6855538729
|
Merge branch 'master' into llvm-12.0.1-windows
|
2021-09-18 12:55:13 +01:00 |
|
gingerBill
|
05ac2002e0
|
Force file copy on odin strip-semicolon
|
2021-09-18 12:52:43 +01:00 |
|
gingerBill
|
73427d3ab3
|
Merge pull request #1173 from odin-lang/vendor-miniaudio
`vendor:miniaudio`
|
2021-09-18 11:58:46 +01:00 |
|
gingerBill
|
3713f11461
|
Refactor init_tokenizer_with_data to file memory mapping (Windows only currently)
|
2021-09-18 11:58:27 +01:00 |
|
gingerBill
|
08ae186d8e
|
Correct foreign import paths
|
2021-09-17 14:42:39 +01:00 |
|
gingerBill
|
54b7ed5b52
|
Update foreign imports for linux
|
2021-09-17 14:11:43 +01:00 |
|
gingerBill
|
64f5ba6ba1
|
Add the remaining of the miniaudio API
|
2021-09-17 14:09:45 +01:00 |
|
gingerBill
|
f38b7ebf42
|
Begin adding vendor:miniaudio
|
2021-09-17 12:57:52 +01:00 |
|
gingerBill
|
4cb7f05644
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-16 23:03:25 +01:00 |
|
gingerBill
|
91d089ffe2
|
Minor clean up to strings.odin
|
2021-09-16 23:03:16 +01:00 |
|
Jeroen van Rijn
|
d2aa6af882
|
Merge pull request #1171 from Kelimion/vs2022
VS: Fix compilation using VS 2022.
|
2021-09-16 04:28:24 -07:00 |
|
Jeroen van Rijn
|
0d12432d3f
|
VS: Fix compilation using VS 2022.
|
2021-09-16 13:24:20 +02:00 |
|
Jeroen van Rijn
|
6d7df6f335
|
Merge pull request #1170 from Kelimion/xxhash
xxhash: Add tests for streaming input.
|
2021-09-15 14:33:20 -07:00 |
|
Jeroen van Rijn
|
b6d0a8fe0c
|
xxhash: Add tests for streaming input.
|
2021-09-15 23:32:48 +02:00 |
|
Jeroen van Rijn
|
662d27b796
|
Finish xxHash implementation.
|
2021-09-15 20:06:07 +02:00 |
|
gingerBill
|
de00c7c9a8
|
Add bits.log2
|
2021-09-15 15:18:20 +01:00 |
|
gingerBill
|
736a763859
|
Add stb libs for Windows directly
|
2021-09-15 14:30:11 +01:00 |
|
gingerBill
|
4eda1b0598
|
Update appropriate parameters to the corresponding boolean types
|
2021-09-15 14:21:31 +01:00 |
|
gingerBill
|
2e21312059
|
Remove -march=native from stb/src/Makefile
|
2021-09-15 14:09:12 +01:00 |
|
gingerBill
|
22218fff67
|
Update vendor/README.md
|
2021-09-14 22:59:35 +01:00 |
|
gingerBill
|
e7ea09a93b
|
Add vendor:stb/vorbis
|
2021-09-14 22:35:22 +01:00 |
|
gingerBill
|
6f182ae5ae
|
Add vendor:stb/easy_font -- source port of stb_easy_font.h
|
2021-09-14 22:12:23 +01:00 |
|
gingerBill
|
43ebee4e91
|
Revert build.bat
|
2021-09-14 21:44:41 +01:00 |
|
gingerBill
|
cb2437959c
|
Add stb_image_resize to vendor:stb/image
|
2021-09-14 21:44:26 +01:00 |
|