Commit Graph

4601 Commits

Author SHA1 Message Date
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
gingerBill 61efbf8684 Merge pull request #1168 from odin-lang/vendor-stb
`vendor:stb` - Add stb libraries (image+image_write, rect_pack, truetype)
2021-09-14 18:31:33 +01:00
gingerBill da14292369 Minor corrections to stb_truetype.odin 2021-09-14 18:22:04 +01:00
gingerBill b0d5dde3d7 Add build_vendor.bat 2021-09-14 18:12:14 +01:00
gingerBill 7189625cf5 Add stb libraries (image+image_write, rect_pack, truetype) 2021-09-14 17:54:50 +01:00
Jeroen van Rijn 1012055ba9 Merge pull request #1167 from Skytrias/patch-1
raylib linux - add system dependencies
2021-09-14 18:23:56 +02:00
Michael Kutowski 54e16bed0a add linux system dependencies for raylib 2021-09-14 18:17:08 +02:00
Jeroen van Rijn c2707618d9 Merge pull request #1165 from Kelimion/xxhash
Add XXH3-64 + tests.
2021-09-13 21:06:08 +02:00
Jeroen van Rijn a641ef95c0 Add XXH3-64 + tests. 2021-09-13 20:58:26 +02:00
gingerBill 4e4ac460e5 Merge pull request #1164 from odin-lang/llvm-explicit-padding
LLVM Struct Types with Explicit Padding
2021-09-13 18:23:58 +01:00
gingerBill 526a42c6ca Remove custom alignment limit 2021-09-13 16:44:01 +01:00
gingerBill 8de728e3dc LLVM Code Generator: Add explicitly padding between fields in LLVM struct types 2021-09-13 16:40:24 +01:00
Jeroen van Rijn e9b9d15de7 Merge pull request #1163 from Kelimion/bluetooth
sys: Add Windows Bluetooth APIs.
2021-09-13 14:37:02 +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
gingerBill be68bf9f26 Only store field_index remove field_src_index (for the time being) 2021-09-13 11:29:46 +01:00
gingerBill 15c309b0b8 Make permanent_allocator() thread local 2021-09-13 01:39:41 +01:00
gingerBill 042dbda47f Replace many uses of heap_allocator() with permanent_allocator() 2021-09-13 01:30:30 +01:00
gingerBill 2d7aea79b9 Make TypeStructl.tags a pointer from a slice (reduce memory usage) 2021-09-13 01:23:37 +01:00
gingerBill 31ed4f15a8 Remove debug code 2021-09-13 01:14:31 +01:00
gingerBill 71bffd46dc Reduce size of Type 2021-09-13 01:14:17 +01:00
gingerBill f5bc95eb34 More culling 2021-09-13 01:07:24 +01:00
gingerBill fb8fa5217d Begin minimize Type size by replacing Array with Slice etc 2021-09-13 00:58:39 +01:00
gingerBill 6585601765 Sort enums 2021-09-12 18:51:22 +01:00
gingerBill 2a1193ee54 Add heuristics to make pointers [^] where appropriate for vulkan 2021-09-12 18:50:02 +01:00
gingerBill 519308a16a Merge branch 'master' of https://github.com/odin-lang/Odin 2021-09-12 16:47:24 +01:00
gingerBill 3195fac92b Fix slice indices endianness 2021-09-12 16:47:17 +01:00
Jeroen van Rijn 813d3dc319 Merge pull request #1159 from Kelimion/xxhash
xxhash: Add custom secret tests.
2021-09-12 12:18:10 +02:00
Jeroen van Rijn ada3be05fb xxhash: typo. 2021-09-12 12:14:49 +02:00
Jeroen van Rijn 36a2cf0369 xxhash: Add custom secret tests. 2021-09-12 12:11:39 +02:00
Jeroen van Rijn 827363708c Merge pull request #1158 from Kelimion/xxhash
xxhash: Extra (generated) tests.
2021-09-11 23:48:47 +02:00
Jeroen van Rijn 00c1d34108 xxhash: Extra (generated) tests. 2021-09-11 23:45:08 +02:00
Jeroen van Rijn 87f1815486 Merge pull request #1157 from Kelimion/math_big_llvm12
LLVM 12 big math test workaround.
2021-09-11 20:43:43 +02:00
Jeroen van Rijn f978e74773 LLVM 12 big math test workaround. 2021-09-11 20:36:09 +02:00
gingerBill a5b4b73544 Add error message for minimum required LLVM 2021-09-11 16:53:39 +01:00
gingerBill e3359a2639 Prepare for LLVM 12.0.1 compatibility 2021-09-11 16:53:18 +01:00
gingerBill 344abf2cb2 Make core and vendor adhere to -vet, -strict-style, and -disallow-do 2021-09-11 16:40:19 +01:00