Commit Graph

  • aa382959a7 Make empty arrays work on a single line with %#v gingerBill 2021-09-25 21:12:10 +01:00
  • 6fab93c4b3 Fix [^]u8 to cstring conversion gingerBill 2021-09-25 21:11:54 +01:00
  • 5e30b3eeef Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-09-25 18:05:42 +01:00
  • 14a3ddb9af Allow for union{T} like types in json.unmarshal gingerBill 2021-09-25 18:05:35 +01:00
  • f7bf55af4a Merge pull request #1194 from Kelimion/define Jeroen van Rijn 2021-09-25 09:56:51 -07:00
  • 6a271355a6 Add json.unmarshal gingerBill 2021-09-25 17:47:45 +01:00
  • 931fdd2dca Add reflect.any_base reflect.any_core gingerBill 2021-09-25 17:47:23 +01:00
  • e6d8fbf194 Add runtime.__get_map_header_runtime gingerBill 2021-09-25 17:30:18 +01:00
  • 6fa3c992b5 mem.Raw_* alias runtime.Raw_* gingerBill 2021-09-25 17:29:51 +01:00
  • 2c055b0972 Allow -define:name=string. Jeroen van Rijn 2021-09-25 18:11:30 +02:00
  • 868c923770 Make map internals more robust when using mem.nil_allocator() gingerBill 2021-09-25 15:55:27 +01:00
  • fa0d58f96e Correct f64 -> u128/i128 generation gingerBill 2021-09-25 15:38:56 +01:00
  • ebc09d5e4e Add i128 and u128 parsers to strconv gingerBill 2021-09-25 14:30:50 +01:00
  • bfc92d0aaf Make runtime.memset use int for the length from uint gingerBill 2021-09-23 23:43:29 +01:00
  • 8c4197af38 Add #load_or(path_string, default_byte_slice) gingerBill 2021-09-23 23:32:46 +01:00
  • 374f98356c Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-09-23 23:25:26 +01:00
  • 20529c6512 Minor simplification to #assert and #panic parsing gingerBill 2021-09-23 23:25:13 +01:00
  • ea555c0ccd Simplify directive parsing for expressions gingerBill 2021-09-23 23:22:16 +01:00
  • 0d20190b0f Merge pull request #1193 from thePHTest/master gingerBill 2021-09-23 17:55:16 +01:00
  • 3ac13d2028 Correct levenshtein distance Phil H 2021-09-23 09:22:28 -07:00
  • 868d9ba534 Merge pull request #1191 from Kelimion/vulkan-fix Jeroen van Rijn 2021-09-23 05:29:53 -07:00
  • c0437330e9 vendor:vulkan: Remove unused core:c import. Jeroen van Rijn 2021-09-23 14:21:12 +02:00
  • 6a86b3c82b Cleanup hash implementation gingerBill 2021-09-23 12:41:48 +01:00
  • a7f59ab388 Add asserts to begin_window and begin_panel gingerBill 2021-09-23 12:40:40 +01:00
  • 5586c6b9c5 Update microui/README.md gingerBill 2021-09-23 12:20:44 +01:00
  • 964a09ef7a Add vendor:microui gingerBill 2021-09-23 12:20:01 +01:00
  • 360f75a65c Keep -vet happy gingerBill 2021-09-23 12:19:08 +01:00
  • 0201fa3fbb Merge pull request #1189 from strager/patch-1 Jeroen van Rijn 2021-09-22 01:46:38 -07:00
  • 31daf80aea Fix indentation typo strager 2021-09-21 23:02:15 -07:00
  • 48f496f3b3 fix #1187 Arne Döring 2021-09-22 03:03:01 +02:00
  • 76fa037ca7 Merge pull request #1186 from Kelimion/crc64 Jeroen van Rijn 2021-09-21 07:36:03 -07:00
  • 6e22a6dfa5 hash: Smaller CRC-64 ISO 3306 table. Jeroen van Rijn 2021-09-21 16:28:35 +02:00
  • 181eabcffc hash: Add CRC-64 (ISO 3306) and inverse. Jeroen van Rijn 2021-09-21 16:17:01 +02:00
  • b600ffba3b Correct CRC-64 (ECMA 182) & add CRC-64 (XZ) and tests. Jeroen van Rijn 2021-09-21 15:17:23 +02:00
  • b3dc3f5908 Merge pull request #1182 from DanielGavin/parser-fix Jeroen van Rijn 2021-09-20 12:10:19 -07:00
  • 0a11a6e1f6 Merge remote-tracking branch 'upstream/master' into parser-fix Daniel Gavin 2021-09-20 20:56:07 +02:00
  • 46d99395ce typo in filename Daniel Gavin 2021-09-20 20:53:39 +02:00
  • 50ee65ea9e Make default_parser use the optional_semicolons and add odin parser test. Daniel Gavin 2021-09-20 20:50:01 +02:00
  • 5840bfba62 Merge pull request #1181 from DanielGavin/parser-fix Jeroen van Rijn 2021-09-20 11:23:42 -07:00
  • a2a7647c90 Fix '>>' operand being tokenized correctly and switch statement with bare semicolon. Daniel Gavin 2021-09-20 20:12:13 +02:00
  • 70dff11b29 Merge pull request #1178 from Kelimion/new_clone Jeroen van Rijn 2021-09-19 13:19:42 -07:00
  • eb9665f836 fix mem.new_clone Jeroen van Rijn 2021-09-19 22:19:06 +02:00
  • bf15e63130 Revert "Merge pull request #1177 from Kelimion/new_clone" Jeroen van Rijn 2021-09-19 22:16:02 +02:00
  • efa513262e Merge pull request #1177 from Kelimion/new_clone Jeroen van Rijn 2021-09-19 13:13:44 -07:00
  • 64ce55944a fix mem.new_clone Jeroen van Rijn 2021-09-19 22:10:19 +02:00
  • daccfca11d Merge pull request #1166 from krux02/minor-fix-2 gingerBill 2021-09-19 12:03:11 +01:00
  • ee876ad66b Strip semicolons gingerBill 2021-09-19 11:59:44 +01:00
  • ceebd7b23c Correct context.allocator usage gingerBill 2021-09-19 11:59:31 +01:00
  • e760535dba lz4: Start of implementation. Jeroen van Rijn 2021-09-16 17:34:46 +02:00
  • 2b77f5b72f Merge pull request #1175 from Kelimion/defer_delete Jeroen van Rijn 2021-09-19 03:19:33 -07:00
  • 72fe1e88a3 Make sure to delete on the right allocator. Jeroen van Rijn 2021-09-19 12:19:01 +02:00
  • 505113ee2d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-09-18 15:11:15 +01:00
  • 71f2289c20 Fix #1174 gingerBill 2021-09-18 15:10:29 +01:00
  • 21b6ef8757 Merge pull request #1156 from odin-lang/llvm-12.0.1-windows gingerBill 2021-09-18 13:03:29 +01:00
  • b427bd8105 Correct XXH_DISABLE_PREFETCH usage gingerBill 2021-09-18 12:59:54 +01:00
  • 6855538729 Merge branch 'master' into llvm-12.0.1-windows gingerBill 2021-09-18 12:55:13 +01:00
  • 05ac2002e0 Force file copy on odin strip-semicolon gingerBill 2021-09-18 12:52:43 +01:00
  • 73427d3ab3 Merge pull request #1173 from odin-lang/vendor-miniaudio gingerBill 2021-09-18 11:58:46 +01:00
  • 3713f11461 Refactor init_tokenizer_with_data to file memory mapping (Windows only currently) gingerBill 2021-09-18 11:58:27 +01:00
  • 08ae186d8e Correct foreign import paths gingerBill 2021-09-17 14:42:39 +01:00
  • 54b7ed5b52 Update foreign imports for linux gingerBill 2021-09-17 14:11:43 +01:00
  • 64f5ba6ba1 Add the remaining of the miniaudio API gingerBill 2021-09-17 14:09:45 +01:00
  • f38b7ebf42 Begin adding vendor:miniaudio gingerBill 2021-09-17 12:57:52 +01:00
  • 4cb7f05644 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-09-16 23:03:25 +01:00
  • 91d089ffe2 Minor clean up to strings.odin gingerBill 2021-09-16 23:03:16 +01:00
  • d2aa6af882 Merge pull request #1171 from Kelimion/vs2022 Jeroen van Rijn 2021-09-16 04:28:24 -07:00
  • 0d12432d3f VS: Fix compilation using VS 2022. Jeroen van Rijn 2021-09-16 13:24:20 +02:00
  • 6d7df6f335 Merge pull request #1170 from Kelimion/xxhash Jeroen van Rijn 2021-09-15 14:33:20 -07:00
  • b6d0a8fe0c xxhash: Add tests for streaming input. Jeroen van Rijn 2021-09-15 23:32:48 +02:00
  • 662d27b796 Finish xxHash implementation. Jeroen van Rijn 2021-09-15 20:05:44 +02:00
  • de00c7c9a8 Add bits.log2 gingerBill 2021-09-15 15:18:20 +01:00
  • 736a763859 Add stb libs for Windows directly gingerBill 2021-09-15 14:30:11 +01:00
  • 4eda1b0598 Update appropriate parameters to the corresponding boolean types gingerBill 2021-09-15 14:21:31 +01:00
  • 2e21312059 Remove -march=native from stb/src/Makefile gingerBill 2021-09-15 14:09:12 +01:00
  • 22218fff67 Update vendor/README.md gingerBill 2021-09-14 22:59:35 +01:00
  • e7ea09a93b Add vendor:stb/vorbis gingerBill 2021-09-14 22:35:22 +01:00
  • 6f182ae5ae Add vendor:stb/easy_font -- source port of stb_easy_font.h gingerBill 2021-09-14 22:12:23 +01:00
  • 43ebee4e91 Revert build.bat gingerBill 2021-09-14 21:44:41 +01:00
  • cb2437959c Add stb_image_resize to vendor:stb/image gingerBill 2021-09-14 21:44:26 +01:00
  • 61efbf8684 Merge pull request #1168 from odin-lang/vendor-stb gingerBill 2021-09-14 18:31:33 +01:00
  • da14292369 Minor corrections to stb_truetype.odin gingerBill 2021-09-14 18:22:04 +01:00
  • b0d5dde3d7 Add build_vendor.bat gingerBill 2021-09-14 18:12:14 +01:00
  • 7189625cf5 Add stb libraries (image+image_write, rect_pack, truetype) gingerBill 2021-09-14 17:54:50 +01:00
  • 1012055ba9 Merge pull request #1167 from Skytrias/patch-1 Jeroen van Rijn 2021-09-14 18:23:56 +02:00
  • 54e16bed0a add linux system dependencies for raylib Michael Kutowski 2021-09-14 18:17:08 +02:00
  • 9772e3a40b spaces to tabs Arne Döring 2021-09-14 12:14:41 +02:00
  • 442c25bf82 fix crash for ast_end_token Arne Döring 2021-09-14 11:44:10 +02:00
  • c2707618d9 Merge pull request #1165 from Kelimion/xxhash Jeroen van Rijn 2021-09-13 21:06:08 +02:00
  • a641ef95c0 Add XXH3-64 + tests. Jeroen van Rijn 2021-09-13 20:58:26 +02:00
  • 4e4ac460e5 Merge pull request #1164 from odin-lang/llvm-explicit-padding gingerBill 2021-09-13 18:23:58 +01:00
  • 526a42c6ca Remove custom alignment limit gingerBill 2021-09-13 16:44:01 +01:00
  • 8de728e3dc LLVM Code Generator: Add explicitly padding between fields in LLVM struct types gingerBill 2021-09-13 16:40:24 +01:00
  • e9b9d15de7 Merge pull request #1163 from Kelimion/bluetooth Jeroen van Rijn 2021-09-13 14:37:02 +02:00
  • a9f4c90c79 sys: Add Windows Bluetooth APIs. Jeroen van Rijn 2021-09-13 14:31:52 +02:00
  • 6ca58dd64e Merge pull request #1162 from rasa-silva/fix_osx_readdir Jeroen van Rijn 2021-09-13 13:51:24 +02:00
  • 01aa0c4151 Fix read_dir on OSX Ricardo Silva 2021-09-10 17:28:49 +01:00
  • be68bf9f26 Only store field_index remove field_src_index (for the time being) gingerBill 2021-09-13 11:29:46 +01:00
  • 15c309b0b8 Make permanent_allocator() thread local gingerBill 2021-09-13 01:39:41 +01:00
  • 042dbda47f Replace many uses of heap_allocator() with permanent_allocator() gingerBill 2021-09-13 01:30:30 +01:00
  • 2d7aea79b9 Make TypeStructl.tags a pointer from a slice (reduce memory usage) gingerBill 2021-09-13 01:23:37 +01:00